Home
last modified time | relevance | path

Searched refs:lad_ext_loc (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c155 (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 Dsetup.c558 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 Dudf_alloc.c630 *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 Dudf_dir.c236 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 Dudf_inode.c559 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 Dudf_bmap.c674 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 Dudf_vfsops.c1248 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 Dudf_vnops.c1204 SWAP_32(fid->fid_icb.lad_ext_loc), 1, in udf_readdir()
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c851 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 Dudfslib.c311 p->lad_ext_loc = SWAP32(p->lad_ext_loc); in ud_swap_long_ad()
H A Dmkfs.c819 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 Dud_lib.c752 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 Dudf_volume.h235 uint32_t lad_ext_loc; /* 04 Extent Location */ member