Searched refs:phdr_usb (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c503 freelen = pheadp->phdr_usb.sad_ext_len;
517 part_bmp_loc = pheadp->phdr_usb.sad_ext_loc + part_start;
520 markbusy(pheadp->phdr_usb.sad_ext_loc,
534 err = verifytag(&spacep->sbd_tag, pheadp->phdr_usb.sad_ext_loc,
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c570 p->udp_unall_loc = SWAP_32(ph->phdr_usb.sad_ext_loc);
571 p->udp_unall_len = SWAP_32(ph->phdr_usb.sad_ext_len);
1848 print_short_ad(fout, "usb ", &ph->phdr_usb);
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c374 ud_swap_short_ad(&php->phdr_usb);
H A Dmkfs.c787 php->phdr_usb.sad_ext_len =
790 php->phdr_usb.sad_ext_loc = nextlogblock;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h464 struct short_ad phdr_usb; /* Unallocated Space Bitmap */ member in struct:phdr_desc
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1184 SWAP_32(hdr->phdr_usb.sad_ext_loc);
1186 SWAP_32(hdr->phdr_usb.sad_ext_len);

Completed in 77 milliseconds