Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfs-writeback.c46 unsigned int tagged_writepages:1; member
1582 (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages)) in requeue_inode()
1834 if (work->sync_mode == WB_SYNC_ALL || work->tagged_writepages) in writeback_chunk_size()
1862 .tagged_writepages = work->tagged_writepages, in writeback_sb_inodes()
2702 .tagged_writepages = 1, in __writeback_inodes_sb_nr()
/linux-6.12.1/fs/gfs2/
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-6.12.1/include/linux/
Dwriteback.h61 unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */ member
/linux-6.12.1/include/trace/events/
Df2fs.h1475 __field(char, tagged_writepages)
1494 __entry->tagged_writepages = wbc->tagged_writepages;
1514 __entry->tagged_writepages,
/linux-6.12.1/mm/
Dpage-writeback.c2467 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in wbc_to_tag()
2562 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in writeback_iter()
/linux-6.12.1/fs/ceph/
Daddr.c990 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) { in ceph_writepages_start()
1033 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in ceph_writepages_start()
/linux-6.12.1/fs/btrfs/
Dextent_io.c2077 wbc->tagged_writepages = 1; in extent_write_cache_pages()
2079 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in extent_write_cache_pages()
2084 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in extent_write_cache_pages()
/linux-6.12.1/fs/f2fs/
Ddata.c3048 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in f2fs_write_cache_pages()
3054 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in f2fs_write_cache_pages()
/linux-6.12.1/fs/ext4/
Dinode.c2422 if (mpd->wbc->sync_mode == WB_SYNC_ALL || mpd->wbc->tagged_writepages) in mpage_prepare_extent_to_map()
2659 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in ext4_do_writepages()