Searched refs:nfsclhead (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfsclstate.h | 39 LIST_HEAD(nfsclhead, nfsclclient);
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 95 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()
|