Searched defs:poolname (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_pool.c | 93 char *poolname; in pool_hashfn() local 424 int lov_pool_new(struct obd_device *obd, char *poolname) in lov_pool_new() 505 int lov_pool_del(struct obd_device *obd, char *poolname) in lov_pool_del() 535 int lov_pool_add(struct obd_device *obd, char *poolname, char *ostname) in lov_pool_add() 582 int lov_pool_remove(struct obd_device *obd, char *poolname, char *ostname) in lov_pool_remove() 654 struct pool_desc *lov_find_pool(struct lov_obd *lov, char *poolname) in lov_find_pool()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1034 static inline int obd_pool_new(struct obd_device *obd, char *poolname) in obd_pool_new() 1045 static inline int obd_pool_del(struct obd_device *obd, char *poolname) in obd_pool_del() 1056 static inline int obd_pool_add(struct obd_device *obd, char *poolname, char *ostname) in obd_pool_add() 1067 static inline int obd_pool_rem(struct obd_device *obd, char *poolname, char *ostname) in obd_pool_rem()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | iop.c | 1047 char poolname[32]; in i2o_iop_alloc() local
|