Searched refs:fcull (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/cachefiles/
H A Ddaemon.c73 { "fcull", cachefiles_daemon_fcull },
228 " fcull=%llx"
237 (unsigned long long) cache->fcull,
426 * - command: "fcull <N>%"
430 unsigned long fcull; local
437 fcull = simple_strtoul(args, &args, 10);
441 if (fcull <= cache->fstop_percent || fcull >= cache->frun_percent)
444 cache->fcull_percent = fcull;
H A Dcache.c107 cache->fcull = stats.f_files * cache->fcull_percent;
112 (unsigned long long) cache->fcull,
199 // (unsigned long long) cache->fcull,
247 if (stats.f_ffree < cache->fcull ||
H A Dinternal.h111 uint64_t fcull; /* when to start culling */ member in struct:cachefiles_cache

Completed in 183 milliseconds