Home
last modified time | relevance | path

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

12

/linux/fs/
A Dfs-writeback.c994 (base_work->sync_mode == WB_SYNC_NONE || in bdi_split_work_to_wbs()
1100 work->sync_mode = WB_SYNC_NONE; in cgroup_writeback_by_id()
1971 .sync_mode = WB_SYNC_NONE, in writeback_inodes_wb()
2116 .sync_mode = WB_SYNC_NONE, in wb_check_background_flush()
2150 .sync_mode = WB_SYNC_NONE, in wb_check_old_data_flush()
2173 .sync_mode = WB_SYNC_NONE, in wb_check_start_all()
2601 .sync_mode = WB_SYNC_NONE, in __writeback_inodes_sb_nr()
2720 .sync_mode = sync ? WB_SYNC_ALL : WB_SYNC_NONE, in write_inode_now()
2745 .sync_mode = wait ? WB_SYNC_ALL : WB_SYNC_NONE, in sync_inode_metadata()
A Dsync.c280 int sync_mode = WB_SYNC_NONE; in sync_file_range()
A Dbuffer.c1786 if (wbc->sync_mode != WB_SYNC_NONE) { in __block_write_full_page()
/linux/mm/
A Dfadvise.c114 WB_SYNC_NONE); in generic_fadvise()
A Dpage-writeback.c2244 if (wbc->sync_mode != WB_SYNC_NONE) in write_cache_pages()
2289 wbc->sync_mode == WB_SYNC_NONE) { in write_cache_pages()
A Dzswap.c942 .sync_mode = WB_SYNC_NONE, in zswap_writeback_entry()
A Dmigrate.c800 .sync_mode = WB_SYNC_NONE, in writeout()
A Dfilemap.c473 return __filemap_fdatawrite(mapping, WB_SYNC_NONE); in filemap_flush()
A Dvmscan.c1208 .sync_mode = WB_SYNC_NONE, in pageout()
/linux/fs/sysv/
A Dialloc.c144 .sync_mode = WB_SYNC_NONE in sysv_new_inode()
/linux/fs/gfs2/
A Daops.c268 if (wbc->sync_mode != WB_SYNC_NONE) in gfs2_write_jdata_pagevec()
308 if (--wbc->nr_to_write <= 0 && wbc->sync_mode == WB_SYNC_NONE) { in gfs2_write_jdata_pagevec()
A Dmeta_io.c55 if (wbc->sync_mode != WB_SYNC_NONE) { in gfs2_aspace_writepage()
A Dlog.c240 .sync_mode = WB_SYNC_NONE, in gfs2_ail1_start()
/linux/include/linux/
A Dwriteback.h41 WB_SYNC_NONE, /* Don't wait on anything */ enumerator
/linux/fs/ceph/
A Daddr.c725 wbc->sync_mode == WB_SYNC_NONE ? "NONE" : in ceph_writepages_start()
825 wbc->sync_mode != WB_SYNC_NONE) in ceph_writepages_start()
847 if (wbc->sync_mode == WB_SYNC_NONE) { in ceph_writepages_start()
1068 if (wbc->nr_to_write <= 0 && wbc->sync_mode == WB_SYNC_NONE) in ceph_writepages_start()
1084 if (wbc->sync_mode != WB_SYNC_NONE && in ceph_writepages_start()
/linux/fs/afs/
A Dwrite.c696 if (wbc->sync_mode != WB_SYNC_NONE) { in afs_writepages_region()
719 if (wbc->sync_mode != WB_SYNC_NONE) in afs_writepages_region()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_shmem.c244 .sync_mode = WB_SYNC_NONE, in shmem_writeback()
/linux/fs/f2fs/
A Ddata.c3089 wbc->sync_mode == WB_SYNC_NONE) { in f2fs_write_cache_pages()
3112 if (wbc->sync_mode != WB_SYNC_NONE) in f2fs_write_cache_pages()
3164 wbc->sync_mode == WB_SYNC_NONE) { in f2fs_write_cache_pages()
3245 if (!get_dirty_pages(inode) && wbc->sync_mode == WB_SYNC_NONE) in __f2fs_write_data_pages()
3253 wbc->sync_mode == WB_SYNC_NONE && in __f2fs_write_data_pages()
A Dsegment.h878 if (wbc->sync_mode != WB_SYNC_NONE) in nr_pages_to_write()
A Dnode.c1595 wbc->sync_mode == WB_SYNC_NONE && in __write_node_page()
1947 wbc->sync_mode == WB_SYNC_NONE) { in f2fs_sync_node_pages()
2031 wbc->sync_mode == WB_SYNC_NONE && step == 1) in f2fs_sync_node_pages()
/linux/fs/nfs/
A Dwrite.c1950 if (wbc && wbc->sync_mode == WB_SYNC_NONE) { in __nfs_commit_inode()
1978 if (wbc->sync_mode == WB_SYNC_NONE) { in nfs_write_inode()
/linux/fs/ext4/
A Dinode.c2588 if (mpd->wbc->sync_mode == WB_SYNC_NONE && left <= 0) in mpage_prepare_extent_to_map()
2605 (mpd->wbc->sync_mode == WB_SYNC_NONE)) || in mpage_prepare_extent_to_map()
/linux/Documentation/filesystems/
A Dvfs.rst768 If wbc->sync_mode is WB_SYNC_NONE, ->writepage doesn't have to
790 written out. If it is WB_SYNC_NONE, then a nr_to_write is
/linux/fs/reiserfs/
A Dinode.c2634 if (wbc->sync_mode != WB_SYNC_NONE) { in reiserfs_write_full_page()
/linux/fs/udf/
A Dinode.c262 .sync_mode = WB_SYNC_NONE, in udf_expand_file_adinicb()

Completed in 92 milliseconds

12