Searched refs:nxfs2 (Results 1 – 1 of 1) sorted by relevance
1674 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3; in nfsrv_export() local1891 LIST_FOREACH(nxfs2, &nfsrv_exports, nxfs_next) { in nfsrv_export()1892 if (strncmp(nxfs->nxfs_path, nxfs2->nxfs_path, MAXPATHLEN) > 0) { in nfsrv_export()1895 nxfs3 = nxfs2; in nfsrv_export()1897 if (nxfs2) { in nfsrv_export()1898 LIST_INSERT_BEFORE(nxfs2, nxfs, nxfs_next); in nfsrv_export()