Home
last modified time | relevance | path

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

/fs/
Dfs-writeback.c47 unsigned int for_background:1; member
583 .for_background = work->for_background, in writeback_sb_inodes()
813 if ((work->for_background || work->for_kupdate) && in wb_writeback()
821 if (work->for_background && !over_bground_thresh(wb->bdi)) in wb_writeback()
833 } else if (work->for_background) in wb_writeback()
918 .for_background = 1, in wb_check_background_flush()
/fs/fuse/
Ddev.c136 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument
138 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc()
142 bool for_background) in __fuse_get_req() argument
148 if (fuse_block_alloc(fc, for_background)) { in __fuse_get_req()
154 !fuse_block_alloc(fc, for_background)); in __fuse_get_req()
168 if (for_background) in __fuse_get_req()
175 req->background = for_background; in __fuse_get_req()
/fs/nfs/
Dwrite.c230 if (wbc->for_kupdate || wbc->for_background) in wb_priority()