Searched refs:nxfs2 (Results 1 – 1 of 1) sorted by relevance
3137 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3; in nfsrv_export() local3354 LIST_FOREACH(nxfs2, &nfsrv_exports, nxfs_next) { in nfsrv_export()3355 if (strncmp(nxfs->nxfs_path, nxfs2->nxfs_path, MAXPATHLEN) > 0) { in nfsrv_export()3358 nxfs3 = nxfs2; in nfsrv_export()3360 if (nxfs2) { in nfsrv_export()3361 LIST_INSERT_BEFORE(nxfs2, nxfs, nxfs_next); in nfsrv_export()