Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Ddirect-io.c128 int is_async; /* is IO async ? */ member
276 static ssize_t dio_complete(struct dio *dio, loff_t offset, ssize_t ret, bool is_async) in dio_complete() argument
306 dio->private, ret, is_async); in dio_complete()
309 if (is_async) in dio_complete()
374 if (dio->is_async) in dio_end_io()
396 if (dio->is_async) in dio_bio_alloc()
423 if (dio->is_async && dio->rw == READ) in dio_bio_submit()
494 if (dio->is_async && dio->rw == READ) { in dio_bio_complete()
1187 dio->is_async = !is_sync_kiocb(iocb) && !((rw & WRITE) && in do_blockdev_direct_IO()
1304 if (dio->is_async && retval == 0 && dio->result && in do_blockdev_direct_IO()
/linux-3.4.99/drivers/infiniband/core/
Duverbs.h85 int is_async; member
162 int is_async);
Duverbs_main.c312 if (file->is_async) in ib_uverbs_event_read()
379 if (file->is_async) { in ib_uverbs_event_close()
510 int is_async) in ib_uverbs_alloc_event_file() argument
525 ev_file->is_async = is_async; in ib_uverbs_alloc_event_file()
554 if (ev_file->is_async) { in ib_uverbs_lookup_comp_file()
/linux-3.4.99/drivers/usb/host/whci/
Dwhcd.h123 bool is_async; member
Dasl.c335 wurb->is_async = true; in asl_urb_dequeue()
Dpzl.c364 wurb->is_async = false; in pzl_urb_dequeue()
Dqset.c399 if (wurb->is_async == true) in urb_dequeue_work()
/linux-3.4.99/drivers/base/power/
Dmain.c655 static bool is_async(struct device *dev) in is_async() function
681 if (is_async(dev)) { in dpm_resume()
690 if (!is_async(dev)) { in dpm_resume()
/linux-3.4.99/fs/xfs/
Dxfs_aops.c1298 bool is_async) in xfs_end_io_direct_write() argument
1325 if (is_async) { in xfs_end_io_direct_write()
/linux-3.4.99/fs/ocfs2/
Daops.c570 bool is_async) in ocfs2_dio_end_io() argument
597 if (is_async) in ocfs2_dio_end_io()
/linux-3.4.99/drivers/staging/android/
Dbinder.c716 size_t offsets_size, int is_async) in binder_alloc_buf() argument
741 if (is_async && in binder_alloc_buf()
808 buffer->async_transaction = is_async; in binder_alloc_buf()
809 if (is_async) { in binder_alloc_buf()
/linux-3.4.99/fs/ext4/
Dinode.c2781 bool is_async) in ext4_end_io_dio() argument
2805 if (is_async) in ext4_end_io_dio()
2812 if (is_async) { in ext4_end_io_dio()
/linux-3.4.99/include/linux/
Dfs.h436 bool is_async);