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