Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dzpool.h84 struct zpool_driver { struct
85 char *type;
86 struct module *owner;
87 atomic_t refcount;
88 struct list_head list;
112 void zpool_register_driver(struct zpool_driver *driver); argument