Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_dquot.c600 xfs_qcnt_t hardlimit; in xfs_trans_dqresv() local
613 hardlimit = be64_to_cpu(dqp->q_core.d_blk_hardlimit); in xfs_trans_dqresv()
614 if (!hardlimit) in xfs_trans_dqresv()
615 hardlimit = q->qi_bhardlimit; in xfs_trans_dqresv()
625 hardlimit = be64_to_cpu(dqp->q_core.d_rtb_hardlimit); in xfs_trans_dqresv()
626 if (!hardlimit) in xfs_trans_dqresv()
627 hardlimit = q->qi_rtbhardlimit; in xfs_trans_dqresv()
649 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv()
669 hardlimit = be64_to_cpu(dqp->q_core.d_ino_hardlimit); in xfs_trans_dqresv()
670 if (!hardlimit) in xfs_trans_dqresv()
[all …]
/fs/quota/
DKconfig26 hardlimit, etc.) will be reported through netlink interface. If unsure,
35 hardlimit, etc.) will be printed to the process' controlling terminal.