Searched defs:nfs_rw_ops (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 16137 struct nfs_rw_ops { struct 16138 struct nfs_pgio_header * (*rw_alloc_header)(); 16139 void (*rw_free_header)(struct nfs_pgio_header *); 16140 int (*rw_done)(struct rpc_task *, struct nfs_pgio_header *, struct inode *); 16141 void (*rw_result)(struct rpc_task *, struct nfs_pgio_header *); 16142 …nfs_pgio_header *, struct rpc_message *, const struct nfs_rpc_ops *, struct rpc_task_setup *, int);
|
| D | vmlinux.h | 16137 struct nfs_rw_ops { struct 16138 struct nfs_pgio_header * (*rw_alloc_header)(); 16139 void (*rw_free_header)(struct nfs_pgio_header *); 16140 int (*rw_done)(struct rpc_task *, struct nfs_pgio_header *, struct inode *); 16141 void (*rw_result)(struct rpc_task *, struct nfs_pgio_header *); 16142 …nfs_pgio_header *, struct rpc_message *, const struct nfs_rpc_ops *, struct rpc_task_setup *, int);
|