Searched refs:sad_ext_len (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c337 len = EXTLEN(sap->sad_ext_len);
338 type = EXTYPE(sap->sad_ext_len);
360 sap->sad_ext_len);
486 len = EXTLEN(sap->sad_ext_len);
487 type = EXTYPE(sap->sad_ext_len);
493 sap->sad_ext_len);
H A Dsetup.c503 freelen = pheadp->phdr_usb.sad_ext_len;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c537 temp = SWAP_32(sad->sad_ext_len) >>
560 sad->sad_ext_len = SWAP_32(temp);
883 (SWAP_32(sad->sad_ext_len) /
885 dummy = SWAP_32(sad->sad_ext_len) +
887 sad->sad_ext_len = SWAP_32(dummy);
913 sad->sad_ext_len = SWAP_32(sz);
H A Dudf_vfsops.c1171 if (hdr->phdr_ust.sad_ext_len) {
1176 SWAP_32(hdr->phdr_ust.sad_ext_len);
1180 SWAP_32(hdr->phdr_fst.sad_ext_len);
1186 SWAP_32(hdr->phdr_usb.sad_ext_len);
1190 SWAP_32(hdr->phdr_fsb.sad_ext_len);
1728 count = SWAP_32(sad->sad_ext_len);
H A Dudf_inode.c747 length = SWAP_32(sad->sad_ext_len);
772 length = SWAP_32(sad->sad_ext_len);
1515 sad->sad_ext_len = SWAP_32(scount);
H A Dudf_bmap.c650 length = SWAP_32(sad->sad_ext_len);
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c562 if (ph->phdr_ust.sad_ext_len) {
565 p->udp_unall_len = SWAP_32(ph->phdr_ust.sad_ext_len);
567 p->udp_freed_len = SWAP_32(ph->phdr_fst.sad_ext_len);
571 p->udp_unall_len = SWAP_32(ph->phdr_usb.sad_ext_len);
573 p->udp_freed_len = SWAP_32(ph->phdr_fsb.sad_ext_len);
1997 SWAP_32(sad->sad_ext_loc), SWAP_32(sad->sad_ext_len));
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c303 p->sad_ext_len = SWAP32(p->sad_ext_len);
H A Dmkfs.c787 php->phdr_usb.sad_ext_len =
1002 sap->sad_ext_len = sizeof (struct file_id);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h225 uint32_t sad_ext_len; /* 00 Extent Length */ member in struct:short_ad
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c848 len = SWAP_32(sad->sad_ext_len);

Completed in 93 milliseconds