Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs-writeback.c46 unsigned int tagged_writepages:1; member
1604 (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages)) in requeue_inode()
1856 if (work->sync_mode == WB_SYNC_ALL || work->tagged_writepages) in writeback_chunk_size()
1884 .tagged_writepages = work->tagged_writepages, in writeback_sb_inodes()
2724 .tagged_writepages = 1, in __writeback_inodes_sb_nr()
/linux/fs/gfs2/
H A Daops.c308 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in gfs2_write_cache_jdata()
314 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in gfs2_write_cache_jdata()
/linux/include/linux/
H A Dwriteback.h61 unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */ member
/linux/include/trace/events/
H A Df2fs.h1474 __field(char, tagged_writepages)
1493 __entry->tagged_writepages = wbc->tagged_writepages;
1513 __entry->tagged_writepages,
/linux/mm/
H A Dpage-writeback.c2471 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in wbc_to_tag()
2566 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in writeback_iter()
/linux/fs/ceph/
H A Daddr.c1000 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) { in ceph_writepages_start()
1043 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in ceph_writepages_start()
/linux/fs/btrfs/
H A Dextent_io.c2174 wbc->tagged_writepages = 1; in extent_write_cache_pages()
2176 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in extent_write_cache_pages()
2181 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in extent_write_cache_pages()
/linux/fs/ext4/
H A Dinode.c2433 if (mpd->wbc->sync_mode == WB_SYNC_ALL || mpd->wbc->tagged_writepages) in mpage_prepare_extent_to_map()
2670 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in ext4_do_writepages()