Searched refs:lad_ext_len (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c156 fidp->fid_icb.lad_ext_len);
386 len = EXTLEN(lap->lad_ext_len);
387 type = EXTYPE(lap->lad_ext_len);
409 lap->lad_ext_len);
512 len = EXTLEN(lap->lad_ext_len);
513 type = EXTYPE(lap->lad_ext_len);
519 lap->lad_ext_len);
H A Dsetup.c559 filesetlen = lap->lad_ext_len;
588 rootlen = lap->lad_ext_len;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c611 temp = SWAP_32(lad->lad_ext_len) >>
634 lad->lad_ext_len = SWAP_32(temp);
929 (SWAP_32(lad->lad_ext_len) /
931 dummy = SWAP_32(lad->lad_ext_len) +
933 lad->lad_ext_len = SWAP_32(dummy);
959 lad->lad_ext_len = SWAP_32(sz);
H A Dudf_vfsops.c1250 SWAP_32(udf_vfsp->udf_lvd->lvd_lvcu.lad_ext_len);
1461 udf_vfsp->udf_ricb_len = SWAP_32(fsd->fsd_root_icb.lad_ext_len);
1734 count = SWAP_32(lad->lad_ext_len);
H A Dudf_dir.c1321 fid->fid_icb.lad_ext_len = SWAP_32(sip->i_udf->udf_lbsize);
1419 fid->fid_icb.lad_ext_len = SWAP_32(dp->i_udf->udf_lbsize);
H A Dudf_inode.c810 length = SWAP_32(lad->lad_ext_len);
1539 lad->lad_ext_len = SWAP_32(scount);
H A Dudf_bmap.c648 length = SWAP_32(lad->lad_ext_len);
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c310 p->lad_ext_len = SWAP32(p->lad_ext_len);
H A Dmkfs.c817 lap->lad_ext_len = FILESETLEN * sectorsize;
930 lap->lad_ext_len = sectorsize;
1027 fip->fid_icb.lad_ext_len = sectorsize; /* rootfelen; */
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c753 fsd_len = SWAP_32(lvd->lvd_lvcu.lad_ext_len);
909 SWAP_32(fsd->fsd_root_icb.lad_ext_len);
911 if (SWAP_32(fsd->fsd_next.lad_ext_len) != 0) {
914 fsd_len = SWAP_32(fsd->fsd_next.lad_ext_len);
2006 SWAP_32(lad->lad_ext_len));
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h234 uint32_t lad_ext_len; /* 00 Extent Length */ member in struct:long_ad
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c852 len = SWAP_32(lad->lad_ext_len);

Completed in 98 milliseconds