Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c166 ctxt->loc_exp = class_export_get(disk_obd->obd_self_export); in llog_setup()
184 LASSERT(ctxt->loc_exp == disk_obd->obd_self_export); in llog_setup()
Dobd_config.c537 obd->obd_self_export = exp; in class_setup()
557 if (obd->obd_self_export) { in class_setup()
558 class_unlink_export(obd->obd_self_export); in class_setup()
559 obd->obd_self_export = NULL; in class_setup()
656 obd->obd_self_export, in class_cleanup()
665 LASSERT(obd->obd_self_export); in class_cleanup()
739 spin_lock(&obd->obd_self_export->exp_lock); in class_decref()
740 obd->obd_self_export->exp_flags |= exp_flags_from_obd(obd); in class_decref()
741 spin_unlock(&obd->obd_self_export->exp_lock); in class_decref()
744 class_unlink_export(obd->obd_self_export); in class_decref()
Dobd_mount.c270 rc = obd_set_info_async(NULL, obd->obd_self_export, in lustre_start_mgc()
285 rc = obd_get_info(NULL, obd->obd_self_export, in lustre_start_mgc()
317 rc = obd_set_info_async(NULL, obd->obd_self_export, in lustre_start_mgc()
427 rc = obd_set_info_async(NULL, obd->obd_self_export, in lustre_start_mgc()
Dlprocfs_status.c464 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_blksize()
478 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_kbytestotal()
499 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_kbytesfree()
520 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_kbytesavail()
541 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_filestotal()
555 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_filesfree()
Dclass_obd.c423 err = obd_iocontrol(cmd, obd->obd_self_export, len, data, NULL); in class_handle_ioctl()
Dgenops.c621 rc2 = obd_set_info_async(NULL, obd->obd_self_export, in class_notify_sptlrpc_conf()
1421 LASSERTF(doomed_exp != obd->obd_self_export, in obd_export_evict_by_nid()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_dev.c237 od->od_exp = obd->obd_self_export; in osc_device_alloc()
Dosc_request.c982 rc = osc_set_info_async(NULL, cli->cl_import->imp_obd->obd_self_export, in osc_shrink_grant_to_target()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c692 rc = obd_reconnect(NULL, imp->imp_obd->obd_self_export, obd, in ptlrpc_connect_import()
871 imp->imp_obd->obd_self_export->exp_connect_data = *ocd; in ptlrpc_connect_interpret()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c174 obd->obd_self_export->exp_connect_data = *conn_data; in lmv_notify()
538 lmv_init_ea_size(obd->obd_self_export, easize, 0, 0, 0); in lmv_add_target()
587 lmv_init_ea_size(obd->obd_self_export, easize, 0, 0, 0); in lmv_check_connect()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h868 struct obd_export *obd_self_export; member
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1920 rc = mdc_statfs(NULL, obd->obd_self_export, &stat_buf, in mdc_iocontrol()