Searched refs:for_background (Results 1 – 5 of 5) sorted by relevance
/linux/include/trace/events/ |
H A D | writeback.h | 365 __field(int, for_background) 376 __entry->for_background = work->for_background; 388 __entry->for_background, 461 __field(int, for_background) 475 __entry->for_background = wbc->for_background; 491 __entry->for_background,
|
H A D | f2fs.h | 1473 __field(char, for_background) 1492 __entry->for_background = wbc->for_background; 1512 __entry->for_background,
|
/linux/include/linux/ |
H A D | writeback.h | 60 unsigned for_background:1; /* A background writeback */ member 110 else if (wbc->for_kupdate || wbc->for_background) in wbc_to_write_flags()
|
/linux/fs/ |
H A D | fs-writeback.c | 49 unsigned int for_background:1; member 1886 .for_background = work->for_background, in writeback_sb_inodes() 2123 if ((work->for_background || work->for_kupdate) && in wb_writeback() 2131 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback() 2149 } else if (work->for_background) in wb_writeback() 2223 .for_background = 1, in wb_check_background_flush()
|
/linux/fs/fuse/ |
H A D | dev.c | 77 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument 79 return !fc->initialized || (for_background && fc->blocked) || in fuse_block_alloc() 101 bool for_background) in fuse_get_req() argument 112 if (fuse_block_alloc(fc, for_background)) { in fuse_get_req() 115 !fuse_block_alloc(fc, for_background))) in fuse_get_req() 132 if (for_background) in fuse_get_req() 140 if (for_background) in fuse_get_req()
|