Searched refs:hardlimit (Results 1 – 3 of 3) sorted by relevance
9 and the second one hardlimit. An user can never exceed a hardlimit for any23 When user exceeds a softlimit, runs out of grace time or reaches hardlimit,48 QUOTA_NL_IHARDWARN - inode hardlimit52 QUOTA_NL_BHARDWARN - space (block) hardlimit58 QUOTA_NL_IHARDBELOW - inode hardlimit60 QUOTA_NL_BHARDBELOW - space (block) hardlimit
594 xfs_qcnt_t hardlimit; in xfs_trans_dqresv() local607 hardlimit = be64_to_cpu(dqp->q_core.d_blk_hardlimit); in xfs_trans_dqresv()608 if (!hardlimit) in xfs_trans_dqresv()609 hardlimit = q->qi_bhardlimit; in xfs_trans_dqresv()619 hardlimit = be64_to_cpu(dqp->q_core.d_rtb_hardlimit); in xfs_trans_dqresv()620 if (!hardlimit) in xfs_trans_dqresv()621 hardlimit = q->qi_rtbhardlimit; in xfs_trans_dqresv()643 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv()663 hardlimit = be64_to_cpu(dqp->q_core.d_ino_hardlimit); in xfs_trans_dqresv()664 if (!hardlimit) in xfs_trans_dqresv()[all …]
26 hardlimit, etc.) will be reported through netlink interface. If unsure,35 hardlimit, etc.) will be printed to the process' controlling terminal.