Home
last modified time | relevance | path

Searched refs:background (Results 1 – 5 of 5) sorted by relevance

/fs/jffs2/
DMakefile10 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/fs/yaffs2/
DKconfig146 bool "Disable yaffs2 background processing"
150 If this is set, then background processing is disabled.
Dyaffs_guts.c2636 int aggressive, int background) in yaffs_find_gc_block() argument
2694 if (background) in yaffs_find_gc_block()
2702 threshold = background ? (dev->gc_not_done + 2) * 2 : 0; in yaffs_find_gc_block()
2748 dev->gc_not_done >= (background ? 10 : 20)) { in yaffs_find_gc_block()
2770 if (background) in yaffs_find_gc_block()
2784 dev->oldest_dirty_block, background ? " bg" : ""); in yaffs_find_gc_block()
2799 static int yaffs_check_gc(struct yaffs_dev *dev, int background) in yaffs_check_gc() argument
2834 if (!background in yaffs_check_gc()
2841 dev->gc_skip < 1 || background) in yaffs_check_gc()
2861 yaffs_find_gc_block(dev, aggressive, background); in yaffs_check_gc()
/fs/fuse/
Dfuse_i.h246 unsigned background:1; member
Ddev.c305 if (req->background) { in request_end()
438 req->background = 1; in fuse_request_send_nowait_locked()