Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h881 uint8_t maph_length; /* Partition Map Length */ member
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1274 (hdr->maph_length == MAP_TYPE1_LEN)) { in ud_validate_and_fill_superblock()
1294 (hdr->maph_length == MAP_TYPE2_LEN)) { in ud_validate_and_fill_superblock()
1379 hdr = (struct pmap_hdr *)(((uint8_t *)hdr) + hdr->maph_length); in ud_validate_and_fill_superblock()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c734 ph = (struct pmap_hdr *)(((uint8_t *)h) + ph->maph_length); in ud_read_and_translate_lvd()
1975 addr += hdr->maph_length; in print_pmaps()