Lines Matching defs:fcull
71 { "fcull", cachefiles_daemon_fcull },
182 " fcull=%llx"
191 (unsigned long long) cache->fcull,
346 * - command: "fcull <N>%"
350 unsigned long fcull;
357 fcull = simple_strtoul(args, &args, 10);
361 if (fcull <= cache->fstop_percent || fcull >= cache->frun_percent)
364 cache->fcull_percent = fcull;
683 // (unsigned long long) cache->fcull,
724 if (stats.f_ffree < cache->fcull ||