Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dnidstrings.c195 static struct netstrfns libcfs_netstrfns[] = { variable
291 static const int libcfs_nnetstrfns = ARRAY_SIZE(libcfs_netstrfns);
307 if (lnd == libcfs_netstrfns[i].nf_type) in libcfs_lnd2netstrfns()
308 return &libcfs_netstrfns[i]; in libcfs_lnd2netstrfns()
320 nf = &libcfs_netstrfns[i]; in libcfs_namenum2netstrfns()
334 if (libcfs_netstrfns[i].nf_type >= 0 && in libcfs_name2netstrfns()
335 !strcmp(libcfs_netstrfns[i].nf_name, name)) in libcfs_name2netstrfns()
336 return &libcfs_netstrfns[i]; in libcfs_name2netstrfns()
446 nf = &libcfs_netstrfns[i]; in libcfs_str2net_internal()