Home
last modified time | relevance | path

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

/fs/btrfs/
Ddisk-io.c870 struct async_submit_bio *async; in run_one_async_start() local
873 async = container_of(work, struct async_submit_bio, work); in run_one_async_start()
874 ret = async->submit_bio_start(async->inode, async->bio, in run_one_async_start()
875 async->mirror_num, async->bio_flags, in run_one_async_start()
876 async->bio_offset); in run_one_async_start()
878 async->error = ret; in run_one_async_start()
884 struct async_submit_bio *async; in run_one_async_done() local
887 async = container_of(work, struct async_submit_bio, work); in run_one_async_done()
888 fs_info = BTRFS_I(async->inode)->root->fs_info; in run_one_async_done()
901 if (async->error) { in run_one_async_done()
[all …]
DMakefile8 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
Dextent-tree.c2852 struct async_delayed_refs *async; in delayed_ref_async_start() local
2856 async = container_of(work, struct async_delayed_refs, work); in delayed_ref_async_start()
2859 if (btrfs_transaction_blocked(async->root->fs_info)) in delayed_ref_async_start()
2862 trans = btrfs_join_transaction(async->root); in delayed_ref_async_start()
2864 async->error = PTR_ERR(trans); in delayed_ref_async_start()
2875 if (trans->transid > async->transid) in delayed_ref_async_start()
2878 ret = btrfs_run_delayed_refs(trans, async->root, async->count); in delayed_ref_async_start()
2880 async->error = ret; in delayed_ref_async_start()
2882 ret = btrfs_end_transaction(trans, async->root); in delayed_ref_async_start()
2883 if (ret && !async->error) in delayed_ref_async_start()
[all …]
Dvolumes.c6134 int async) in submit_stripe_bio() argument
6161 if (async) in submit_stripe_bio()
Dinode.c1936 int async = !atomic_read(&BTRFS_I(inode)->sync_writers); in btrfs_submit_bio_hook() local
1959 } else if (async && !skip_sum) { in btrfs_submit_bio_hook()
/fs/fuse/
Dfuse_i.h243 int async; member
260 .async = 0, \
Dfile.c665 if (io->async) in fuse_send_read()
977 if (io->async) in fuse_send_write()
1339 if (io->async) in fuse_direct_io()
1367 if (!io->async) in fuse_direct_io()
1384 if (io->async) in fuse_direct_io()
2874 io->async = async_dio; in fuse_direct_IO()
2885 if (io->async && io->blocking) { in fuse_direct_IO()
2901 if (io->async) { in fuse_direct_IO()