Lines Matching defs:tmp
1177 runlist *tmp = *rl;
1179 if (tmp->lcn == LCN_RL_NOT_MAPPED) {
1180 s64 unmapped_len = tmp->length;
1184 if (!tmp->length)
1187 for (tmp = *rl; tmp->length; tmp++)
1188 tmp->vcn -= unmapped_len;
1191 for (tmp = *rl; tmp->length; tmp++) {
1192 if (tmp->lcn == LCN_RL_NOT_MAPPED) {
1195 if (tmp[1].length)
1198 tmp->lcn = LCN_ENOENT;
1199 tmp->length = 0;
2490 u8 *tmp;
2492 if (!(tmp = realloc(resize->lcn_bitmap.bm, bm_bsize)))
2495 resize->lcn_bitmap.bm = tmp;