Searched refs:nxfs2 (Results 1 – 1 of 1) sorted by relevance
1663 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3; in nfsrv_export() local1868 LIST_FOREACH(nxfs2, &nfsrv_exports, nxfs_next) { in nfsrv_export()1869 if (strncmp(nxfs->nxfs_path, nxfs2->nxfs_path, MAXPATHLEN) > 0) { in nfsrv_export()1872 nxfs3 = nxfs2; in nfsrv_export()1874 if (nxfs2) { in nfsrv_export()1875 LIST_INSERT_BEFORE(nxfs2, nxfs, nxfs_next); in nfsrv_export()