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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2677 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3; local
2865 LIST_FOREACH(nxfs2, &nfsrv_exports, nxfs_next) {
2866 if (strncmp(nxfs->nxfs_path, nxfs2->nxfs_path, MAXPATHLEN) > 0)
2868 nxfs3 = nxfs2;
2870 if (nxfs2)
2871 LIST_INSERT_BEFORE(nxfs2, nxfs, nxfs_next);

Completed in 19 milliseconds