Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_rlimit.c37 return M_RES(mp)->tr_attrsetm.tr_logres + in xfs_log_calc_max_attrsetm_res()
71 *max_resp = M_RES(mp)->tr_attrsetm; /* struct copy */ in xfs_log_get_max_trans_res()
Dxfs_trans_resv.h38 struct xfs_trans_res tr_attrsetm; /* set/create an attribute at member
Dxfs_trans_resv.c901 resp->tr_attrsetm.tr_logres = xfs_calc_attrsetm_reservation(mp); in xfs_trans_resv_calc()
902 resp->tr_attrsetm.tr_logcount = XFS_ATTRSET_LOG_COUNT; in xfs_trans_resv_calc()
903 resp->tr_attrsetm.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
Dxfs_attr.c354 tres.tr_logres = M_RES(mp)->tr_attrsetm.tr_logres + in xfs_attr_set()