Home
last modified time | relevance | path

Searched defs:pnfs_layoutdriver_type (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dpnfs.h123 struct pnfs_layoutdriver_type { struct
124 struct list_head pnfs_tblid;
125 const u32 id;
126 const char *name;
127 struct module *owner;
128 unsigned flags;
129 unsigned max_deviceinfo_size;
130 unsigned max_layoutget_response;
133 int (*clear_layoutdriver) (struct nfs_server *);
148 const struct nfs_pageio_ops *pg_read_ops;
[all …]