Searched refs:async (Results 1 – 13 of 13) sorted by relevance
727 struct async_submit_bio *async; in run_one_async_start() local730 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() local751 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 …]
138 bool async);141 u64 maxlen, bool async);
3560 bool async) in trim_no_bitmap() argument3589 (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() argument3762 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 …]
27 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
2555 int async = !atomic_read(&BTRFS_I(inode)->sync_writers); in btrfs_submit_data_bio() local2593 } else if (async && !skip_sum) { in btrfs_submit_data_bio()
326 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()
399 call->async = true; in afs_vl_get_capabilities()
139 bool async; /* T if asynchronous */ member
1724 call->async = true; in afs_fs_get_capabilities()
1193 bool async) in xlog_cil_push_now() argument1203 if (!async) in xlog_cil_push_now()1217 cil->xc_push_commit_stable = async; in xlog_cil_push_now()
107 async decompression for low latencies on some architectures.
841 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()
380 int async; member397 .async = 0, \