HomeSort by: relevance | last modified time | path
    Searched defs:parthdr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/udf/
udf_subr.c 1537 struct part_hdr_desc *parthdr; local in function:udf_read_physical_partition_spacetables
1548 parthdr = &partd->_impl_use.part_hdr;
1551 lb_num += udf_rw32(parthdr->unalloc_space_bitmap.lb_num);
1552 len = udf_rw32(parthdr->unalloc_space_bitmap.len);
1592 parthdr = &partd->_impl_use.part_hdr;
1594 len = udf_rw32(parthdr->unalloc_space_table.len);
1606 parthdr = &partd->_impl_use.part_hdr;
1610 lb_num += udf_rw32(parthdr->freed_space_bitmap.lb_num);
1611 len = udf_rw32(parthdr->freed_space_bitmap.len);
1651 parthdr = &partd->_impl_use.part_hdr
1671 struct part_hdr_desc *parthdr; local in function:udf_write_physical_partition_spacetables
    [all...]

Completed in 12 milliseconds