Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/lov/
Dlov_pool.c510 int lov_pool_add(struct obd_device *obd, char *poolname, char *ostname) in lov_pool_add() argument
524 obd_str2uuid(&ost_uuid, ostname); in lov_pool_add()
548 ostname, poolname, pool_tgt_count(pool)); in lov_pool_add()
556 int lov_pool_remove(struct obd_device *obd, char *poolname, char *ostname) in lov_pool_remove() argument
570 obd_str2uuid(&ost_uuid, ostname); in lov_pool_remove()
593 CDEBUG(D_CONFIG, "%s removed from "LOV_POOLNAMEF"\n", ostname, in lov_pool_remove()
Dlov_internal.h248 int lov_pool_add(struct obd_device *obd, char *poolname, char *ostname);
249 int lov_pool_remove(struct obd_device *obd, char *poolname, char *ostname);
/drivers/staging/lustre/lustre/include/
Dobd_class.h959 static inline int obd_pool_add(struct obd_device *obd, char *poolname, char *ostname) in obd_pool_add() argument
966 rc = OBP(obd, pool_add)(obd, poolname, ostname); in obd_pool_add()
970 static inline int obd_pool_rem(struct obd_device *obd, char *poolname, char *ostname) in obd_pool_rem() argument
977 rc = OBP(obd, pool_rem)(obd, poolname, ostname); in obd_pool_rem()
Dobd.h1078 char *ostname);
1080 char *ostname);