Searched refs:nx_hash (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c2239 LIST_REMOVE(nx, nx_hash);
2424 LIST_INSERT_HEAD(NFSRVEXPHASH(nxfs->nxfs_id, nx->nx_id), nx, nx_hash);
2535 LIST_REMOVE(nx, nx_hash);
2580 LIST_REMOVE(nx, nx_hash);
2643 for (; nx; nx = LIST_NEXT(nx, nx_hash)) {
H A Dnfs.h599 LIST_ENTRY(nfs_export) nx_hash; /* export hash chain */ member in struct:nfs_export

Completed in 40 milliseconds