Searched refs:nx3 (Results 1 – 1 of 1) sorted by relevance
1675 struct nfs_export *nx, *nx2, *nx3; in nfsrv_export() local1949 nx3 = NULL; in nfsrv_export()1954 nx3 = nx2; in nfsrv_export()1958 } else if (nx3) { in nfsrv_export()1959 LIST_INSERT_AFTER(nx3, nx, nx_next); in nfsrv_export()1972 if ((nx3 && !strncmp(nx3->nx_path, nx->nx_path, pathlen - 1) && in nfsrv_export()1973 (nx3->nx_path[pathlen - 1] == '/')) || in nfsrv_export()