Searched refs:softlimit (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/Documentation/filesystems/ |
D | quota.txt | 8 of used inodes there are actually two limits. The first one is called softlimit 11 softlimit but only for limited period of time. This period is called "grace 13 more space/inodes until he frees enough of them to get below softlimit. 23 When user exceeds a softlimit, runs out of grace time or reaches hardlimit, 52 QUOTA_NL_ISOFTLONGWARN - inode softlimit is exceeded longer 54 QUOTA_NL_ISOFTWARN - inode softlimit 56 QUOTA_NL_BSOFTLONGWARN - space (block) softlimit is exceeded 58 QUOTA_NL_BSOFTWARN - space (block) softlimit 62 QUOTA_NL_ISOFTBELOW - inode softlimit 64 QUOTA_NL_BSOFTBELOW - space (block) softlimit
|
/Linux-v4.19/fs/xfs/ |
D | xfs_trans_dquot.c | 593 xfs_qcnt_t softlimit; in xfs_trans_dqresv() local 611 softlimit = be64_to_cpu(dqp->q_core.d_blk_softlimit); in xfs_trans_dqresv() 612 if (!softlimit) in xfs_trans_dqresv() 613 softlimit = defq->bsoftlimit; in xfs_trans_dqresv() 623 softlimit = be64_to_cpu(dqp->q_core.d_rtb_softlimit); in xfs_trans_dqresv() 624 if (!softlimit) in xfs_trans_dqresv() 625 softlimit = defq->rtbsoftlimit; in xfs_trans_dqresv() 648 if (softlimit && total_count > softlimit) { in xfs_trans_dqresv() 667 softlimit = be64_to_cpu(dqp->q_core.d_ino_softlimit); in xfs_trans_dqresv() 668 if (!softlimit) in xfs_trans_dqresv() [all …]
|
/Linux-v4.19/fs/quota/ |
D | Kconfig | 25 If you say Y here, quota warnings (about exceeding softlimit, reaching 34 If you say Y here, quota warnings (about exceeding softlimit, reaching
|
/Linux-v4.19/fs/ubifs/ |
D | io.c | 456 ktime_t softlimit = ms_to_ktime(dirty_writeback_interval * 10); in new_wbuf_timer_nolock() local 469 div_u64(ktime_to_ns(softlimit), USEC_PER_SEC), in new_wbuf_timer_nolock() 470 div_u64(ktime_to_ns(softlimit) + delta, USEC_PER_SEC)); in new_wbuf_timer_nolock() 471 hrtimer_start_range_ns(&wbuf->timer, softlimit, delta, in new_wbuf_timer_nolock()
|