Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_subs.c3139 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3; in nfsrv_export() local
3355 LIST_FOREACH(nxfs2, &nfsrv_exports, nxfs_next) { in nfsrv_export()
3356 if (strncmp(nxfs->nxfs_path, nxfs2->nxfs_path, MAXPATHLEN) > 0) { in nfsrv_export()
3359 nxfs3 = nxfs2; in nfsrv_export()
3361 if (nxfs2) { in nfsrv_export()
3362 LIST_INSERT_BEFORE(nxfs2, nxfs, nxfs_next); in nfsrv_export()