Home
last modified time | relevance | path

Searched refs:for_background (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dfs-writeback.c45 unsigned int for_background:1; member
1965 .for_background = work->for_background, in writeback_sb_inodes()
2208 if ((work->for_background || work->for_kupdate) && in wb_writeback()
2216 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback()
2234 } else if (work->for_background) in wb_writeback()
2308 .for_background = 1, in wb_check_background_flush()
/linux/fs/nfs/
H A Dwrite.c673 wbc->for_background || wbc->for_sync) { in nfs_writepages()