Home
last modified time | relevance | path

Searched refs:start_off (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/hfsplus/
Dbnode.c588 int start_off, end_off; in hfsplus_update_idx_rec() local
627 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()