Searched refs:fcull (Results 1 – 4 of 4) sorted by relevance
189 (unsigned long long) cache->fcull, in cachefiles_daemon_read()354 unsigned long fcull; in cachefiles_daemon_fcull() local361 fcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_fcull()365 if (fcull <= cache->fstop_percent || fcull >= cache->frun_percent) in cachefiles_daemon_fcull()368 cache->fcull_percent = fcull; in cachefiles_daemon_fcull()728 if (stats.f_ffree < cache->fcull || in cachefiles_has_space()
174 cache->fcull = stats.f_files * cache->fcull_percent; in cachefiles_daemon_add_cache()179 (unsigned long long) cache->fcull, in cachefiles_daemon_add_cache()
70 uint64_t fcull; /* when to start culling */ member
93 (*) fcull <N>%202 (*) fcull218 0 <= fstop < fcull < frun < 100