Home
last modified time | relevance | path

Searched refs:LNET_NIDSTR_SIZE (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/include/linux/lnet/
Dnidstr.h58 #define LNET_NIDSTR_SIZE 32 /* size of each one (see below for usage) */ macro
68 LNET_NIDSTR_SIZE); in libcfs_lnd2str()
75 LNET_NIDSTR_SIZE); in libcfs_net2str()
81 LNET_NIDSTR_SIZE); in libcfs_nid2str()
/drivers/staging/lustre/lnet/lnet/
Dnidstrings.c63 static char libcfs_nidstrings[LNET_NIDSTR_COUNT][LNET_NIDSTR_SIZE];
202 if (src->ls_len >= LNET_NIDSTR_SIZE) in add_nidrange()
1237 snprintf(str, LNET_NIDSTR_SIZE, in libcfs_id2str()
1242 snprintf(str, LNET_NIDSTR_SIZE, "%s%u-%s", in libcfs_id2str()
/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c212 char nidstr[LNET_NIDSTR_SIZE]; in lustre_start_mgc()
Dobd_config.c1320 char nidstr[LNET_NIDSTR_SIZE]; in class_config_parse_rec()
Dlprocfs_status.c621 char nidstr[LNET_NIDSTR_SIZE]; in lprocfs_rd_import()
/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c912 char nidstr[LNET_NIDSTR_SIZE]; in ptlrpc_lprocfs_svc_req_history_show()