Lines Matching refs:b0_id
164 char_u b0_id[2]; // id for block 0: BLOCK0_ID0 and BLOCK0_ID1, member
335 b0p->b0_id[0] = BLOCK0_ID0; in ml_open()
336 b0p->b0_id[1] = BLOCK0_ID1; in ml_open()
451 b0p->b0_id[1] = BLOCK0_ID1; in ml_set_b0_crypt()
456 b0p->b0_id[1] = id1_codes[method_nr]; in ml_set_b0_crypt()
925 if (b0p->b0_id[0] != BLOCK0_ID0 in ml_check_b0_id()
926 || (b0p->b0_id[1] != BLOCK0_ID1 in ml_check_b0_id()
927 && b0p->b0_id[1] != BLOCK0_ID1_C0 in ml_check_b0_id()
928 && b0p->b0_id[1] != BLOCK0_ID1_C1 in ml_check_b0_id()
929 && b0p->b0_id[1] != BLOCK0_ID1_C2 in ml_check_b0_id()
930 && b0p->b0_id[1] != BLOCK0_ID1_C3) in ml_check_b0_id()
1337 if (id1_codes[i] == b0p->b0_id[1]) in ml_recover()
1343 if (b0p->b0_id[1] != BLOCK0_ID1) in ml_recover()
1424 if (b0p->b0_id[1] != BLOCK0_ID1) in ml_recover()