Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c401 return XFS_DQUOT_LOGRES + max3(t1, t2, t3); in xfs_calc_write_reservation()
405 return XFS_DQUOT_LOGRES + max(t4, max3(t1, t2, t3)); in xfs_calc_write_reservation()
500 return xfs_calc_inode_res(mp, 1) + XFS_DQUOT_LOGRES + in xfs_calc_finish_bui_reservation()
555 return XFS_DQUOT_LOGRES + max3(t1, t2, t3); in xfs_calc_itruncate_reservation()
559 return XFS_DQUOT_LOGRES + max(t4, max3(t1, t2, t3)); in xfs_calc_itruncate_reservation()
611 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_rename_reservation()
720 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_link_reservation()
782 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_remove_reservation()
868 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_icreate_reservation()
886 uint res = XFS_DQUOT_LOGRES; in xfs_calc_create_tmpfile_reservation()
[all …]
H A Dxfs_quota_defs.h57 #define XFS_DQUOT_LOGRES \ macro