Searched refs:ex1 (Results 1 – 2 of 2) sorted by relevance
1023 struct exportinfo *ex, *ex1, *ex2; in exportfs() local1054 for (ex1 = exptable_path_hash[pkp_tab_hash(lookpn.pn_path, in exportfs()1055 strlen(lookpn.pn_path))]; ex1; ex1 = ex1->path_hash.next) { in exportfs()1056 if (ex1 != exi_root && 0 == in exportfs()1057 strcmp(ex1->exi_export.ex_path, lookpn.pn_path)) { in exportfs()1058 exi_hold(ex1); in exportfs()1068 if (ex1 == NULL) in exportfs()1070 error = unexport(ex1); in exportfs()1071 exi_rele(ex1); in exportfs()1096 if (ex1) in exportfs()[all …]
154 goto ex1; in program()163 ex1: in program()