Home
last modified time | relevance | path

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

/fs/btrfs/
Ddisk-io.c760 struct async_submit_bio *async; in run_one_async_start() local
763 async = container_of(work, struct async_submit_bio, work); in run_one_async_start()
764 ret = async->submit_bio_start(async->private_data, async->bio, in run_one_async_start()
765 async->bio_offset); in run_one_async_start()
767 async->status = ret; in run_one_async_start()
780 struct async_submit_bio *async; in run_one_async_done() local
784 async = container_of(work, struct async_submit_bio, work); in run_one_async_done()
785 inode = async->private_data; in run_one_async_done()
788 if (async->status) { in run_one_async_done()
789 async->bio->bi_status = async->status; in run_one_async_done()
[all …]
DMakefile9 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
Dvolumes.c6468 u64 physical, int dev_nr, int async) in submit_stripe_bio() argument
6486 if (async) in submit_stripe_bio()
Dinode.c2090 int async = !atomic_read(&BTRFS_I(inode)->sync_writers); in btrfs_submit_bio_hook() local
2113 } else if (async && !skip_sum) { in btrfs_submit_bio_hook()
/fs/afs/
Drxrpc.c405 if (call->async) in afs_make_call()
412 (call->async ? in afs_make_call()
487 if (call->async) { in afs_make_call()
813 call->async = true; in afs_charge_preallocation()
Dvlclient.c398 call->async = true; in afs_vl_get_capabilities()
Dinternal.h160 bool async; /* T if asynchronous */ member
Dfsclient.c1927 call->async = true; in afs_fs_get_capabilities()
/fs/fuse/
Dfuse_i.h269 int async; member
286 .async = 0, \
Dfile.c735 if (ia->io->async) in fuse_send_read()
1058 if (ia->io->async) in fuse_send_write()
1462 if (!io->async || nres < 0) { in fuse_direct_io()
3091 io->async = async_dio; in fuse_direct_IO()
3102 if (io->async && io->blocking) { in fuse_direct_IO()
3118 if (io->async) { in fuse_direct_IO()
Ddev.c279 bool async; in fuse_request_end() local
284 async = req->args->end; in fuse_request_end()
327 if (async) in fuse_request_end()