Home
last modified time | relevance | path

Searched refs:ostname (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_pool.c535 int lov_pool_add(struct obd_device *obd, char *poolname, char *ostname) in lov_pool_add() argument
549 obd_str2uuid(&ost_uuid, ostname); in lov_pool_add()
574 ostname, poolname, pool_tgt_count(pool)); in lov_pool_add()
582 int lov_pool_remove(struct obd_device *obd, char *poolname, char *ostname) in lov_pool_remove() argument
596 obd_str2uuid(&ost_uuid, ostname); in lov_pool_remove()
619 CDEBUG(D_CONFIG, "%s removed from "LOV_POOLNAMEF"\n", ostname, in lov_pool_remove()
Dlov_internal.h293 int lov_pool_add(struct obd_device *obd, char *poolname, char *ostname);
294 int lov_pool_remove(struct obd_device *obd, char *poolname, char *ostname);
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h1056 static inline int obd_pool_add(struct obd_device *obd, char *poolname, char *ostname) in obd_pool_add() argument
1063 rc = OBP(obd, pool_add)(obd, poolname, ostname); in obd_pool_add()
1067 static inline int obd_pool_rem(struct obd_device *obd, char *poolname, char *ostname) in obd_pool_rem() argument
1074 rc = OBP(obd, pool_rem)(obd, poolname, ostname); in obd_pool_rem()
Dobd.h1217 char *ostname);
1219 char *ostname);