Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_dquot.c608 xfs_qcnt_t total_count; in xfs_trans_dqresv() local
651 total_count = *resbcountp + nblks; in xfs_trans_dqresv()
652 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv()
656 if (softlimit && total_count > softlimit) { in xfs_trans_dqresv()
668 total_count = be64_to_cpu(dqp->q_core.d_icount) + ninos; in xfs_trans_dqresv()
679 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv()
683 if (softlimit && total_count > softlimit) { in xfs_trans_dqresv()