Home
last modified time | relevance | path

Searched refs:nidstr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c621 char nidstr[LNET_NIDSTR_SIZE]; in lprocfs_rd_import() local
664 nidstr, sizeof(nidstr)); in lprocfs_rd_import()
665 seq_printf(m, "%s%s", j ? ", " : "", nidstr); in lprocfs_rd_import()
669 nidstr, sizeof(nidstr)); in lprocfs_rd_import()
676 imp->imp_connection == NULL ? "<none>" : nidstr, in lprocfs_rd_import()
Dobd_mount.c212 char nidstr[LNET_NIDSTR_SIZE]; in lustre_start_mgc() local
230 libcfs_nid2str_r(nid, nidstr, sizeof(nidstr)); in lustre_start_mgc()
232 "%s%s", LUSTRE_MGC_OBDNAME, nidstr); in lustre_start_mgc()
Dobd_config.c1320 char nidstr[LNET_NIDSTR_SIZE]; in class_config_parse_rec() local
1322 libcfs_nid2str_r(lcfg->lcfg_nid, nidstr, sizeof(nidstr)); in class_config_parse_rec()
1324 nidstr, lcfg->lcfg_nid); in class_config_parse_rec()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c912 char nidstr[LNET_NIDSTR_SIZE]; in ptlrpc_lprocfs_svc_req_history_show() local
916 libcfs_nid2str_r(req->rq_self, nidstr, sizeof(nidstr)); in ptlrpc_lprocfs_svc_req_history_show()
924 req->rq_history_seq, nidstr, in ptlrpc_lprocfs_svc_req_history_show()