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