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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c2238 LIST_REMOVE(nx, nx_next);
2374 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
2412 LIST_FOREACH(nx2, &nxfs->nxfs_exports, nx_next) {
2418 LIST_INSERT_BEFORE(nx2, nx, nx_next);
2420 LIST_INSERT_AFTER(nx3, nx, nx_next);
2422 LIST_INSERT_HEAD(&nxfs->nxfs_exports, nx, nx_next);
2441 LIST_FOREACH(nx2, &nxfs->nxfs_exports, nx_next) {
2534 LIST_REMOVE(nx, nx_next);
2579 LIST_REMOVE(nx, nx_next);
3074 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
[all...]
H A Dnfs.h598 LIST_ENTRY(nfs_export) nx_next; /* FS export list */ member in struct:nfs_export
H A Dnfs_syscalls.c430 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
H A Dnfs_vfsops.c2540 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next)
2605 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
2662 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {

Completed in 95 milliseconds