Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_trans_resv.c368 return XFS_DQUOT_LOGRES + max3(t1, t2, t3); in xfs_calc_write_reservation()
440 return XFS_DQUOT_LOGRES + max3(t1, t2, t3); in xfs_calc_itruncate_reservation()
496 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_rename_reservation()
607 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_link_reservation()
759 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_icreate_reservation()
777 uint res = XFS_DQUOT_LOGRES; in xfs_calc_create_tmpfile_reservation()
859 return XFS_DQUOT_LOGRES + in xfs_calc_ifree_reservation()
876 return XFS_DQUOT_LOGRES + in xfs_calc_ichange_reservation()
985 return XFS_DQUOT_LOGRES + in xfs_calc_addafork_reservation()
1033 return XFS_DQUOT_LOGRES + in xfs_calc_attrsetm_reservation()
[all …]
H A Dxfs_quota_defs.h59 #define XFS_DQUOT_LOGRES \ macro