Home
last modified time | relevance | path

Searched refs:async (Results 1 – 13 of 13) sorted by relevance

/fs/btrfs/
Ddisk-io.c727 struct async_submit_bio *async; in run_one_async_start() local
730 async = container_of(work, struct async_submit_bio, work); in run_one_async_start()
731 ret = async->submit_bio_start(async->inode, async->bio, in run_one_async_start()
732 async->dio_file_offset); in run_one_async_start()
734 async->status = ret; in run_one_async_start()
747 struct async_submit_bio *async; in run_one_async_done() local
751 async = container_of(work, struct async_submit_bio, work); in run_one_async_done()
752 inode = async->inode; in run_one_async_done()
755 if (async->status) { in run_one_async_done()
756 async->bio->bi_status = async->status; in run_one_async_done()
[all …]
Dfree-space-cache.h138 bool async);
141 u64 maxlen, bool async);
Dfree-space-cache.c3560 bool async) in trim_no_bitmap() argument
3589 (async && btrfs_free_space_trimmed(entry))) { in trim_no_bitmap()
3603 if (async) { in trim_no_bitmap()
3657 if (async && *total_trimmed) in trim_no_bitmap()
3726 u64 maxlen, bool async) in trim_bitmaps() argument
3762 if (!entry || (async && minlen && start == offset && in trim_bitmaps()
3800 if (async && *total_trimmed) { in trim_bitmaps()
3807 if (bytes < minlen || (async && maxlen && bytes > maxlen)) { in trim_bitmaps()
3819 if (async && in trim_bitmaps()
3903 bool async) in btrfs_trim_block_group_extents() argument
[all …]
DMakefile27 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
Dinode.c2555 int async = !atomic_read(&BTRFS_I(inode)->sync_writers); in btrfs_submit_data_bio() local
2593 } else if (async && !skip_sum) { in btrfs_submit_data_bio()
/fs/afs/
Drxrpc.c326 if (call->async) { in afs_make_call()
335 (call->async ? in afs_make_call()
423 if (call->async) { in afs_make_call()
726 call->async = true; in afs_charge_preallocation()
Dvlclient.c399 call->async = true; in afs_vl_get_capabilities()
Dinternal.h139 bool async; /* T if asynchronous */ member
Dfsclient.c1724 call->async = true; in afs_fs_get_capabilities()
/fs/xfs/
Dxfs_log_cil.c1193 bool async) in xlog_cil_push_now() argument
1203 if (!async) in xlog_cil_push_now()
1217 cil->xc_push_commit_stable = async; in xlog_cil_push_now()
/fs/erofs/
DKconfig107 async decompression for low latencies on some architectures.
/fs/fuse/
Dfile.c841 if (ia->io->async) in fuse_send_read()
1136 if (ia->io->async) in fuse_send_write()
1555 if (!io->async || nres < 0) { in fuse_direct_io()
2998 io->async = ff->fm->fc->async_dio; in fuse_direct_IO()
3003 if (io->async && !io->write && offset + count > i_size) { in fuse_direct_IO()
3016 if (io->async && io->blocking) { in fuse_direct_IO()
3033 if (io->async) { in fuse_direct_IO()
Dfuse_i.h380 int async; member
397 .async = 0, \