Searched refs:nx3 (Results 1 – 1 of 1) sorted by relevance
1664 struct nfs_export *nx, *nx2, *nx3; in nfsrv_export() local1926 nx3 = NULL; in nfsrv_export()1931 nx3 = nx2; in nfsrv_export()1935 } else if (nx3) { in nfsrv_export()1936 LIST_INSERT_AFTER(nx3, nx, nx_next); in nfsrv_export()1949 if ((nx3 && !strncmp(nx3->nx_path, nx->nx_path, pathlen - 1) && in nfsrv_export()1950 (nx3->nx_path[pathlen - 1] == '/')) || in nfsrv_export()