Searched defs:pnfs_layoutdriver_type (Results 1 – 1 of 1) sorted by relevance
131 struct pnfs_layoutdriver_type { struct132 struct list_head pnfs_tblid;133 const u32 id;134 const char *name;135 struct module *owner;136 unsigned flags;137 unsigned max_layoutget_response;140 int (*clear_layoutdriver) (struct nfs_server *);155 const struct nfs_pageio_ops *pg_read_ops;156 const struct nfs_pageio_ops *pg_write_ops;[all …]
Completed in 10 milliseconds