/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 816 struct obd_uuid *cluuid) in class_new_export() argument 856 export->exp_client_uuid = *cluuid; in class_new_export() 873 if (!obd_uuid_equals(cluuid, &obd->obd_uuid)) { in class_new_export() 874 rc = cfs_hash_add_unique(hash, cluuid, &export->exp_uuid_hash); in class_new_export() 877 obd->obd_name, cluuid->uuid, rc); in class_new_export() 885 cfs_hash_del(hash, cluuid, &export->exp_uuid_hash); in class_new_export() 1108 struct obd_uuid *cluuid) in class_connect() argument 1113 LASSERT(cluuid != NULL); in class_connect() 1115 export = class_new_export(obd, cluuid); in class_connect() 1123 cluuid->uuid, conn->cookie); in class_connect()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 281 struct obd_uuid *cluuid); 293 struct obd_uuid *cluuid); 942 struct obd_uuid *cluuid, in obd_connect() argument 956 rc = OBP(obd, connect)(env, exp, obd, cluuid, data, localdata); in obd_connect() 966 struct obd_uuid *cluuid, in obd_reconnect() argument 980 rc = OBP(obd, reconnect)(env, exp, obd, cluuid, d, localdata); in obd_reconnect()
|
D | obd.h | 598 struct obd_uuid cluuid; member 1130 struct obd_uuid *cluuid, struct obd_connect_data *ocd, 1134 struct obd_uuid *cluuid,
|
D | lustre_net.h | 2864 struct obd_uuid *cluuid, struct obd_connect_data *,
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 199 struct obd_uuid *cluuid, struct obd_connect_data *data, in lmv_connect() argument 217 rc = class_connect(&conn, obd, cluuid); in lmv_connect() 228 lmv->cluuid = *cluuid; in lmv_connect() 342 struct obd_uuid *cluuid = &lmv->cluuid; in lmv_connect_mdc() local 359 cluuid->uuid); in lmv_connect_mdc() 570 lmv->cluuid.uuid, obd->obd_name); in lmv_check_connect()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lib.c | 492 struct obd_device *obd, struct obd_uuid *cluuid, in client_connect_import() argument 508 rc = class_connect(&conn, obd, cluuid); in client_connect_import()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 2110 struct obd_device *src, struct obd_uuid *cluuid, in echo_client_connect() argument 2116 rc = class_connect(&conn, src, cluuid); in echo_client_connect()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 217 struct obd_uuid *cluuid, struct obd_connect_data *data, in lov_connect() argument 227 rc = class_connect(&conn, obd, cluuid); in lov_connect()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2998 struct obd_uuid *cluuid, in osc_reconnect() argument
|