Home
last modified time | relevance | path

Searched refs:sync_mode (Results 51 – 75 of 100) sorted by relevance

1234

/linux/fs/btrfs/
H A Dextent_io.c1546 if (wbc->sync_mode != WB_SYNC_ALL) in lock_extent_buffer_for_io()
1964 if (wbc->sync_mode == WB_SYNC_ALL) in btree_write_cache_pages()
1970 if (wbc->sync_mode == WB_SYNC_ALL) in btree_write_cache_pages()
2121 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in extent_write_cache_pages()
2126 if (wbc->sync_mode == WB_SYNC_ALL || wbc->tagged_writepages) in extent_write_cache_pages()
2161 if (wbc->sync_mode != WB_SYNC_NONE) { in extent_write_cache_pages()
2184 nr_to_write_done = (wbc->sync_mode == WB_SYNC_NONE && in extent_write_cache_pages()
H A Dzoned.c1886 if (wbc->sync_mode == WB_SYNC_NONE || in check_bg_is_active()
1887 (wbc->sync_mode == WB_SYNC_ALL && !wbc->for_sync)) in check_bg_is_active()
1969 if (wbc->sync_mode == WB_SYNC_ALL && !wbc->for_sync) in btrfs_check_meta_write_pointer()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c960 enum amdgpu_sync_mode sync_mode; in amdgpu_vm_update_range() local
997 sync_mode = AMDGPU_SYNC_EQ_OWNER; in amdgpu_vm_update_range()
999 sync_mode = AMDGPU_SYNC_EXPLICIT; in amdgpu_vm_update_range()
1015 r = vm->update_funcs->prepare(&params, resv, sync_mode); in amdgpu_vm_update_range()
H A Damdgpu_object.c1482 enum amdgpu_sync_mode sync_mode, void *owner, in amdgpu_bo_sync_wait_resv() argument
1489 amdgpu_sync_resv(adev, &sync, resv, sync_mode, owner); in amdgpu_bo_sync_wait_resv()
/linux/drivers/scsi/aacraid/
H A Drx.c646 dev->sync_mode = 0; /* sync. mode not supported */ in _aac_rx_init()
H A Dlinit.c1687 if (aac->sync_mode) { in aac_probe_one()
1845 if (!dev->sync_mode) { in aac_acquire_resources()
H A Dcommsup.c597 if (dev->sync_mode) { in aac_fib_send()
2530 if (!dev->sync_mode && dev->msi_enabled && dev->max_msix > 1) { in aac_acquire_irq()
/linux/fs/nilfs2/
H A Dmdt.c427 if (wbc->sync_mode == WB_SYNC_ALL) in nilfs_mdt_write_page()
H A Dinode.c169 if (wbc->sync_mode == WB_SYNC_ALL) in nilfs_writepages()
197 if (wbc->sync_mode == WB_SYNC_ALL) { in nilfs_writepage()
/linux/fs/bfs/
H A Dinode.c150 if (wbc->sync_mode == WB_SYNC_ALL) { in bfs_write_inode()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c306 .sync_mode = WB_SYNC_NONE, in __shmem_writeback()
/linux/include/trace/events/
H A Df2fs.h1471 __field(int, sync_mode)
1490 __entry->sync_mode = wbc->sync_mode;
1510 __entry->sync_mode,
/linux/fs/omfs/
H A Dinode.c174 return __omfs_write_inode(inode, wbc->sync_mode == WB_SYNC_ALL); in omfs_write_inode()
/linux/fs/netfs/
H A Dwrite_issue.c505 if (wbc->sync_mode == WB_SYNC_ALL) in netfs_writepages()
/linux/fs/jfs/
H A Djfs_metapage.c699 .sync_mode = WB_SYNC_ALL, in metapage_write_one()
/linux/fs/exfat/
H A Dinode.c106 ret = __exfat_write_inode(inode, wbc->sync_mode == WB_SYNC_ALL); in exfat_write_inode()
/linux/fs/minix/
H A Dinode.c661 if (wbc->sync_mode == WB_SYNC_ALL && buffer_dirty(bh)) { in minix_write_inode()
/linux/fs/
H A Dinode.c2102 static int __file_update_time(struct file *file, int sync_mode) in __file_update_time() argument
2109 ret = inode_update_time(inode, sync_mode); in __file_update_time()
/linux/drivers/usb/gadget/udc/
H A Domap_udc.c518 const int sync_mode = cpu_is_omap15xx() in next_in_dma() local
528 length, 1, sync_mode, dma_trigger, 0); in next_in_dma()
534 ep->ep.maxpacket >> 1, length, sync_mode, in next_in_dma()
/linux/fs/f2fs/
H A Dcheckpoint.c399 if (wbc->sync_mode != WB_SYNC_ALL && in f2fs_write_meta_pages()
1220 .sync_mode = WB_SYNC_ALL, in block_operations()
H A Dsegment.h921 if (wbc->sync_mode != WB_SYNC_NONE) in nr_pages_to_write()
/linux/include/linux/
H A Dpagemap.h55 loff_t start, loff_t end, int sync_mode);
/linux/Documentation/filesystems/
H A Dlocking.rst311 If writepage is called for sync (wbc->sync_mode != WBC_SYNC_NONE) then
315 If writepage is called for memory cleansing (sync_mode ==
/linux/fs/orangefs/
H A Dinode.c492 .sync_mode = WB_SYNC_ALL, in orangefs_launder_folio()
/linux/fs/gfs2/
H A Dlog.c248 .sync_mode = WB_SYNC_NONE, in gfs2_ail1_start()

1234