Searched refs:tr_attrrm (Results 1 – 3 of 3) sorted by relevance
42 struct xfs_trans_res tr_attrrm; /* remove an attribute */ member
904 resp->tr_attrrm.tr_logres = xfs_calc_attrrm_reservation(mp); in xfs_trans_resv_calc()905 resp->tr_attrrm.tr_logcount = XFS_ATTRRM_LOG_COUNT; in xfs_trans_resv_calc()906 resp->tr_attrrm.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
448 tres = M_RES(mp)->tr_attrrm; in xfs_attr_set()