Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_trans_resv.c341 return XFS_DQUOT_LOGRES + max3(t1, t2, t3); in xfs_calc_write_reservation()
345 return XFS_DQUOT_LOGRES + max(t4, max3(t1, t2, t3)); in xfs_calc_write_reservation()
413 return XFS_DQUOT_LOGRES + max3(t1, t2, t3); in xfs_calc_itruncate_reservation()
417 return XFS_DQUOT_LOGRES + max(t4, max3(t1, t2, t3)); in xfs_calc_itruncate_reservation()
469 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_rename_reservation()
580 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_link_reservation()
644 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_remove_reservation()
732 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_icreate_reservation()
750 uint res = XFS_DQUOT_LOGRES; in xfs_calc_create_tmpfile_reservation()
832 return XFS_DQUOT_LOGRES + in xfs_calc_ifree_reservation()
[all …]
Dxfs_quota_defs.h59 #define XFS_DQUOT_LOGRES \ macro