tr_addafork      1073 fs/xfs/libxfs/xfs_bmap.c 	error = xfs_trans_alloc(mp, &M_RES(mp)->tr_addafork, blks, 0,
tr_addafork       834 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_addafork.tr_logres = xfs_calc_addafork_reservation(mp);
tr_addafork       835 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_addafork.tr_logcount = XFS_ADDAFORK_LOG_COUNT;
tr_addafork       836 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_addafork.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
tr_addafork        34 fs/xfs/libxfs/xfs_trans_resv.h 	struct xfs_trans_res	tr_addafork;	/* add inode attr fork trans */