Searched refs:n_hash (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c221 for (np = nhpp->lh_first; np != 0; np = np->n_hash.le_next) {
436 LIST_INSERT_HEAD(nhpp, np, n_hash);
457 LIST_REMOVE(np, n_hash);
540 LIST_REMOVE(np, n_hash);
826 LIST_REMOVE(np, n_hash);
1011 LIST_REMOVE(np, n_hash);
1342 LIST_FOREACH(np, &nfsnodehashtbl[i], n_hash) {
H A Dnfsnode.h554 LIST_ENTRY(nfsnode) n_hash; /* Hash chain */ member in struct:nfsnode
H A Dnfs_vnops.c3856 LIST_REMOVE(np, n_hash);
4087 LIST_REMOVE(tnp, n_hash);
4720 LIST_REMOVE(np, n_hash);
H A Dnfs4_vnops.c6729 LIST_REMOVE(np, n_hash);

Completed in 46 milliseconds