Searched refs:fcull (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/fs/cachefiles/ |
D | daemon.c | 191 (unsigned long long) cache->fcull, in cachefiles_daemon_read() 350 unsigned long fcull; in cachefiles_daemon_fcull() local 357 fcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_fcull() 361 if (fcull <= cache->fstop_percent || fcull >= cache->frun_percent) in cachefiles_daemon_fcull() 364 cache->fcull_percent = fcull; in cachefiles_daemon_fcull() 724 if (stats.f_ffree < cache->fcull || in cachefiles_has_space()
|
D | bind.c | 173 cache->fcull = stats.f_files * cache->fcull_percent; in cachefiles_daemon_add_cache() 178 (unsigned long long) cache->fcull, in cachefiles_daemon_add_cache()
|
D | internal.h | 77 uint64_t fcull; /* when to start culling */ member
|
/Linux-v5.15/Documentation/filesystems/caching/ |
D | cachefiles.rst | 90 brun <N>%, bcull <N>%, bstop <N>%, frun <N>%, fcull <N>%, fstop <N>% 186 bcull, fcull 199 0 <= fstop < fcull < frun < 100
|