Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c154 (void) cachefile(fidp->fid_icb.lad_ext_loc, in pass1()
386 markbusy(lap->lad_ext_loc, len); in getdir()
387 if (getallocext(fp, lap->lad_ext_loc, len)) in getdir()
397 " loc %x len %x\n", lap->lad_ext_loc, in getdir()
402 (void) printf(" loc %x len %x\n", lap->lad_ext_loc, in getdir()
404 baseblock = lap->lad_ext_loc; in getdir()
409 markbusy(lap->lad_ext_loc, len); in getdir()
506 markbusy(lap->lad_ext_loc, len); in ckinode()
509 " loc %x len %x\n", lap->lad_ext_loc, in ckinode()
514 if (getallocext(fp, lap->lad_ext_loc, len)) in ckinode()
H A Dsetup.c583 filesetblock = lap->lad_ext_loc; in readvolseq()
612 rootblock = lap->lad_ext_loc; in readvolseq()
/illumos-gate/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.c560 ip->i_icb_block = SWAP_32(lad->lad_ext_loc); in ud_iget()
827 con->ib_block = SWAP_32(lad->lad_ext_loc); in ud_iget()
835 iext->ib_block = SWAP_32(lad->lad_ext_loc); in ud_iget()
1541 lad->lad_ext_loc = SWAP_32(iext->ib_block); in ud_make_lad()
H A Dudf_bmap.c672 con->ib_block = SWAP_32(lad->lad_ext_loc); in ud_common_ad()
685 iext->ib_block = SWAP_32(lad->lad_ext_loc); in ud_common_ad()
H A Dudf_vfsops.c1247 SWAP_32(udf_vfsp->udf_lvd->lvd_lvcu.lad_ext_loc); in ud_validate_and_fill_superblock()
1459 udf_vfsp->udf_ricb_loc = SWAP_32(fsd->fsd_root_icb.lad_ext_loc); in ud_validate_and_fill_superblock()
1734 blk = SWAP_32(lad->lad_ext_loc); in ud_val_get_vat()
H A Dudf_vnops.c1224 SWAP_32(fid->fid_icb.lad_ext_loc), 1, in udf_readdir()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c853 bno = SWAP_32(lad->lad_ext_loc); in get_blkno()
1027 SWAP_32(fid->fid_icb.lad_ext_loc))) == 0) { in inode_from_path()
1097 SWAP_32(fid->fid_icb.lad_ext_loc)); in list()
1375 SWAP_32(fid->fid_icb.lad_ext_loc)); in find_it()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c309 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()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c741 fsd_loc = SWAP_32(lvd->lvd_lvcu.lad_ext_loc); in ud_read_and_translate_lvd()
896 SWAP_32(fsd->fsd_root_icb.lad_ext_loc); in ud_get_latest_fsd()
902 fsd_loc = SWAP_32(fsd->fsd_next.lad_ext_loc); in ud_get_latest_fsd()
1994 SWAP_16(lad->lad_ext_prn), SWAP_32(lad->lad_ext_loc), in print_long_ad()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h235 uint32_t lad_ext_loc; /* 04 Extent Location */ member