Searched refs:for_background (Results 1 – 3 of 3) sorted by relevance
47 unsigned int for_background:1; member583 .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()
136 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument138 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc()142 bool for_background) in __fuse_get_req() argument148 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()
230 if (wbc->for_kupdate || wbc->for_background) in wb_priority()