Home
last modified time | relevance | path

Searched refs:WB_SYNC_NONE (Results 1 – 25 of 25) sorted by relevance

/linux/fs/
H A Dfs-writeback.c1020 (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 Dsync.c283 int sync_mode = WB_SYNC_NONE; in sync_file_range()
/linux/mm/
H A Dfadvise.c115 WB_SYNC_NONE); in generic_fadvise()
H A Dzswap.c1055 .sync_mode = WB_SYNC_NONE, in zswap_writeback_entry()
H A Dfilemap.c457 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 Dpage-writeback.c2457 if (wbc->sync_mode == WB_SYNC_NONE) in folio_prepare_writeback()
H A Dmigrate.c955 .sync_mode = WB_SYNC_NONE, in writeout()
H A Dvmscan.c679 .sync_mode = WB_SYNC_NONE, in pageout()
/linux/fs/ceph/
H A Daddr.c830 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 Daops.c217 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 Dmeta_io.c55 if (wbc->sync_mode != WB_SYNC_NONE) { in gfs2_aspace_write_folio()
H A Dlog.c240 .sync_mode = WB_SYNC_NONE, in gfs2_ail1_start()
/linux/include/linux/
H A Dwriteback.h34 WB_SYNC_NONE, /* Don't wait on anything */ enumerator
/linux/fs/sysv/
H A Dialloc.c144 .sync_mode = WB_SYNC_NONE in sysv_new_inode()
/linux/fs/netfs/
H A Dwrite_issue.c560 if (wbc->sync_mode == WB_SYNC_NONE) { in netfs_writepages()
874 if (wbc->sync_mode == WB_SYNC_NONE) { in netfs_writeback_single()
H A Dbuffered_write.c104 .sync_mode = WB_SYNC_NONE, in netfs_perform_write()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c302 .sync_mode = WB_SYNC_NONE, in __shmem_writeback()
/linux/fs/btrfs/
H A Dextent_io.c2235 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 Dzoned.c1898 if (wbc->sync_mode == WB_SYNC_NONE || in check_bg_is_active()
H A Ddisk-io.c506 if (wbc->sync_mode == WB_SYNC_NONE) { in btree_writepages()
H A Dinode.c8575 .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 Dcompress.c1546 if (wbc->sync_mode == WB_SYNC_NONE) in f2fs_write_raw_pages()
/linux/fs/ext4/
H A Dinode.c2464 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 Dvfs.rst842 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 Dfile.c2452 if (wbc->sync_mode == WB_SYNC_NONE && in fuse_writepages()