/linux/fs/ |
H A D | fs-writeback.c | 1020 (base_work->sync_mode == WB_SYNC_NONE || in bdi_split_work_to_wbs() 1129 work->sync_mode = WB_SYNC_NONE; in cgroup_writeback_by_id() 2067 .sync_mode = WB_SYNC_NONE, in writeback_inodes_wb() 2222 .sync_mode = WB_SYNC_NONE, in wb_check_background_flush() 2256 .sync_mode = WB_SYNC_NONE, in wb_check_old_data_flush() 2279 .sync_mode = WB_SYNC_NONE, in wb_check_start_all() 2723 .sync_mode = WB_SYNC_NONE, in __writeback_inodes_sb_nr() 2842 .sync_mode = sync ? WB_SYNC_ALL : WB_SYNC_NONE, in write_inode_now() 2867 .sync_mode = wait ? WB_SYNC_ALL : WB_SYNC_NONE, in sync_inode_metadata()
|
H A D | sync.c | 283 int sync_mode = WB_SYNC_NONE; in sync_file_range()
|
/linux/mm/ |
H A D | fadvise.c | 115 WB_SYNC_NONE); in generic_fadvise()
|
H A D | zswap.c | 1055 .sync_mode = WB_SYNC_NONE, in zswap_writeback_entry()
|
H A D | filemap.c | 457 return __filemap_fdatawrite_range(mapping, start, end, WB_SYNC_NONE); in filemap_fdatawrite_range_kick() 472 return __filemap_fdatawrite(mapping, WB_SYNC_NONE); in filemap_flush()
|
H A D | page-writeback.c | 2457 if (wbc->sync_mode == WB_SYNC_NONE) in folio_prepare_writeback()
|
H A D | migrate.c | 955 .sync_mode = WB_SYNC_NONE, in writeout()
|
H A D | vmscan.c | 679 .sync_mode = WB_SYNC_NONE, in pageout()
|
/linux/fs/ceph/ |
H A D | addr.c | 830 if (wbc->sync_mode == WB_SYNC_NONE && in ceph_writepage() 975 if (wbc->sync_mode == WB_SYNC_NONE && in ceph_writepages_start() 980 wbc->sync_mode == WB_SYNC_NONE ? "NONE" : in ceph_writepages_start() 1090 wbc->sync_mode != WB_SYNC_NONE) in ceph_writepages_start() 1113 if (wbc->sync_mode == WB_SYNC_NONE) { in ceph_writepages_start() 1379 if (wbc->nr_to_write <= 0 && wbc->sync_mode == WB_SYNC_NONE) in ceph_writepages_start() 1395 if (wbc->sync_mode != WB_SYNC_NONE && in ceph_writepages_start()
|
/linux/fs/gfs2/ |
H A D | aops.c | 217 if (wbc->sync_mode != WB_SYNC_NONE) in gfs2_write_jdata_batch() 257 if (--wbc->nr_to_write <= 0 && wbc->sync_mode == WB_SYNC_NONE) { in gfs2_write_jdata_batch()
|
H A D | meta_io.c | 55 if (wbc->sync_mode != WB_SYNC_NONE) { in gfs2_aspace_write_folio()
|
H A D | log.c | 240 .sync_mode = WB_SYNC_NONE, in gfs2_ail1_start()
|
/linux/include/linux/ |
H A D | writeback.h | 34 WB_SYNC_NONE, /* Don't wait on anything */ enumerator
|
/linux/fs/sysv/ |
H A D | ialloc.c | 144 .sync_mode = WB_SYNC_NONE in sysv_new_inode()
|
/linux/fs/netfs/ |
H A D | write_issue.c | 560 if (wbc->sync_mode == WB_SYNC_NONE) { in netfs_writepages() 874 if (wbc->sync_mode == WB_SYNC_NONE) { in netfs_writeback_single()
|
H A D | buffered_write.c | 104 .sync_mode = WB_SYNC_NONE, in netfs_perform_write()
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_shmem.c | 302 .sync_mode = WB_SYNC_NONE, in __shmem_writeback()
|
/linux/fs/btrfs/ |
H A D | extent_io.c | 2235 if (wbc->sync_mode != WB_SYNC_NONE || in extent_write_cache_pages() 2259 nr_to_write_done = (wbc->sync_mode == WB_SYNC_NONE && in extent_write_cache_pages()
|
H A D | zoned.c | 1898 if (wbc->sync_mode == WB_SYNC_NONE || in check_bg_is_active()
|
H A D | disk-io.c | 506 if (wbc->sync_mode == WB_SYNC_NONE) { in btree_writepages()
|
H A D | inode.c | 8575 .sync_mode = WB_SYNC_NONE, in btrfs_start_delalloc_snapshot() 8592 .sync_mode = WB_SYNC_NONE, in btrfs_start_delalloc_roots()
|
/linux/fs/f2fs/ |
H A D | compress.c | 1546 if (wbc->sync_mode == WB_SYNC_NONE) in f2fs_write_raw_pages()
|
/linux/fs/ext4/ |
H A D | inode.c | 2464 if (mpd->wbc->sync_mode == WB_SYNC_NONE && in mpage_prepare_extent_to_map() 2490 (mpd->wbc->sync_mode == WB_SYNC_NONE)) || in mpage_prepare_extent_to_map()
|
/linux/Documentation/filesystems/ |
H A D | vfs.rst | 842 If wbc->sync_mode is WB_SYNC_NONE, ->writepage doesn't have to 889 written out. If it is WB_SYNC_NONE, then a nr_to_write is
|
/linux/fs/fuse/ |
H A D | file.c | 2452 if (wbc->sync_mode == WB_SYNC_NONE && in fuse_writepages()
|