Lines Matching defs:nfs_local_kiocb
35 struct nfs_local_kiocb { struct
36 struct kiocb kiocb;
37 struct bio_vec *bvec;
38 struct nfs_pgio_header *hdr;
39 struct work_struct work;
40 void (*aio_complete_work)(struct work_struct *);
41 struct nfsd_file *localio;
43 size_t end_len;
44 short int end_iter_index;
45 short int n_iters;
46 bool iter_is_dio_aligned[NFSLOCAL_MAX_IOS];
47 loff_t offset[NFSLOCAL_MAX_IOS] ____cacheline_aligned;
48 struct iov_iter iters[NFSLOCAL_MAX_IOS];