Searched refs:for_background (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | writeback.h | 218 __field(int, for_background) 230 __entry->for_background = work->for_background; 242 __entry->for_background, 315 __field(int, for_background) 329 __entry->for_background = wbc->for_background; 345 __entry->for_background,
|
D | f2fs.h | 1254 __field(char, for_background) 1273 __entry->for_background = wbc->for_background; 1293 __entry->for_background,
|
/Linux-v4.19/include/linux/ |
D | writeback.h | 66 unsigned for_background:1; /* A background writeback */ member 89 else if (wbc->for_kupdate || wbc->for_background) in wbc_to_write_flags()
|
/Linux-v4.19/fs/ |
D | fs-writeback.c | 53 unsigned int for_background:1; member 1503 .for_background = work->for_background, in writeback_sb_inodes() 1736 if ((work->for_background || work->for_kupdate) && in wb_writeback() 1744 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback() 1756 } else if (work->for_background) in wb_writeback() 1828 .for_background = 1, in wb_check_background_flush()
|
/Linux-v4.19/fs/fuse/ |
D | dev.c | 125 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument 127 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc() 141 bool for_background) in __fuse_get_req() argument 147 if (fuse_block_alloc(fc, for_background)) { in __fuse_get_req() 150 !fuse_block_alloc(fc, for_background))) in __fuse_get_req() 167 if (for_background) in __fuse_get_req() 177 if (for_background) in __fuse_get_req()
|