Home
last modified time | relevance | path

Searched refs:tr_attrrm (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c625 resp->tr_attrrm.tr_logres); in xfs_calc_rename_reservation()
668 resp->tr_attrrm.tr_logcount); in xfs_rename_log_count()
761 ret += resp->tr_attrrm.tr_logcount; in xfs_remove_log_count()
793 t3 = resp->tr_attrrm.tr_logres; in xfs_calc_remove_reservation()
1342 resp->tr_attrrm.tr_logres = xfs_calc_attrrm_reservation(mp); in xfs_trans_resv_calc()
1343 resp->tr_attrrm.tr_logcount = XFS_ATTRRM_LOG_COUNT; in xfs_trans_resv_calc()
1344 resp->tr_attrrm.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
H A Dxfs_trans_resv.h42 struct xfs_trans_res tr_attrrm; /* remove an attribute */ member