Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_trans_dquot.c592 xfs_qcnt_t hardlimit; in xfs_trans_dqresv() local
608 hardlimit = be64_to_cpu(dqp->q_core.d_blk_hardlimit); in xfs_trans_dqresv()
609 if (!hardlimit) in xfs_trans_dqresv()
610 hardlimit = defq->bhardlimit; in xfs_trans_dqresv()
620 hardlimit = be64_to_cpu(dqp->q_core.d_rtb_hardlimit); in xfs_trans_dqresv()
621 if (!hardlimit) in xfs_trans_dqresv()
622 hardlimit = defq->rtbhardlimit; in xfs_trans_dqresv()
644 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv()
664 hardlimit = be64_to_cpu(dqp->q_core.d_ino_hardlimit); in xfs_trans_dqresv()
665 if (!hardlimit) in xfs_trans_dqresv()
[all …]
/linux-4.19.296/fs/quota/
DKconfig26 hardlimit, etc.) will be reported through netlink interface. If unsure,
35 hardlimit, etc.) will be printed to the process' controlling terminal.