Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cachefiles/
H A Ddaemon.c65 { "bcull", cachefiles_daemon_bcull },
185 " bcull=%llx" in cachefiles_daemon_read()
194 (unsigned long long) cache->bcull, in cachefiles_daemon_read()
418 * - command: "bcull <N>%"
422 unsigned long bcull; in cachefiles_daemon_bcull() local
429 bcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_bcull()
433 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) in cachefiles_daemon_bcull()
436 cache->bcull_percent = bcull; in cachefiles_daemon_bcull()
686 // (unsigned long long) cache->bcull, in cachefiles_has_space()
[all...]
H A Dbind.c180 cache->bcull = stats.f_blocks * cache->bcull_percent; in cachefiles_daemon_add_cache()
185 (unsigned long long) cache->bcull, in cachefiles_daemon_add_cache()
H A Dinternal.h80 sector_t bcull; /* when to start culling */ member
/kernel/linux/linux-6.6/fs/cachefiles/
H A Ddaemon.c67 { "bcull", cachefiles_daemon_bcull },
230 " bcull=%llx" in cachefiles_do_daemon_read()
239 (unsigned long long) cache->bcull, in cachefiles_do_daemon_read()
487 * - command: "bcull <N>%"
491 unsigned long bcull; in cachefiles_daemon_bcull() local
498 bcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_bcull()
502 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) in cachefiles_daemon_bcull()
505 cache->bcull_percent = bcull; in cachefiles_daemon_bcull()
H A Dcache.c117 cache->bcull = stats.f_blocks * cache->bcull_percent; in cachefiles_add_cache()
122 (unsigned long long) cache->bcull, in cachefiles_add_cache()
202 // (unsigned long long) cache->bcull, in cachefiles_has_space()
248 b_avail < cache->bcull) in cachefiles_has_space()
H A Dinternal.h101 sector_t bcull; /* when to start culling */ member

Completed in 5 milliseconds