Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/fs/
H A Dfs-writeback.c870 (base_work->sync_mode == WB_SYNC_NONE || in bdi_split_work_to_wbs()
978 work->sync_mode = WB_SYNC_NONE; in cgroup_writeback_by_id()
1821 .sync_mode = WB_SYNC_NONE, in writeback_inodes_wb()
1969 .sync_mode = WB_SYNC_NONE, in wb_check_background_flush()
2003 .sync_mode = WB_SYNC_NONE, in wb_check_old_data_flush()
2026 .sync_mode = WB_SYNC_NONE, in wb_check_start_all()
2447 .sync_mode = WB_SYNC_NONE, in __writeback_inodes_sb_nr()
2566 .sync_mode = sync ? WB_SYNC_ALL : WB_SYNC_NONE, in write_inode_now()
2608 .sync_mode = wait ? WB_SYNC_ALL : WB_SYNC_NONE, in sync_inode_metadata()
H A Dsync.c301 int sync_mode = WB_SYNC_NONE; in sync_file_range()
H A Dbuffer.c1815 if (wbc->sync_mode != WB_SYNC_NONE) { in __block_write_full_page()
/OK3568_Linux_fs/kernel/mm/
H A Dfadvise.c114 WB_SYNC_NONE); in generic_fadvise()
H A Dpage-writeback.c2253 if (wbc->sync_mode != WB_SYNC_NONE) in write_cache_pages()
2298 wbc->sync_mode == WB_SYNC_NONE) { in write_cache_pages()
H A Dzswap.c884 .sync_mode = WB_SYNC_NONE, in zswap_writeback_entry()
H A Dmigrate.c851 .sync_mode = WB_SYNC_NONE, in writeout()
H A Dfilemap.c462 return __filemap_fdatawrite(mapping, WB_SYNC_NONE); in filemap_flush()
H A Dvmscan.c854 .sync_mode = WB_SYNC_NONE, in pageout()
/OK3568_Linux_fs/kernel/fs/gfs2/
H 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()
H A Dmeta_io.c55 if (wbc->sync_mode != WB_SYNC_NONE) { in gfs2_aspace_writepage()
H A Dlog.c234 .sync_mode = WB_SYNC_NONE, in gfs2_ail1_start()
/OK3568_Linux_fs/kernel/fs/sysv/
H A Dialloc.c144 .sync_mode = WB_SYNC_NONE in sysv_new_inode()
/OK3568_Linux_fs/kernel/include/linux/
H A Dwriteback.h42 WB_SYNC_NONE, /* Don't wait on anything */ enumerator
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h297 WB_SYNC_NONE, /* Don't wait on anything */ enumerator
/OK3568_Linux_fs/kernel/fs/ceph/
H A Daddr.c832 wbc->sync_mode == WB_SYNC_NONE ? "NONE" : in ceph_writepages_start()
932 wbc->sync_mode != WB_SYNC_NONE) in ceph_writepages_start()
954 if (wbc->sync_mode == WB_SYNC_NONE) { in ceph_writepages_start()
1175 if (wbc->nr_to_write <= 0 && wbc->sync_mode == WB_SYNC_NONE) in ceph_writepages_start()
1191 if (wbc->sync_mode != WB_SYNC_NONE && in ceph_writepages_start()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c241 .sync_mode = WB_SYNC_NONE, in shmem_writeback()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c3047 wbc->sync_mode == WB_SYNC_NONE) { in f2fs_write_cache_pages()
3070 if (wbc->sync_mode != WB_SYNC_NONE) in f2fs_write_cache_pages()
3122 wbc->sync_mode == WB_SYNC_NONE) { in f2fs_write_cache_pages()
3203 if (!get_dirty_pages(inode) && wbc->sync_mode == WB_SYNC_NONE) in __f2fs_write_data_pages()
3211 wbc->sync_mode == WB_SYNC_NONE && in __f2fs_write_data_pages()
H A Dsegment.h890 if (wbc->sync_mode != WB_SYNC_NONE) in nr_pages_to_write()
H A Dnode.c1608 wbc->sync_mode == WB_SYNC_NONE && in __write_node_page()
1960 wbc->sync_mode == WB_SYNC_NONE) { in f2fs_sync_node_pages()
2044 wbc->sync_mode == WB_SYNC_NONE && step == 1) in f2fs_sync_node_pages()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dwrite.c1923 if (wbc && wbc->sync_mode == WB_SYNC_NONE) { in __nfs_commit_inode()
1951 if (wbc->sync_mode == WB_SYNC_NONE) { in nfs_write_inode()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dwrite.c718 if (wbc->sync_mode != WB_SYNC_NONE) in afs_writepages_region()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dvfs.rst749 If wbc->sync_mode is WB_SYNC_NONE, ->writepage doesn't have to
771 written out. If it is WB_SYNC_NONE, then a nr_to_write is
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode.c2639 if (mpd->wbc->sync_mode == WB_SYNC_NONE && left <= 0) in mpage_prepare_extent_to_map()
2656 (mpd->wbc->sync_mode == WB_SYNC_NONE)) || in mpage_prepare_extent_to_map()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dinode.c2636 if (wbc->sync_mode != WB_SYNC_NONE) { in reiserfs_write_full_page()

12