Searched refs:nxfs2 (Results 1 – 1 of 1) sorted by relevance
1662 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3; in nfsrv_export() local1867 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()