Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Dfs-writeback.c46 unsigned int tagged_writepages:1; member
1517 (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages)) in requeue_inode()
1763 if (work->sync_mode == WB_SYNC_ALL || work->tagged_writepages) in writeback_chunk_size()
1791 .tagged_writepages = work->tagged_writepages, in writeback_sb_inodes()
2617 .tagged_writepages = 1, in __writeback_inodes_sb_nr()
/linux-6.1.9/include/linux/
Dwriteback.h59 unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */ member
/linux-6.1.9/fs/gfs2/
Daops.c334 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in gfs2_write_cache_jdata()
340 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in gfs2_write_cache_jdata()
/linux-6.1.9/include/trace/events/
Df2fs.h1334 __field(char, tagged_writepages)
1353 __entry->tagged_writepages = wbc->tagged_writepages;
1373 __entry->tagged_writepages,
/linux-6.1.9/fs/btrfs/
Dextent_io.c3147 wbc->tagged_writepages = 1; in extent_write_cache_pages()
3149 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in extent_write_cache_pages()
3154 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in extent_write_cache_pages()
/linux-6.1.9/mm/
Dpage-writeback.c2307 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) { in write_cache_pages()
/linux-6.1.9/fs/f2fs/
Ddata.c2987 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in f2fs_write_cache_pages()
2993 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in f2fs_write_cache_pages()
/linux-6.1.9/fs/ext4/
Dinode.c2593 if (mpd->wbc->sync_mode == WB_SYNC_ALL || mpd->wbc->tagged_writepages) in mpage_prepare_extent_to_map()
2778 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in ext4_writepages()