nfs_clstate.c | 96 struct nfsclhead nfsclhead; /* Head of clientid list */ variable in typeref:struct:nfsclhead 786 LIST_INSERT_HEAD(&nfsclhead, clp, nfsc_list); 3584 LIST_FOREACH(clp, &nfsclhead, nfsc_list) { 3611 LIST_FOREACH(clp, &nfsclhead, nfsc_list) { 3642 LIST_FOREACH(clp, &nfsclhead, nfsc_list) 3656 LIST_FOREACH(clp, &nfsclhead, nfsc_list)
|