Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_trans_resv.c485 resp->tr_attrrm.tr_logres); in xfs_calc_rename_reservation()
528 resp->tr_attrrm.tr_logcount); in xfs_rename_log_count()
623 ret += resp->tr_attrrm.tr_logcount; in xfs_remove_log_count()
657 t3 = resp->tr_attrrm.tr_logres; in xfs_calc_remove_reservation()
1197 resp->tr_attrrm.tr_logres = xfs_calc_attrrm_reservation(mp); in xfs_trans_resv_calc()
1198 resp->tr_attrrm.tr_logcount = XFS_ATTRRM_LOG_COUNT; in xfs_trans_resv_calc()
1199 resp->tr_attrrm.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
Dxfs_trans_resv.h42 struct xfs_trans_res tr_attrrm; /* remove an attribute */ member
Dxfs_attr.c1088 tres = M_RES(mp)->tr_attrrm; in xfs_attr_set()
/linux-6.12.1/fs/xfs/
Dxfs_attr_item.c776 resv = M_RES(mp)->tr_attrrm; in xfs_attr_recover_work()