Home
last modified time | relevance | path

Searched refs:nc_name (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dnrs.c1128 conf->nc_name[NRS_POL_NAME_MAX - 1] = '\0'; in ptlrpc_nrs_policy_register()
1143 conf->nc_name); in ptlrpc_nrs_policy_register()
1149 if (nrs_policy_find_desc_locked(conf->nc_name) != NULL) { in ptlrpc_nrs_policy_register()
1151 conf->nc_name); in ptlrpc_nrs_policy_register()
1162 strncpy(desc->pd_name, conf->nc_name, NRS_POL_NAME_MAX); in ptlrpc_nrs_policy_register()
1278 conf->nc_name[NRS_POL_NAME_MAX - 1] = '\0'; in ptlrpc_nrs_policy_unregister()
1282 desc = nrs_policy_find_desc_locked(conf->nc_name); in ptlrpc_nrs_policy_unregister()
1285 conf->nc_name); in ptlrpc_nrs_policy_unregister()
1296 conf->nc_name); in ptlrpc_nrs_policy_unregister()
1301 conf->nc_name); in ptlrpc_nrs_policy_unregister()
Dnrs_fifo.c261 .nc_name = NRS_POL_NAME_FIFO,
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h884 char nc_name[NRS_POL_NAME_MAX]; member