Searched refs:start_off (Results 1 – 1 of 1) sorted by relevance
588 int start_off, end_off; in hfsplus_update_idx_rec() local627 end_off = start_off = hfsplus_bnode_read_u16(parent, rec_off); in hfsplus_update_idx_rec()628 hfsplus_bnode_write_u16(parent, rec_off, start_off + diff); in hfsplus_update_idx_rec()629 start_off -= 4; /* move previous cnid too */ in hfsplus_update_idx_rec()636 hfsplus_bnode_movebytes(parent, start_off + diff, start_off, in hfsplus_update_idx_rec()637 end_off - start_off); in hfsplus_update_idx_rec()