Home
last modified time | relevance | path

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

/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dhfsplus.c483 t->hfsp_total_blocks = hfsp_curblock - t->hfsp_part_start; in hfsplus_tail_writer_compute_data_blocks()
487 t->hfsp_total_blocks / block_fac + in hfsplus_tail_writer_compute_data_blocks()
488 !!(t->hfsp_total_blocks % block_fac), in hfsplus_tail_writer_compute_data_blocks()
614 t->hfsp_allocation_size = (t->hfsp_total_blocks + 7) >> 3; in write_sb()
630 iso_msb ((uint8_t *) &sb.total_blocks, t->hfsp_total_blocks, 4); in write_sb()
1076 buffer[over] = 0xff00 >> (t->hfsp_total_blocks % 8); in hfsplus_tail_writer_write_data()
H A Decma119.h665 uint32_t hfsp_total_blocks; member