Home
last modified time | relevance | path

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

/fs/
Dfs-writeback.c49 unsigned int for_background:1; member
1818 .for_background = work->for_background, in writeback_sb_inodes()
2050 if ((work->for_background || work->for_kupdate) && in wb_writeback()
2058 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback()
2070 } else if (work->for_background) in wb_writeback()
2140 .for_background = 1, in wb_check_background_flush()
/fs/fuse/
Ddev.c86 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument
88 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc()
107 static struct fuse_req *fuse_get_req(struct fuse_mount *fm, bool for_background) in fuse_get_req() argument
114 if (fuse_block_alloc(fc, for_background)) { in fuse_get_req()
117 !fuse_block_alloc(fc, for_background))) in fuse_get_req()
134 if (for_background) in fuse_get_req()
144 if (for_background) in fuse_get_req()
/fs/nfs/
Dwrite.c723 wbc->for_background || wbc->for_sync || wbc->for_reclaim) { in nfs_writepages()