Searched defs:iocb (Results 1 - 25 of 123) sorted by last modified time

12345

/linux-master/drivers/nvme/target/
H A Dnvmet.h377 struct kiocb iocb; member in struct:nvmet_req::__anon48::__anon50
/linux-master/drivers/block/
H A Dublk_drv.c1875 static struct request *ublk_check_and_get_req(struct kiocb *iocb, argument
1924 static ssize_t ublk_ch_read_iter(struct kiocb *iocb, struct iov_iter *to) argument
1942 static ssize_t ublk_ch_write_iter(struct kiocb *iocb, struct iov_iter *from) argument
/linux-master/fs/ntfs3/
H A Dinode.c778 static ssize_t ntfs_direct_IO(struct kiocb *iocb, struct iov_iter *iter) argument
H A Dfile.c735 static ssize_t ntfs_file_read_iter(struct kiocb *iocb, struct iov_iter *iter) argument
843 static ssize_t ntfs_compress_write(struct kiocb *iocb, struct iov_iter *from) argument
1066 ntfs_file_write_iter(struct kiocb *iocb, struct iov_iter *from) argument
[all...]
/linux-master/fs/netfs/
H A Dbuffered_write.c147 ssize_t netfs_perform_write(struct kiocb *iocb, struct iov_iter *iter, argument
439 netfs_buffered_write_iter_locked(struct kiocb *iocb, struct iov_iter *from, struct netfs_group *netfs_group) argument
472 netfs_file_write_iter(struct kiocb *iocb, struct iov_iter *from) argument
[all...]
/linux-master/fs/btrfs/
H A Dinode.c7858 ssize_t btrfs_dio_read(struct kiocb *iocb, struct iov_iter *iter, size_t done_before) argument
7866 struct iomap_dio *btrfs_dio_write(struct kiocb *iocb, struct iov_iter *iter, argument
9937 btrfs_encoded_read_inline( struct kiocb *iocb, struct iov_iter *iter, u64 start, u64 lockend, struct extent_state **cached_state, u64 extent_start, size_t count, struct btrfs_ioctl_encoded_io_args *encoded, bool *unlocked) argument
10096 btrfs_encoded_read_regular(struct kiocb *iocb, struct iov_iter *iter, u64 start, u64 lockend, struct extent_state **cached_state, u64 disk_bytenr, u64 disk_io_size, size_t count, bool compressed, bool *unlocked) argument
10162 btrfs_encoded_read(struct kiocb *iocb, struct iov_iter *iter, struct btrfs_ioctl_encoded_io_args *encoded) argument
10305 btrfs_do_encoded_write(struct kiocb *iocb, struct iov_iter *from, const struct btrfs_ioctl_encoded_io_args *encoded) argument
[all...]
/linux-master/fs/smb/client/
H A Dcifsglob.h1478 struct kiocb *iocb; member in struct:cifs_aio_ctx
H A Dcifsfs.c991 cifs_loose_read_iter(struct kiocb *iocb, struct iov_iter *iter) argument
1006 static ssize_t cifs_file_write_iter(struct kiocb *iocb, struct iov_iter *from) argument
[all...]
H A Dfile.c3702 __cifs_writev( struct kiocb *iocb, struct iov_iter *from, bool direct) argument
3825 cifs_direct_writev(struct kiocb *iocb, struct iov_iter *from) argument
3833 cifs_user_writev(struct kiocb *iocb, struct iov_iter *from) argument
3839 cifs_writev(struct kiocb *iocb, struct iov_iter *from) argument
3875 cifs_strict_writev(struct kiocb *iocb, struct iov_iter *from) argument
4230 __cifs_readv( struct kiocb *iocb, struct iov_iter *to, bool direct) argument
4359 cifs_direct_readv(struct kiocb *iocb, struct iov_iter *to) argument
4364 cifs_user_readv(struct kiocb *iocb, struct iov_iter *to) argument
4370 cifs_strict_readv(struct kiocb *iocb, struct iov_iter *to) argument
5115 cifs_direct_io(struct kiocb *iocb, struct iov_iter *iter) argument
[all...]
/linux-master/mm/
H A Dshmem.c2785 static ssize_t shmem_file_read_iter(struct kiocb *iocb, struct iov_iter *to) argument
2904 static ssize_t shmem_file_write_iter(struct kiocb *iocb, struct iov_iter *from) argument
/linux-master/fs/fuse/
H A Dfile.c1033 static ssize_t fuse_cache_read_iter(struct kiocb *iocb, struct iov_iter *to) argument
1076 static unsigned int fuse_write_flags(struct kiocb *iocb) argument
1091 struct kiocb *iocb = ia->io->iocb; local
1134 fuse_send_write_pages(struct fuse_io_args *ia, struct kiocb *iocb, struct inode *inode, loff_t pos, size_t count) argument
1267 fuse_perform_write(struct kiocb *iocb, struct iov_iter *ii) argument
1322 fuse_io_past_eof(struct kiocb *iocb, struct iov_iter *iter) argument
1332 fuse_dio_wr_exclusive_lock(struct kiocb *iocb, struct iov_iter *from) argument
1361 fuse_dio_lock(struct kiocb *iocb, struct iov_iter *from, bool *exclusive) argument
1388 fuse_dio_unlock(struct kiocb *iocb, bool exclusive) argument
1402 fuse_cache_write_iter(struct kiocb *iocb, struct iov_iter *from) argument
1652 fuse_direct_read_iter(struct kiocb *iocb, struct iov_iter *to) argument
1667 fuse_direct_write_iter(struct kiocb *iocb, struct iov_iter *from) argument
1691 fuse_file_read_iter(struct kiocb *iocb, struct iov_iter *to) argument
1712 fuse_file_write_iter(struct kiocb *iocb, struct iov_iter *from) argument
2982 fuse_direct_IO(struct kiocb *iocb, struct iov_iter *iter) argument
[all...]
H A Dfuse_i.h351 struct kiocb *iocb; member in struct:fuse_io_priv
/linux-master/fs/9p/
H A Dvfs_file.c353 v9fs_file_read_iter(struct kiocb *iocb, struct iov_iter *to) argument
396 v9fs_file_write_iter(struct kiocb *iocb, struct iov_iter *from) argument
[all...]
/linux-master/drivers/net/
H A Dtun.c2034 static ssize_t tun_chr_write_iter(struct kiocb *iocb, struct iov_iter *from) argument
2255 static ssize_t tun_chr_read_iter(struct kiocb *iocb, struct iov_iter *to) argument
/linux-master/fs/kernfs/
H A Dfile.c221 static ssize_t kernfs_file_read_iter(struct kiocb *iocb, struct iov_iter *iter) argument
276 static ssize_t kernfs_fop_read_iter(struct kiocb *iocb, struct iov_iter *iter) argument
293 static ssize_t kernfs_fop_write_iter(struct kiocb *iocb, struct iov_iter *iter) argument
[all...]
/linux-master/fs/bcachefs/
H A Dfs-io-direct.c176 ssize_t bch2_read_iter(struct kiocb *iocb, struct iov_iter *iter) argument
/linux-master/include/linux/
H A Dfs.h2781 iocb_is_dsync(const struct kiocb *iocb) argument
2792 generic_write_sync(struct kiocb *iocb, ssize_t count) argument
2885 kiocb_start_write(struct kiocb *iocb) argument
2903 kiocb_end_write(struct kiocb *iocb) argument
3185 blockdev_direct_IO(struct kiocb *iocb, struct inode *inode, struct iov_iter *iter, get_block_t get_block) argument
[all...]
/linux-master/fs/
H A Daio.c590 void kiocb_set_cancel_fn(struct kiocb *iocb, kiocb_cancel_fn *cancel) argument
1109 static inline void iocb_destroy(struct aio_kiocb *iocb) argument
1127 aio_complete(struct aio_kiocb *iocb) argument
1212 iocb_put(struct aio_kiocb *iocb) argument
1487 aio_remove_iocb(struct aio_kiocb *iocb) argument
1499 struct aio_kiocb *iocb = container_of(kiocb, struct aio_kiocb, rw); local
1516 aio_prep_rw(struct kiocb *req, const struct iocb *iocb) argument
1550 aio_setup_rw(int rw, const struct iocb *iocb, struct iovec **iovec, bool vectored, bool compat, struct iov_iter *iter) argument
1586 aio_read(struct kiocb *req, const struct iocb *iocb, bool vectored, bool compat) argument
1613 aio_write(struct kiocb *req, const struct iocb *iocb, bool vectored, bool compat) argument
1647 struct aio_kiocb *iocb = container_of(work, struct aio_kiocb, fsync.work); local
1656 aio_fsync(struct fsync_iocb *req, const struct iocb *iocb, bool datasync) argument
1679 struct aio_kiocb *iocb = container_of(req, struct aio_kiocb, poll); local
1732 struct aio_kiocb *iocb = container_of(req, struct aio_kiocb, poll); local
1775 aio_poll_cancel(struct kiocb *iocb) argument
1796 struct aio_kiocb *iocb = container_of(req, struct aio_kiocb, poll); local
1876 struct aio_kiocb *iocb; member in struct:aio_poll_table
1899 aio_poll(struct aio_kiocb *aiocb, const struct iocb *iocb) argument
1974 __io_submit_one(struct kioctx *ctx, const struct iocb *iocb, struct iocb __user *user_iocb, struct aio_kiocb *req, bool compat) argument
2032 struct iocb iocb; local
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c777 qlt_plogi_ack_find_add(struct scsi_qla_host *vha, port_id_t *id, struct imm_ntfy_from_isp *iocb) argument
814 struct imm_ntfy_from_isp *iocb = &pla->iocb; local
862 struct imm_ntfy_from_isp *iocb = &pla->iocb; local
1108 struct imm_ntfy_from_isp *iocb; local
1212 qlt_reset(struct scsi_qla_host *vha, void *iocb, int mcmd) argument
4450 qlt_issue_task_mgmt(struct fc_port *sess, u64 lun, int fn, void *iocb, int flags) argument
4511 qlt_handle_task_mgmt(struct scsi_qla_host *vha, void *iocb) argument
4537 __qlt_abort_task(struct scsi_qla_host *vha, struct imm_ntfy_from_isp *iocb, struct fc_port *sess) argument
4579 qlt_abort_task(struct scsi_qla_host *vha, struct imm_ntfy_from_isp *iocb) argument
4731 qlt_handle_login(struct scsi_qla_host *vha, struct imm_ntfy_from_isp *iocb) argument
4949 qlt_24xx_handle_els(struct scsi_qla_host *vha, struct imm_ntfy_from_isp *iocb) argument
5253 qlt_handle_imm_notify(struct scsi_qla_host *vha, struct imm_ntfy_from_isp *iocb) argument
[all...]
H A Dqla_iocb.c2547 struct srb_iocb *iocb = &sp->u.iocb_cmd; local
[all...]
H A Dqla_init.c49 struct srb_iocb *iocb; local
68 struct srb_iocb *iocb = &sp->u.iocb_cmd; local
H A Dqla_def.h499 void *iocb; member in struct:ct_arg
2524 struct imm_ntfy_from_isp iocb; member in struct:qlt_plogi_ack_t
2676 u8 iocb[IOCB_SIZE]; member in struct:fc_port
3596 u8 iocb[IOCB_SIZE]; member in struct:qla_work_evt::__anon221::__anon230
4883 uint8_t iocb[64]; member in struct:purex_item::__anon252
4884 } iocb; member in struct:purex_item
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.h81 IOCB_t iocb; /* SLI-3 */ member in struct:lpfc_iocbq
H A Dlpfc_sli.c2189 lpfc_sli_submit_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, IOCB_t *iocb, struct lpfc_iocbq *nextiocb) argument
2298 IOCB_t *iocb; local
4579 struct lpfc_iocbq *iocb, *next_iocb; local
10429 IOCB_t *iocb; local
11903 struct lpfc_iocbq *iocb, *next_iocb; local
13116 struct lpfc_iocbq *iocb; local
[all...]
H A Dlpfc_scsi.c251 IOCB_t *iocb; local
5499 struct lpfc_iocbq *iocb; local
[all...]

Completed in 852 milliseconds

12345