Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pool.c93 char *poolname; in pool_hashfn() local
400 int lov_pool_new(struct obd_device *obd, char *poolname) in lov_pool_new()
482 int lov_pool_del(struct obd_device *obd, char *poolname) in lov_pool_del()
511 int lov_pool_add(struct obd_device *obd, char *poolname, char *ostname) in lov_pool_add()
557 int lov_pool_remove(struct obd_device *obd, char *poolname, char *ostname) in lov_pool_remove()
629 struct pool_desc *lov_find_pool(struct lov_obd *lov, char *poolname) in lov_find_pool()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h937 static inline int obd_pool_new(struct obd_device *obd, char *poolname) in obd_pool_new()
948 static inline int obd_pool_del(struct obd_device *obd, char *poolname) in obd_pool_del()
959 static inline int obd_pool_add(struct obd_device *obd, char *poolname, char *ostname) in obd_pool_add()
970 static inline int obd_pool_rem(struct obd_device *obd, char *poolname, char *ostname) in obd_pool_rem()