Searched refs:lad_ext_loc (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 155 (void) cachefile(fidp->fid_icb.lad_ext_loc, in pass1() 392 markbusy(lap->lad_ext_loc, len); in getdir() 393 if (getallocext(fp, lap->lad_ext_loc, len)) in getdir() 403 " loc %x len %x\n", lap->lad_ext_loc, in getdir() 408 (void) printf(" loc %x len %x\n", lap->lad_ext_loc, in getdir() 410 baseblock = lap->lad_ext_loc; in getdir() 415 markbusy(lap->lad_ext_loc, len); in getdir() 515 markbusy(lap->lad_ext_loc, len); in ckinode() 518 " loc %x len %x\n", lap->lad_ext_loc, in ckinode() 523 if (getallocext(fp, lap->lad_ext_loc, len)) in ckinode()
|
H A D | setup.c | 558 filesetblock = lap->lad_ext_loc; in readvolseq() 587 rootblock = lap->lad_ext_loc; in readvolseq()
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_alloc.c | 630 *start_blkno = SWAP_32(lad->lad_ext_loc); in ud_alloc_space_stbl() 635 temp = SWAP_32(lad->lad_ext_loc) + blkcount; in ud_alloc_space_stbl() 636 lad->lad_ext_loc = SWAP_32(temp); in ud_alloc_space_stbl() 660 *start_blkno = SWAP_32(lad->lad_ext_loc); in ud_alloc_space_stbl() 928 if (beginblk == (SWAP_32(lad->lad_ext_loc) + in ud_free_space_stbl() 936 SWAP_32(lad->lad_ext_loc)) { in ud_free_space_stbl() 937 lad->lad_ext_loc = SWAP_32(beginblk); in ud_free_space_stbl() 960 lad->lad_ext_loc = SWAP_32(beginblk); in ud_free_space_stbl()
|
H A D | udf_dir.c | 236 loc = SWAP_32(fid->fid_icb.lad_ext_loc); in ud_dirlook() 944 loc = SWAP_32(fid->fid_icb.lad_ext_loc); in ud_dircheckforname() 1182 lbno = SWAP_32(fid->fid_icb.lad_ext_loc); in ud_dircheckpath() 1322 fid->fid_icb.lad_ext_loc = SWAP_32(sip->i_icb_block); in ud_diraddentry() 1420 fid->fid_icb.lad_ext_loc = SWAP_32(dp->i_icb_block); in ud_dirmakedirect() 1530 fid->fid_icb.lad_ext_loc = SWAP_32(sip->i_icb_block); in ud_dirrename() 1812 SWAP_32(fid->fid_icb.lad_ext_loc), 1, &dummy); in ud_dirfixdotdot() 1836 fid->fid_icb.lad_ext_loc = SWAP_32(npdp->i_icb_block); in ud_dirfixdotdot()
|
H A D | udf_inode.c | 559 ip->i_icb_block = SWAP_32(lad->lad_ext_loc); in ud_iget() 826 con->ib_block = SWAP_32(lad->lad_ext_loc); in ud_iget() 834 iext->ib_block = SWAP_32(lad->lad_ext_loc); in ud_iget() 1540 lad->lad_ext_loc = SWAP_32(iext->ib_block); in ud_make_lad()
|
H A D | udf_bmap.c | 674 con->ib_block = SWAP_32(lad->lad_ext_loc); in ud_common_ad() 687 iext->ib_block = SWAP_32(lad->lad_ext_loc); in ud_common_ad()
|
H A D | udf_vfsops.c | 1248 SWAP_32(udf_vfsp->udf_lvd->lvd_lvcu.lad_ext_loc); in ud_validate_and_fill_superblock() 1460 udf_vfsp->udf_ricb_loc = SWAP_32(fsd->fsd_root_icb.lad_ext_loc); in ud_validate_and_fill_superblock() 1735 blk = SWAP_32(lad->lad_ext_loc); in ud_val_get_vat()
|
H A D | udf_vnops.c | 1204 SWAP_32(fid->fid_icb.lad_ext_loc), 1, in udf_readdir()
|
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb.c | 851 bno = SWAP_32(lad->lad_ext_loc); in get_blkno() 1020 SWAP_32(fid->fid_icb.lad_ext_loc))) == 0) { in inode_from_path() 1090 SWAP_32(fid->fid_icb.lad_ext_loc)); in list() 1368 SWAP_32(fid->fid_icb.lad_ext_loc)); in find_it()
|
/titanic_50/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | udfslib.c | 311 p->lad_ext_loc = SWAP32(p->lad_ext_loc); in ud_swap_long_ad()
|
H A D | mkfs.c | 819 lap->lad_ext_loc = nextlogblock; in volseqinit() 931 lap->lad_ext_loc = filesetblock + FILESETLEN; in volseqinit() 1028 fip->fid_icb.lad_ext_loc = nextlogblock - 1; in volseqinit()
|
/titanic_50/usr/src/cmd/fs.d/udfs/fstyp/ |
H A D | ud_lib.c | 752 fsd_loc = SWAP_32(lvd->lvd_lvcu.lad_ext_loc); in ud_read_and_translate_lvd() 907 SWAP_32(fsd->fsd_root_icb.lad_ext_loc); in ud_get_latest_fsd() 913 fsd_loc = SWAP_32(fsd->fsd_next.lad_ext_loc); in ud_get_latest_fsd() 2005 SWAP_16(lad->lad_ext_prn), SWAP_32(lad->lad_ext_loc), in print_long_ad()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | udf_volume.h | 235 uint32_t lad_ext_loc; /* 04 Extent Location */ member
|