tr_attrrm         475 fs/xfs/libxfs/xfs_attr.c 	error = xfs_trans_alloc(mp, &M_RES(mp)->tr_attrrm,
tr_attrrm         846 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_attrrm.tr_logres = xfs_calc_attrrm_reservation(mp);
tr_attrrm         847 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_attrrm.tr_logcount = XFS_ATTRRM_LOG_COUNT;
tr_attrrm         848 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_attrrm.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
tr_attrrm          42 fs/xfs/libxfs/xfs_trans_resv.h 	struct xfs_trans_res	tr_attrrm;	/* remove an attribute */