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

/linux-4.4.14/fs/cachefiles/
H A Ddaemon.c69 { "bcull", cachefiles_daemon_bcull },
185 " bcull=%llx" cachefiles_daemon_read()
192 (unsigned long long) cache->bcull, cachefiles_daemon_read()
421 * - command: "bcull <N>%"
425 unsigned long bcull; cachefiles_daemon_bcull() local
432 bcull = simple_strtoul(args, &args, 10); cachefiles_daemon_bcull()
436 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) cachefiles_daemon_bcull()
439 cache->bcull_percent = bcull; cachefiles_daemon_bcull()
689 // (unsigned long long) cache->bcull, cachefiles_has_space()
728 stats.f_bavail < cache->bcull) cachefiles_has_space()
H A Dbind.c184 cache->bcull = stats.f_blocks * cache->bcull_percent; cachefiles_daemon_add_cache()
189 (unsigned long long) cache->bcull, cachefiles_daemon_add_cache()
H A Dinternal.h81 sector_t bcull; /* when to start culling */ member in struct:cachefiles_cache

Completed in 152 milliseconds