Searched refs:sad_ext_loc (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 343 markbusy(sap->sad_ext_loc, len); in getdir() 344 if (getallocext(fp, sap->sad_ext_loc, len)) in getdir() 354 " loc %x len %x\n", sap->sad_ext_loc, in getdir() 359 (void) printf(" loc %x len %x\n", sap->sad_ext_loc, in getdir() 361 baseblock = sap->sad_ext_loc; in getdir() 366 markbusy(sap->sad_ext_loc, len); in getdir() 489 markbusy(sap->sad_ext_loc, len); in ckinode() 492 " loc %x len %x\n", sap->sad_ext_loc, in ckinode() 495 markbusy(sap->sad_ext_loc, len); in ckinode() 497 if (getallocext(fp, sap->sad_ext_loc, len)) in ckinode() [all …]
|
H A D | setup.c | 517 part_bmp_loc = pheadp->phdr_usb.sad_ext_loc + part_start; in readvolseq() 520 markbusy(pheadp->phdr_usb.sad_ext_loc, in readvolseq() 534 err = verifytag(&spacep->sbd_tag, pheadp->phdr_usb.sad_ext_loc, in readvolseq()
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_alloc.c | 556 *start_blkno = SWAP_32(sad->sad_ext_loc); in ud_alloc_space_stbl() 561 temp = SWAP_32(sad->sad_ext_loc) + blkcount; in ud_alloc_space_stbl() 562 sad->sad_ext_loc = SWAP_32(temp); in ud_alloc_space_stbl() 586 *start_blkno = SWAP_32(sad->sad_ext_loc); in ud_alloc_space_stbl() 882 if (beginblk == (SWAP_32(sad->sad_ext_loc) + in ud_free_space_stbl() 890 SWAP_32(sad->sad_ext_loc)) { in ud_free_space_stbl() 891 sad->sad_ext_loc = SWAP_32(beginblk); in ud_free_space_stbl() 914 sad->sad_ext_loc = SWAP_32(beginblk); in ud_free_space_stbl()
|
H A D | udf_vfsops.c | 1174 SWAP_32(hdr->phdr_ust.sad_ext_loc); in ud_validate_and_fill_superblock() 1178 SWAP_32(hdr->phdr_fst.sad_ext_loc); in ud_validate_and_fill_superblock() 1184 SWAP_32(hdr->phdr_usb.sad_ext_loc); in ud_validate_and_fill_superblock() 1188 SWAP_32(hdr->phdr_fsb.sad_ext_loc); in ud_validate_and_fill_superblock() 1729 blk = SWAP_32(sad->sad_ext_loc); in ud_val_get_vat()
|
H A D | udf_bmap.c | 677 con->ib_block = SWAP_32(sad->sad_ext_loc); in ud_common_ad() 691 iext->ib_block = SWAP_32(sad->sad_ext_loc); in ud_common_ad()
|
H A D | udf_inode.c | 763 con->ib_block = SWAP_32(sad->sad_ext_loc); in ud_iget() 771 iext->ib_block = SWAP_32(sad->sad_ext_loc); in ud_iget() 1516 sad->sad_ext_loc = SWAP_32(iext->ib_block); in ud_make_sad()
|
/titanic_50/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | udfslib.c | 304 p->sad_ext_loc = SWAP32(p->sad_ext_loc); in ud_swap_short_ad()
|
H A D | mkfs.c | 790 php->phdr_usb.sad_ext_loc = nextlogblock; in volseqinit() 1003 sap->sad_ext_loc = nextlogblock + 1; in volseqinit()
|
/titanic_50/usr/src/cmd/fs.d/udfs/fstyp/ |
H A D | ud_lib.c | 564 p->udp_unall_loc = SWAP_32(ph->phdr_ust.sad_ext_loc); in ud_parse_fill_vds() 566 p->udp_freed_loc = SWAP_32(ph->phdr_fst.sad_ext_loc); in ud_parse_fill_vds() 570 p->udp_unall_loc = SWAP_32(ph->phdr_usb.sad_ext_loc); in ud_parse_fill_vds() 572 p->udp_freed_loc = SWAP_32(ph->phdr_fsb.sad_ext_loc); in ud_parse_fill_vds() 1997 SWAP_32(sad->sad_ext_loc), SWAP_32(sad->sad_ext_len)); in print_short_ad()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | udf_volume.h | 226 uint32_t sad_ext_loc; /* 04 extent Position */ member
|
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb.c | 847 bno = SWAP_32(sad->sad_ext_loc); in get_blkno()
|