Home
last modified time | relevance | path

Searched refs:tagged_writepages (Results 1 – 8 of 8) sorted by relevance

/linux/fs/
A Dfs-writeback.c46 unsigned int tagged_writepages:1; member
1546 (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages)) in requeue_inode()
1767 if (work->sync_mode == WB_SYNC_ALL || work->tagged_writepages) in writeback_chunk_size()
1795 .tagged_writepages = work->tagged_writepages, in writeback_sb_inodes()
2602 .tagged_writepages = 1, in __writeback_inodes_sb_nr()
/linux/fs/gfs2/
A Daops.c359 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in gfs2_write_cache_jdata()
365 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in gfs2_write_cache_jdata()
/linux/include/linux/
A Dwriteback.h67 unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */ member
/linux/include/trace/events/
A Df2fs.h1349 __field(char, tagged_writepages)
1368 __entry->tagged_writepages = wbc->tagged_writepages;
1388 __entry->tagged_writepages,
/linux/mm/
A Dpage-writeback.c2202 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) { in write_cache_pages()
/linux/fs/f2fs/
A Ddata.c3023 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in f2fs_write_cache_pages()
3029 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in f2fs_write_cache_pages()
/linux/fs/btrfs/
A Dextent_io.c5006 wbc->tagged_writepages = 1; in extent_write_cache_pages()
5008 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in extent_write_cache_pages()
5013 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in extent_write_cache_pages()
/linux/fs/ext4/
A Dinode.c2563 if (mpd->wbc->sync_mode == WB_SYNC_ALL || mpd->wbc->tagged_writepages) in mpage_prepare_extent_to_map()
2732 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in ext4_writepages()

Completed in 44 milliseconds