Searched refs:nx3 (Results 1 – 1 of 1) sorted by relevance
3138 struct nfs_export *nx, *nx2, *nx3; in nfsrv_export() local3412 nx3 = NULL; in nfsrv_export()3417 nx3 = nx2; in nfsrv_export()3421 } else if (nx3) { in nfsrv_export()3422 LIST_INSERT_AFTER(nx3, nx, nx_next); in nfsrv_export()3435 if ((nx3 && !strncmp(nx3->nx_path, nx->nx_path, pathlen - 1) && in nfsrv_export()3436 (nx3->nx_path[pathlen - 1] == '/')) || in nfsrv_export()