Searched refs:background (Results 1 – 5 of 5) sorted by relevance
10 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
146 bool "Disable yaffs2 background processing"150 If this is set, then background processing is disabled.
2636 int aggressive, int background) in yaffs_find_gc_block() argument2694 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() argument2834 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()
246 unsigned background:1; member
305 if (req->background) { in request_end()438 req->background = 1; in fuse_request_send_nowait_locked()