Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c551 if (ph->phdr_ust.sad_ext_len) { in ud_parse_fill_vds()
553 p->udp_unall_loc = SWAP_32(ph->phdr_ust.sad_ext_loc); in ud_parse_fill_vds()
554 p->udp_unall_len = SWAP_32(ph->phdr_ust.sad_ext_len); in ud_parse_fill_vds()
1836 print_short_ad(fout, "ust ", &ph->phdr_ust); in print_phdr()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h463 struct short_ad phdr_ust; /* Unallocated Space Table */ member
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1170 if (hdr->phdr_ust.sad_ext_len) { in ud_validate_and_fill_superblock()
1173 SWAP_32(hdr->phdr_ust.sad_ext_loc); in ud_validate_and_fill_superblock()
1175 SWAP_32(hdr->phdr_ust.sad_ext_len); in ud_validate_and_fill_superblock()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c371 ud_swap_short_ad(&php->phdr_ust); in ud_swap_part_desc()