Searched refs:XFS_DQUOT_LOGRES (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.c | 337 return XFS_DQUOT_LOGRES + max3(t1, t2, t3); in xfs_calc_write_reservation() 341 return XFS_DQUOT_LOGRES + max(t4, max3(t1, t2, t3)); in xfs_calc_write_reservation() 409 return XFS_DQUOT_LOGRES + max3(t1, t2, t3); in xfs_calc_itruncate_reservation() 413 return XFS_DQUOT_LOGRES + max(t4, max3(t1, t2, t3)); in xfs_calc_itruncate_reservation() 439 return XFS_DQUOT_LOGRES + in xfs_calc_rename_reservation() 478 return XFS_DQUOT_LOGRES + in xfs_calc_link_reservation() 516 return XFS_DQUOT_LOGRES + in xfs_calc_remove_reservation() 575 return XFS_DQUOT_LOGRES + in xfs_calc_icreate_reservation() 584 uint res = XFS_DQUOT_LOGRES; in xfs_calc_create_tmpfile_reservation() 633 return XFS_DQUOT_LOGRES + in xfs_calc_ifree_reservation() [all …]
|
H A D | xfs_quota_defs.h | 59 #define XFS_DQUOT_LOGRES \ macro
|