Searched refs:for_background (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | writeback.h | 356 __field(int, for_background) 367 __entry->for_background = work->for_background; 379 __entry->for_background, 452 __field(int, for_background) 466 __entry->for_background = wbc->for_background; 482 __entry->for_background,
|
H A D | f2fs.h | 1337 __field(char, for_background) 1356 __entry->for_background = wbc->for_background; 1376 __entry->for_background,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | writeback.h | 357 __field(int, for_background) 368 __entry->for_background = work->for_background; 380 __entry->for_background, 453 __field(int, for_background) 467 __entry->for_background = wbc->for_background; 483 __entry->for_background,
|
H A D | f2fs.h | 1374 __field(char, for_background) 1393 __entry->for_background = wbc->for_background; 1413 __entry->for_background,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | writeback.h | 67 unsigned for_background:1; /* A background writeback */ member 106 else if (wbc->for_kupdate || wbc->for_background) in wbc_to_write_flags()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | writeback.h | 58 unsigned for_background:1; /* A background writeback */ member 100 else if (wbc->for_kupdate || wbc->for_background) in wbc_to_write_flags()
|
/kernel/linux/linux-5.10/fs/ |
H A D | fs-writeback.c | 49 unsigned int for_background:1; member 1648 .for_background = work->for_background, in writeback_sb_inodes() 1881 if ((work->for_background || work->for_kupdate) && in wb_writeback() 1889 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback() 1901 } else if (work->for_background) in wb_writeback() 1973 .for_background = 1, in wb_check_background_flush()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs-writeback.c | 49 unsigned int for_background:1; member 1831 .for_background = work->for_background, in writeback_sb_inodes() 2062 if ((work->for_background || work->for_kupdate) && in wb_writeback() 2070 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback() 2085 } else if (work->for_background) in wb_writeback() 2159 .for_background = 1, in wb_check_background_flush()
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | dev.c | 85 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument 87 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc() 106 static struct fuse_req *fuse_get_req(struct fuse_mount *fm, bool for_background) in fuse_get_req() argument 113 if (fuse_block_alloc(fc, for_background)) { in fuse_get_req() 116 !fuse_block_alloc(fc, for_background))) in fuse_get_req() 133 if (for_background) in fuse_get_req() 143 if (for_background) in fuse_get_req()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | dev.c | 85 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument 87 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc() 106 static struct fuse_req *fuse_get_req(struct fuse_mount *fm, bool for_background) in fuse_get_req() argument 113 if (fuse_block_alloc(fc, for_background)) { in fuse_get_req() 116 !fuse_block_alloc(fc, for_background))) in fuse_get_req() 133 if (for_background) in fuse_get_req() 143 if (for_background) in fuse_get_req()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | write.c | 728 wbc->for_background || wbc->for_sync || wbc->for_reclaim) { in nfs_writepages()
|
Completed in 20 milliseconds