Searched refs:for_background (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/trace/events/ |
D | writeback.h | 247 __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,
|
D | f2fs.h | 985 __field(char, for_background) 1004 __entry->for_background = wbc->for_background; 1024 __entry->for_background,
|
/linux-4.4.14/fs/ |
D | fs-writeback.c | 53 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/ |
D | writeback.h | 84 unsigned for_background:1; /* A background writeback */ member
|
/linux-4.4.14/fs/fuse/ |
D | dev.c | 141 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/ |
D | write.c | 250 if (wbc->for_kupdate || wbc->for_background) in wb_priority()
|