Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsclstate.h39 LIST_HEAD(nfsclhead, nfsclclient);
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c95 struct nfsclhead nfsclhead; /* Head of clientid list */ variable
927 LIST_INSERT_HEAD(&nfsclhead, clp, nfsc_list); in nfscl_getcl()
4091 LIST_FOREACH(clp, &nfsclhead, nfsc_list) { in nfscl_nextcbident()
4119 LIST_FOREACH(clp, &nfsclhead, nfsc_list) { in nfscl_getmnt()
4151 LIST_FOREACH(clp, &nfsclhead, nfsc_list) in nfscl_getclnt()
4166 LIST_FOREACH(clp, &nfsclhead, nfsc_list) { in nfscl_getclntsess()