Searched refs:fcull (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/cachefiles/ |
| A D | daemon.c | 238 (unsigned long long) cache->fcull, in cachefiles_do_daemon_read() 431 unsigned long fcull; in cachefiles_daemon_fcull() local 438 fcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_fcull() 442 if (fcull <= cache->fstop_percent || fcull >= cache->frun_percent) in cachefiles_daemon_fcull() 445 cache->fcull_percent = fcull; in cachefiles_daemon_fcull()
|
| A D | cache.c | 108 cache->fcull = stats.f_files * cache->fcull_percent; in cachefiles_add_cache() 113 (unsigned long long) cache->fcull, in cachefiles_add_cache() 248 if (stats.f_ffree < cache->fcull || in cachefiles_has_space()
|
| A D | internal.h | 113 uint64_t fcull; /* when to start culling */ member
|
| /linux/Documentation/filesystems/caching/ |
| A D | cachefiles.rst | 91 brun <N>%, bcull <N>%, bstop <N>%, frun <N>%, fcull <N>%, fstop <N>% 187 bcull, fcull 200 0 <= fstop < fcull < frun < 100
|
Completed in 8 milliseconds