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

/linux-4.1.27/fs/cachefiles/
H A Ddaemon.c70 { "bstop", cachefiles_daemon_bstop },
186 " bstop=%llx", cachefiles_daemon_read()
193 (unsigned long long) cache->bstop cachefiles_daemon_read()
445 * - command: "bstop <N>%"
449 unsigned long bstop; cachefiles_daemon_bstop() local
456 bstop = simple_strtoul(args, &args, 10); cachefiles_daemon_bstop()
460 if (bstop < 0 || bstop >= cache->bcull_percent) cachefiles_daemon_bstop()
463 cache->bstop_percent = bstop; cachefiles_daemon_bstop()
690 // (unsigned long long) cache->bstop, cachefiles_has_space()
723 stats.f_bavail < cache->bstop) cachefiles_has_space()
H A Dbind.c183 cache->bstop = stats.f_blocks * cache->bstop_percent; cachefiles_daemon_add_cache()
190 (unsigned long long) cache->bstop); cachefiles_daemon_add_cache()
H A Dinternal.h83 sector_t bstop; /* when to stop allocating */ member in struct:cachefiles_cache

Completed in 87 milliseconds