Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/filesystems/
Dquota.txt9 and the second one hardlimit. An user can never exceed a hardlimit for any
23 When user exceeds a softlimit, runs out of grace time or reaches hardlimit,
48 QUOTA_NL_IHARDWARN - inode hardlimit
52 QUOTA_NL_BHARDWARN - space (block) hardlimit
58 QUOTA_NL_IHARDBELOW - inode hardlimit
60 QUOTA_NL_BHARDBELOW - space (block) hardlimit
/linux-2.6.39/fs/xfs/quota/
Dxfs_trans_dquot.c603 xfs_qcnt_t hardlimit; in xfs_trans_dqresv() local
616 hardlimit = be64_to_cpu(dqp->q_core.d_blk_hardlimit); in xfs_trans_dqresv()
617 if (!hardlimit) in xfs_trans_dqresv()
618 hardlimit = q->qi_bhardlimit; in xfs_trans_dqresv()
628 hardlimit = be64_to_cpu(dqp->q_core.d_rtb_hardlimit); in xfs_trans_dqresv()
629 if (!hardlimit) in xfs_trans_dqresv()
630 hardlimit = q->qi_rtbhardlimit; in xfs_trans_dqresv()
648 nblks, *resbcountp, hardlimit); in xfs_trans_dqresv()
656 if (hardlimit > 0ULL && in xfs_trans_dqresv()
657 hardlimit <= nblks + *resbcountp) { in xfs_trans_dqresv()
[all …]
/linux-2.6.39/fs/quota/
DKconfig24 hardlimit, etc.) will be reported through netlink interface. If unsure,
33 hardlimit, etc.) will be printed to the process' controlling terminal.