Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dwriteback.h59 unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */ member
/openbmc/linux/fs/
H A Dfs-writeback.c46 unsigned int tagged_writepages:1; member
1550 (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages)) in requeue_inode()
1801 if (work->sync_mode == WB_SYNC_ALL || work->tagged_writepages) in writeback_chunk_size()
1829 .tagged_writepages = work->tagged_writepages, in writeback_sb_inodes()
2661 .tagged_writepages = 1, in __writeback_inodes_sb_nr()
/openbmc/linux/fs/gfs2/
H A Daops.c338 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in gfs2_write_cache_jdata()
344 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in gfs2_write_cache_jdata()
/openbmc/u-boot/include/linux/
H A Dcompat.h343 unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */ member
/openbmc/linux/include/trace/events/
H A Df2fs.h1375 __field(char, tagged_writepages)
1394 __entry->tagged_writepages = wbc->tagged_writepages;
1414 __entry->tagged_writepages,
/openbmc/linux/fs/ceph/
H A Daddr.c970 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) { in ceph_writepages_start()
1013 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in ceph_writepages_start()
/openbmc/linux/fs/btrfs/
H A Dextent_io.c2045 wbc->tagged_writepages = 1; in extent_write_cache_pages()
2047 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in extent_write_cache_pages()
2052 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in extent_write_cache_pages()
/openbmc/linux/mm/
H A Dpage-writeback.c2419 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) { in write_cache_pages()
/openbmc/linux/fs/f2fs/
H A Ddata.c3077 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in f2fs_write_cache_pages()
3083 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in f2fs_write_cache_pages()
/openbmc/linux/fs/ext4/
H A Dinode.c2385 if (mpd->wbc->sync_mode == WB_SYNC_ALL || mpd->wbc->tagged_writepages) in mpage_prepare_extent_to_map()
2622 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in ext4_do_writepages()