Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Dwriteback.h247 __field(int, for_background)
259 __entry->for_background = work->for_background;
271 __entry->for_background,
345 __field(int, for_background)
359 __entry->for_background = wbc->for_background;
375 __entry->for_background,
Df2fs.h985 __field(char, for_background)
1004 __entry->for_background = wbc->for_background;
1024 __entry->for_background,
/linux-4.4.14/fs/
Dfs-writeback.c53 unsigned int for_background:1; member
1449 .for_background = work->for_background, in writeback_sb_inodes()
1682 if ((work->for_background || work->for_kupdate) && in wb_writeback()
1690 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback()
1702 } else if (work->for_background) in wb_writeback()
1787 .for_background = 1, in wb_check_background_flush()
/linux-4.4.14/include/linux/
Dwriteback.h84 unsigned for_background:1; /* A background writeback */ member
/linux-4.4.14/fs/fuse/
Ddev.c141 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument
143 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc()
147 bool for_background) in __fuse_get_req() argument
153 if (fuse_block_alloc(fc, for_background)) { in __fuse_get_req()
159 !fuse_block_alloc(fc, for_background)); in __fuse_get_req()
179 if (for_background) in __fuse_get_req()
186 if (for_background) in __fuse_get_req()
/linux-4.4.14/fs/nfs/
Dwrite.c250 if (wbc->for_kupdate || wbc->for_background) in wb_priority()