Searched refs:async (Results 1 – 17 of 17) sorted by relevance
| /fs/btrfs/ |
| A D | bio.c | 538 struct async_submit_bio *async = in run_one_async_start() local 542 ret = btrfs_bio_csum(async->bbio); in run_one_async_start() 559 struct async_submit_bio *async = in run_one_async_done() local 580 btrfs_submit_bio(bio, async->bioc, &async->smap, async->mirror_num); in run_one_async_done() 625 struct async_submit_bio *async; in btrfs_wq_submit_bio() local 627 async = kmalloc(sizeof(*async), GFP_NOFS); in btrfs_wq_submit_bio() 628 if (!async) in btrfs_wq_submit_bio() 631 async->bbio = bbio; in btrfs_wq_submit_bio() 632 async->bioc = bioc; in btrfs_wq_submit_bio() 633 async->smap = *smap; in btrfs_wq_submit_bio() [all …]
|
| A D | free-space-cache.h | 165 bool async); 168 u64 maxlen, bool async);
|
| A D | free-space-cache.c | 3712 bool async) in trim_no_bitmap() argument 3741 (async && btrfs_free_space_trimmed(entry))) { in trim_no_bitmap() 3755 if (async) { in trim_no_bitmap() 3809 if (async && *total_trimmed) in trim_no_bitmap() 3878 u64 maxlen, bool async) in trim_bitmaps() argument 3914 if (!entry || (async && minlen && start == offset && in trim_bitmaps() 3952 if (async && *total_trimmed) { in trim_bitmaps() 3971 if (async && in trim_bitmaps() 4055 bool async) in btrfs_trim_block_group_extents() argument 4077 u64 maxlen, bool async) in btrfs_trim_block_group_bitmaps() argument [all …]
|
| A D | Makefile | 29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
| /fs/netfs/ |
| A D | direct_write.c | 24 bool async = !is_sync_kiocb(iocb); in netfs_unbuffered_write_iter_locked() local 76 if (async) in netfs_unbuffered_write_iter_locked() 84 if (async) in netfs_unbuffered_write_iter_locked() 93 if (!async) { in netfs_unbuffered_write_iter_locked()
|
| /fs/afs/ |
| A D | rxrpc.c | 368 if (call->async) { in afs_make_call() 379 (call->async ? in afs_make_call() 442 if (call->async) { in afs_make_call() 458 if (call->async) in afs_make_call() 469 if (call->async) { in afs_make_call() 752 call->async = true; in afs_charge_preallocation()
|
| A D | file.c | 321 if (call->async) { in afs_fetch_data_immediate_cancel()
|
| A D | vlclient.c | 409 call->async = true; in afs_vl_get_capabilities()
|
| A D | fsclient.c | 443 call->async = true; in afs_fs_fetch_data64() 1769 call->async = true; in afs_fs_get_capabilities()
|
| A D | internal.h | 175 bool async; /* T if asynchronous */ member
|
| A D | yfsclient.c | 491 call->async = true; in yfs_fs_fetch_data()
|
| /fs/nfsd/ |
| A D | trace.h | 2166 __field(bool, async) 2190 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); 2214 __get_sockaddr(addr), __entry->intra, __entry->async, 2232 DEFINE_COPY_EVENT(async); 2243 __field(bool, async) 2249 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); 2254 __get_sockaddr(addr), __entry->status, __entry->intra, __entry->async 2266 __field(bool, async) 2291 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); 2316 __entry->status, __entry->intra, __entry->async,
|
| /fs/bcachefs/ |
| A D | Kconfig | 111 bool "Keep async objects on fast_lists for debugfs visibility"
|
| /fs/xfs/ |
| A D | xfs_log_cil.c | 1625 bool async) in xlog_cil_push_now() argument 1635 if (!async) in xlog_cil_push_now() 1647 cil->xc_push_commit_stable = async; in xlog_cil_push_now()
|
| /fs/fuse/ |
| A D | file.c | 755 if (ia->io->async) in fuse_send_read() 1084 if (ia->io->async) in fuse_send_write() 1650 if (!io->async || nres < 0) { in fuse_direct_io() 2781 io->async = ff->fm->fc->async_dio; in fuse_direct_IO() 2786 if (io->async && !io->write && offset + count > i_size) { in fuse_direct_IO() 2799 if (io->async && io->blocking) { in fuse_direct_IO() 2816 if (io->async) { in fuse_direct_IO()
|
| A D | fuse_i.h | 362 int async; member 379 .async = 0, \
|
| /fs/erofs/ |
| A D | Kconfig | 184 async decompression for low latencies on some architectures.
|
Completed in 47 milliseconds