Searched refs:for_background (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/trace/events/ |
D | writeback.h | 184 __field(int, for_background) 195 __entry->for_background = work->for_background; 206 __entry->for_background, 263 __field(int, for_background) 276 __entry->for_background = wbc->for_background; 291 __entry->for_background,
|
D | f2fs.h | 952 __field(char, for_background) 971 __entry->for_background = wbc->for_background; 991 __entry->for_background,
|
/linux-4.1.27/fs/ |
D | fs-writeback.c | 48 unsigned int for_background:1; member 671 .for_background = work->for_background, in writeback_sb_inodes() 901 if ((work->for_background || work->for_kupdate) && in wb_writeback() 909 if (work->for_background && !over_bground_thresh(wb->bdi)) in wb_writeback() 921 } else if (work->for_background) in wb_writeback() 1006 .for_background = 1, in wb_check_background_flush()
|
/linux-4.1.27/include/linux/ |
D | writeback.h | 82 unsigned for_background:1; /* A background writeback */ member
|
/linux-4.1.27/fs/fuse/ |
D | dev.c | 140 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument 142 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc() 146 bool for_background) in __fuse_get_req() argument 152 if (fuse_block_alloc(fc, for_background)) { in __fuse_get_req() 158 !fuse_block_alloc(fc, for_background)); in __fuse_get_req() 174 if (for_background) in __fuse_get_req() 181 req->background = for_background; in __fuse_get_req()
|
/linux-4.1.27/fs/nfs/ |
D | write.c | 250 if (wbc->for_kupdate || wbc->for_background) in wb_priority()
|