Searched defs:cluuid (Results 1 - 8 of 8) sorted by relevance

/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_lib.c492 struct obd_device *obd, struct obd_uuid *cluuid,
508 rc = class_connect(&conn, obd, cluuid);
490 client_connect_import(const struct lu_env *env, struct obd_export **exp, struct obd_device *obd, struct obd_uuid *cluuid, struct obd_connect_data *data, void *localdata) argument
/drivers/staging/lustre/lustre/obdclass/
H A Dgenops.c817 struct obd_uuid *cluuid)
857 export->exp_client_uuid = *cluuid;
874 if (!obd_uuid_equals(cluuid, &obd->obd_uuid)) {
875 rc = cfs_hash_add_unique(hash, cluuid, &export->exp_uuid_hash);
878 obd->obd_name, cluuid->uuid, rc);
886 cfs_hash_del(hash, cluuid, &export->exp_uuid_hash);
1110 struct obd_uuid *cluuid)
1115 LASSERT(cluuid != NULL);
1117 export = class_new_export(obd, cluuid);
1125 cluuid
816 class_new_export(struct obd_device *obd, struct obd_uuid *cluuid) argument
1109 class_connect(struct lustre_handle *conn, struct obd_device *obd, struct obd_uuid *cluuid) argument
[all...]
/drivers/staging/lustre/lustre/lmv/
H A Dlmv_obd.c199 struct obd_uuid *cluuid, struct obd_connect_data *data,
217 rc = class_connect(&conn, obd, cluuid);
228 lmv->cluuid = *cluuid;
342 struct obd_uuid *cluuid = &lmv->cluuid; local
359 cluuid->uuid);
571 lmv->cluuid.uuid, obd->obd_name);
197 lmv_connect(const struct lu_env *env, struct obd_export **exp, struct obd_device *obd, struct obd_uuid *cluuid, struct obd_connect_data *data, void *localdata) argument
/drivers/staging/lustre/lustre/lov/
H A Dlov_obd.c218 struct obd_uuid *cluuid, struct obd_connect_data *data,
228 rc = class_connect(&conn, obd, cluuid);
216 lov_connect(const struct lu_env *env, struct obd_export **exp, struct obd_device *obd, struct obd_uuid *cluuid, struct obd_connect_data *data, void *localdata) argument
/drivers/staging/lustre/lustre/include/
H A Dobd_class.h280 struct obd_uuid *cluuid);
292 struct obd_uuid *cluuid);
920 /** Create a new /a exp on device /a obd for the uuid /a cluuid
927 struct obd_uuid *cluuid,
939 rc = OBP(obd, connect)(env, exp, obd, cluuid, data, localdata);
949 struct obd_uuid *cluuid,
961 rc = OBP(obd, reconnect)(env, exp, obd, cluuid, d, localdata);
925 obd_connect(const struct lu_env *env, struct obd_export **exp, struct obd_device *obd, struct obd_uuid *cluuid, struct obd_connect_data *data, void *localdata) argument
946 obd_reconnect(const struct lu_env *env, struct obd_export *exp, struct obd_device *obd, struct obd_uuid *cluuid, struct obd_connect_data *d, void *localdata) argument
H A Dobd.h598 struct obd_uuid cluuid; member in struct:lmv_obd
1130 struct obd_uuid *cluuid, struct obd_connect_data *ocd,
1134 struct obd_uuid *cluuid,
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c2069 struct obd_device *src, struct obd_uuid *cluuid,
2075 rc = class_connect(&conn, src, cluuid);
2067 echo_client_connect(const struct lu_env *env, struct obd_export **exp, struct obd_device *src, struct obd_uuid *cluuid, struct obd_connect_data *data, void *localdata) argument
/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c3000 struct obd_uuid *cluuid,
2998 osc_reconnect(const struct lu_env *env, struct obd_export *exp, struct obd_device *obd, struct obd_uuid *cluuid, struct obd_connect_data *data, void *localdata) argument

Completed in 1518 milliseconds