Home
last modified time | relevance | path

Searched refs:obd_self_export (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c342 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()
Dllog_obd.c165 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()
Dlprocfs_status.c376 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()
Dobd_mount.c251 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()
Dclass_obd.c387 err = obd_iocontrol(cmd, obd->obd_self_export, len, data, NULL); in class_handle_ioctl()
Dgenops.c565 rc2 = obd_set_info_async(NULL, obd->obd_self_export, in class_notify_sptlrpc_conf()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_dev.c237 od->od_exp = obd->obd_self_export; in osc_device_alloc()
Dosc_request.c951 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/
Dimport.c684 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/
Dlmv_obd.c174 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/
Dobd.h770 struct obd_export *obd_self_export; member
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c218 cld->cld_mgcexp = class_export_get(obd->obd_self_export); in do_config_log_add()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1818 rc = mdc_statfs(NULL, obd->obd_self_export, &stat_buf, in mdc_iocontrol()