Home
last modified time | relevance | path

Searched refs:bstop (Results 1 – 3 of 3) sorted by relevance

/fs/cachefiles/
A Ddaemon.c243 (unsigned long long) cache->bstop, in cachefiles_do_daemon_read()
528 unsigned long bstop; in cachefiles_daemon_bstop() local
535 bstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_bstop()
539 if (bstop >= cache->bcull_percent) in cachefiles_daemon_bstop()
542 cache->bstop_percent = bstop; in cachefiles_daemon_bstop()
A Dcache.c117 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_add_cache()
124 (unsigned long long) cache->bstop); in cachefiles_add_cache()
244 b_avail < cache->bstop) in cachefiles_has_space()
A Dinternal.h116 sector_t bstop; /* when to stop allocating */ member

Completed in 9 milliseconds