Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A Dquota.rst10 of used inodes there are actually two limits. The first one is called softlimit
13 softlimit but only for limited period of time. This period is called "grace
15 more space/inodes until he frees enough of them to get below softlimit.
25 When user exceeds a softlimit, runs out of grace time or reaches hardlimit,
58 inode softlimit is exceeded longer
61 inode softlimit
65 space (block) softlimit is exceeded
68 space (block) softlimit
76 inode softlimit
80 space (block) softlimit
/linux/fs/ubifs/
H A Dio.c509 ktime_t softlimit = ms_to_ktime(dirty_writeback_interval * 10); in new_wbuf_timer_nolock() local
522 div_u64(ktime_to_ns(softlimit), USEC_PER_SEC), in new_wbuf_timer_nolock()
523 div_u64(ktime_to_ns(softlimit) + delta, USEC_PER_SEC)); in new_wbuf_timer_nolock()
524 hrtimer_start_range_ns(&wbuf->timer, softlimit, delta, in new_wbuf_timer_nolock()