Lines Matching defs:data
64 /* The data we are handed might be spread across several bios. We need
69 void (*pnfs_callback) (void *data);
70 void *data;
73 static inline struct parallel_io *alloc_parallel(void *data)
79 rv->data = data;
95 p->pnfs_callback(p->data);
197 struct nfs_pgio_header *header = par->data;
220 bl_end_par_io_read(void *data)
222 struct nfs_pgio_header *hdr = data;
326 struct nfs_pgio_header *header = par->data;
364 static void bl_end_par_io_write(void *data)
366 struct nfs_pgio_header *hdr = data;