Searched refs:nxfs2 (Results 1 – 1 of 1) sorted by relevance
1697 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3; in nfsrv_export() local1902 LIST_FOREACH(nxfs2, &nfsrv_exports, nxfs_next) { in nfsrv_export()1903 if (strncmp(nxfs->nxfs_path, nxfs2->nxfs_path, MAXPATHLEN) > 0) { in nfsrv_export()1906 nxfs3 = nxfs2; in nfsrv_export()1908 if (nxfs2) { in nfsrv_export()1909 LIST_INSERT_BEFORE(nxfs2, nxfs, nxfs_next); in nfsrv_export()