Searched defs:pnfs_layoutdriver_type (Results 1 – 2 of 2) sorted by relevance
124 struct pnfs_layoutdriver_type { struct125 struct list_head pnfs_tblid;126 const u32 id;127 const char *name;128 struct module *owner;129 unsigned flags;130 unsigned max_deviceinfo_size;131 unsigned max_layoutget_response;133 int (*set_layoutdriver) (struct nfs_server *, const struct nfs_fh *);134 int (*clear_layoutdriver) (struct nfs_server *);[all …]
125 struct pnfs_layoutdriver_type { struct126 struct list_head pnfs_tblid;127 const u32 id;128 const char *name;129 struct module *owner;130 unsigned flags;131 unsigned max_deviceinfo_size;132 unsigned max_layoutget_response;134 int (*set_layoutdriver) (struct nfs_server *, const struct nfs_fh *);135 int (*clear_layoutdriver) (struct nfs_server *);[all …]