Lines Matching refs:fstop
72 { "fstop", cachefiles_daemon_fstop },
183 " fstop=%llx"
192 (unsigned long long) cache->fstop,
370 * - command: "fstop <N>%"
374 unsigned long fstop;
381 fstop = simple_strtoul(args, &args, 10);
385 if (fstop < 0 || fstop >= cache->fcull_percent)
388 cache->fstop_percent = fstop;
684 // (unsigned long long) cache->fstop,
719 if (stats.f_ffree < cache->fstop ||