ktrace_alloc     1799 fs/xfs/linux-2.6/xfs_buf.c 	xfs_buf_trace_buf = ktrace_alloc(XFS_BUF_TRACE_SIZE, KM_NOFS);
ktrace_alloc     1876 fs/xfs/linux-2.6/xfs_super.c 	xfs_alloc_trace_buf = ktrace_alloc(XFS_ALLOC_TRACE_SIZE, KM_MAYFAIL);
ktrace_alloc     1881 fs/xfs/linux-2.6/xfs_super.c 	xfs_bmap_trace_buf = ktrace_alloc(XFS_BMAP_TRACE_SIZE, KM_MAYFAIL);
ktrace_alloc     1886 fs/xfs/linux-2.6/xfs_super.c 	xfs_bmbt_trace_buf = ktrace_alloc(XFS_BMBT_TRACE_SIZE, KM_MAYFAIL);
ktrace_alloc     1891 fs/xfs/linux-2.6/xfs_super.c 	xfs_attr_trace_buf = ktrace_alloc(XFS_ATTR_TRACE_SIZE, KM_MAYFAIL);
ktrace_alloc     1896 fs/xfs/linux-2.6/xfs_super.c 	xfs_dir2_trace_buf = ktrace_alloc(XFS_DIR2_GTRACE_SIZE, KM_MAYFAIL);
ktrace_alloc      115 fs/xfs/quota/xfs_dquot.c 		dqp->q_trace = ktrace_alloc(DQUOT_TRACE_SIZE, KM_NOFS);
ktrace_alloc       53 fs/xfs/support/ktrace.h extern ktrace_t *ktrace_alloc(int, unsigned int __nocast);
ktrace_alloc      741 fs/xfs/xfs_buf_item.c 	bip->bli_trace = ktrace_alloc(XFS_BLI_TRACE_SIZE, KM_NOFS);
ktrace_alloc      403 fs/xfs/xfs_filestream.c 	xfs_filestreams_trace_buf = ktrace_alloc(XFS_FSTRM_KTRACE_SIZE, KM_NOFS);
ktrace_alloc      838 fs/xfs/xfs_inode.c 	ip->i_trace = ktrace_alloc(INODE_TRACE_SIZE, KM_NOFS);
ktrace_alloc      841 fs/xfs/xfs_inode.c 	ip->i_xtrace = ktrace_alloc(XFS_BMAP_KTRACE_SIZE, KM_NOFS);
ktrace_alloc      844 fs/xfs/xfs_inode.c 	ip->i_btrace = ktrace_alloc(XFS_BMBT_KTRACE_SIZE, KM_NOFS);
ktrace_alloc      847 fs/xfs/xfs_inode.c 	ip->i_rwtrace = ktrace_alloc(XFS_RW_KTRACE_SIZE, KM_NOFS);
ktrace_alloc      850 fs/xfs/xfs_inode.c 	ip->i_lock_trace = ktrace_alloc(XFS_ILOCK_KTRACE_SIZE, KM_NOFS);
ktrace_alloc      853 fs/xfs/xfs_inode.c 	ip->i_dir_trace = ktrace_alloc(XFS_DIR2_KTRACE_SIZE, KM_NOFS);
ktrace_alloc      134 fs/xfs/xfs_log.c 	log->l_grant_trace = ktrace_alloc(XLOG_TRACE_LOGGRANT_SIZE, KM_NOFS);
ktrace_alloc      173 fs/xfs/xfs_log.c 	iclog->ic_trace = ktrace_alloc(XLOG_TRACE_ICLOG_SIZE, KM_NOFS);