Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/nfs/
H A Dnfs_subs.c1662 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3; in nfsrv_export() local
1867 LIST_FOREACH(nxfs2, &nfsrv_exports, nxfs_next) { in nfsrv_export()
1868 if (strncmp(nxfs->nxfs_path, nxfs2->nxfs_path, MAXPATHLEN) > 0) { in nfsrv_export()
1871 nxfs3 = nxfs2; in nfsrv_export()
1873 if (nxfs2) { in nfsrv_export()
1874 LIST_INSERT_BEFORE(nxfs2, nxfs, nxfs_next); in nfsrv_export()