Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cachefiles/
H A Ddaemon.c66 { "bstop", cachefiles_daemon_bstop },
186 " bstop=%llx" in cachefiles_daemon_read()
195 (unsigned long long) cache->bstop, in cachefiles_daemon_read()
442 * - command: "bstop <N>%"
446 unsigned long bstop; in cachefiles_daemon_bstop() local
453 bstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_bstop()
457 if (bstop < 0 || bstop >= cache->bcull_percent) in cachefiles_daemon_bstop()
460 cache->bstop_percent = bstop; in cachefiles_daemon_bstop()
687 // (unsigned long long) cache->bstop, in cachefiles_has_space()
[all...]
H A Dbind.c179 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_daemon_add_cache()
186 (unsigned long long) cache->bstop); in cachefiles_daemon_add_cache()
H A Dinternal.h81 sector_t bstop; /* when to stop allocating */ member
/kernel/linux/linux-6.6/fs/cachefiles/
H A Ddaemon.c68 { "bstop", cachefiles_daemon_bstop },
231 " bstop=%llx" in cachefiles_do_daemon_read()
240 (unsigned long long) cache->bstop, in cachefiles_do_daemon_read()
511 * - command: "bstop <N>%"
515 unsigned long bstop; in cachefiles_daemon_bstop() local
522 bstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_bstop()
526 if (bstop >= cache->bcull_percent) in cachefiles_daemon_bstop()
529 cache->bstop_percent = bstop; in cachefiles_daemon_bstop()
H A Dcache.c116 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_add_cache()
123 (unsigned long long) cache->bstop); in cachefiles_add_cache()
203 // (unsigned long long) cache->bstop, in cachefiles_has_space()
243 b_avail < cache->bstop) in cachefiles_has_space()
H A Dinternal.h102 sector_t bstop; /* when to stop allocating */ member

Completed in 5 milliseconds