Home
last modified time | relevance | path

Searched refs:sad_ext_loc (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c343 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 Dsetup.c517 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 Dudf_alloc.c556 *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 Dudf_vfsops.c1174 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 Dudf_bmap.c677 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 Dudf_inode.c763 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 Dudfslib.c304 p->sad_ext_loc = SWAP32(p->sad_ext_loc); in ud_swap_short_ad()
H A Dmkfs.c790 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 Dud_lib.c564 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 Dudf_volume.h226 uint32_t sad_ext_loc; /* 04 extent Position */ member
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c847 bno = SWAP_32(sad->sad_ext_loc); in get_blkno()