Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/
Dnidstrings.c104 static struct netstrfns libcfs_netstrfns[] = { variable
200 const int libcfs_nnetstrfns = ARRAY_SIZE(libcfs_netstrfns);
286 if (lnd == libcfs_netstrfns[i].nf_type) in libcfs_lnd2netstrfns()
287 return &libcfs_netstrfns[i]; in libcfs_lnd2netstrfns()
299 nf = &libcfs_netstrfns[i]; in libcfs_namenum2netstrfns()
313 if (libcfs_netstrfns[i].nf_type >= 0 && in libcfs_name2netstrfns()
314 !strcmp(libcfs_netstrfns[i].nf_name, name)) in libcfs_name2netstrfns()
315 return &libcfs_netstrfns[i]; in libcfs_name2netstrfns()
425 nf = &libcfs_netstrfns[i]; in libcfs_str2net_internal()