Searched refs:obd_self_export (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 342 obd->obd_self_export = exp; in class_setup() 361 if (obd->obd_self_export) { in class_setup() 362 class_unlink_export(obd->obd_self_export); in class_setup() 363 obd->obd_self_export = NULL; in class_setup() 450 obd->obd_self_export, in class_cleanup() 459 LASSERT(obd->obd_self_export); in class_cleanup() 508 spin_lock(&obd->obd_self_export->exp_lock); in class_decref() 509 obd->obd_self_export->exp_flags |= exp_flags_from_obd(obd); in class_decref() 510 spin_unlock(&obd->obd_self_export->exp_lock); in class_decref() 513 class_unlink_export(obd->obd_self_export); in class_decref()
|
D | llog_obd.c | 165 ctxt->loc_exp = class_export_get(disk_obd->obd_self_export); in llog_setup() 183 LASSERT(ctxt->loc_exp == disk_obd->obd_self_export); in llog_setup()
|
D | lprocfs_status.c | 376 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in blocksize_show() 392 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in kbytestotal_show() 415 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in kbytesfree_show() 438 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in kbytesavail_show() 461 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in filestotal_show() 477 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in filesfree_show()
|
D | obd_mount.c | 251 rc = obd_set_info_async(NULL, obd->obd_self_export, in lustre_start_mgc() 266 rc = obd_get_info(NULL, obd->obd_self_export, in lustre_start_mgc() 292 rc = obd_set_info_async(NULL, obd->obd_self_export, in lustre_start_mgc() 371 rc = obd_set_info_async(NULL, obd->obd_self_export, in lustre_start_mgc()
|
D | class_obd.c | 387 err = obd_iocontrol(cmd, obd->obd_self_export, len, data, NULL); in class_handle_ioctl()
|
D | genops.c | 565 rc2 = obd_set_info_async(NULL, obd->obd_self_export, in class_notify_sptlrpc_conf()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_dev.c | 237 od->od_exp = obd->obd_self_export; in osc_device_alloc()
|
D | osc_request.c | 951 rc = osc_set_info_async(NULL, cli->cl_import->imp_obd->obd_self_export, in osc_shrink_grant_to_target()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | import.c | 684 rc = obd_reconnect(NULL, imp->imp_obd->obd_self_export, obd, in ptlrpc_connect_import() 862 imp->imp_obd->obd_self_export->exp_connect_data = *ocd; in ptlrpc_connect_interpret()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 174 obd->obd_self_export->exp_connect_data = *conn_data; in lmv_notify() 507 lmv_init_ea_size(obd->obd_self_export, easize, 0, 0, 0); in lmv_add_target() 556 lmv_init_ea_size(obd->obd_self_export, easize, 0, 0, 0); in lmv_check_connect()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd.h | 770 struct obd_export *obd_self_export; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 218 cld->cld_mgcexp = class_export_get(obd->obd_self_export); in do_config_log_add()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1818 rc = mdc_statfs(NULL, obd->obd_self_export, &stat_buf, in mdc_iocontrol()
|