Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c338 markbusy(sap->sad_ext_loc, len); in getdir()
339 if (getallocext(fp, sap->sad_ext_loc, len)) in getdir()
349 " loc %x len %x\n", sap->sad_ext_loc, in getdir()
354 (void) printf(" loc %x len %x\n", sap->sad_ext_loc, in getdir()
356 baseblock = sap->sad_ext_loc; in getdir()
361 markbusy(sap->sad_ext_loc, len); in getdir()
482 markbusy(sap->sad_ext_loc, len); in ckinode()
485 " loc %x len %x\n", sap->sad_ext_loc, in ckinode()
488 markbusy(sap->sad_ext_loc, len); in ckinode()
490 if (getallocext(fp, sap->sad_ext_loc, len)) in ckinode()
[all …]
H A Dsetup.c542 part_bmp_loc = pheadp->phdr_usb.sad_ext_loc + part_start; in readvolseq()
545 markbusy(pheadp->phdr_usb.sad_ext_loc, in readvolseq()
559 err = verifytag(&spacep->sbd_tag, pheadp->phdr_usb.sad_ext_loc, in readvolseq()
/illumos-gate/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.c1173 SWAP_32(hdr->phdr_ust.sad_ext_loc); in ud_validate_and_fill_superblock()
1177 SWAP_32(hdr->phdr_fst.sad_ext_loc); in ud_validate_and_fill_superblock()
1183 SWAP_32(hdr->phdr_usb.sad_ext_loc); in ud_validate_and_fill_superblock()
1187 SWAP_32(hdr->phdr_fsb.sad_ext_loc); in ud_validate_and_fill_superblock()
1728 blk = SWAP_32(sad->sad_ext_loc); in ud_val_get_vat()
H A Dudf_bmap.c675 con->ib_block = SWAP_32(sad->sad_ext_loc); in ud_common_ad()
689 iext->ib_block = SWAP_32(sad->sad_ext_loc); in ud_common_ad()
H A Dudf_inode.c764 con->ib_block = SWAP_32(sad->sad_ext_loc); in ud_iget()
772 iext->ib_block = SWAP_32(sad->sad_ext_loc); in ud_iget()
1517 sad->sad_ext_loc = SWAP_32(iext->ib_block); in ud_make_sad()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c302 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()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c553 p->udp_unall_loc = SWAP_32(ph->phdr_ust.sad_ext_loc); in ud_parse_fill_vds()
555 p->udp_freed_loc = SWAP_32(ph->phdr_fst.sad_ext_loc); in ud_parse_fill_vds()
559 p->udp_unall_loc = SWAP_32(ph->phdr_usb.sad_ext_loc); in ud_parse_fill_vds()
561 p->udp_freed_loc = SWAP_32(ph->phdr_fsb.sad_ext_loc); in ud_parse_fill_vds()
1986 SWAP_32(sad->sad_ext_loc), SWAP_32(sad->sad_ext_len)); in print_short_ad()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h226 uint32_t sad_ext_loc; /* 04 extent Position */ member
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c848 bno = SWAP_32(sad->sad_ext_loc); in get_blkno()