Home
last modified time | relevance | path

Searched refs:tag_loc (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c545 tp->tag_loc = blk1; in wtvolseq()
576 tp->tag_loc = blk2; in wtvolseq()
863 tp->tag_loc = nextblock; in volseqinit()
887 tp->tag_loc = nextblock; in volseqinit()
898 tp->tag_loc = fssize; in volseqinit()
915 tp->tag_loc = nextlogblock; in volseqinit()
950 tp->tag_loc = nextlogblock; in volseqinit()
972 tp->tag_loc = nextlogblock; in volseqinit()
1022 tp->tag_loc = nextlogblock; in volseqinit()
1052 tp->tag_loc = part_unalloc; in volseqinit()
[all …]
H A Dudfslib.c160 otp->tag_loc = SWAP32(itp->tag_loc); in maketag()
197 tloc = SWAP32(tp->tag_loc); in verifytag()
209 otp->tag_loc = tloc; in verifytag()
/titanic_41/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c284 SWAP_32(fsd->fsd_tag.tag_loc), in label()
395 SWAP_32(pvd->pvd_tag.tag_loc), in label_vds()
433 SWAP_32(iuvd->iuvd_tag.tag_loc), in label_vds()
458 SWAP_32(lvd->lvd_tag.tag_loc), in label_vds()
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c528 SWAP_32(fe->fe_tag.tag_loc), 1, 1) != 0) { in set_file()
647 block = SWAP_32(eah->eah_tag.tag_loc); in set_file()
689 SWAP_32(fe->fe_tag.tag_loc), fe->fe_tag.tag_crc_len); in set_file()
712 SWAP_32(tag->tag_loc), 1, 1) != 0) { in verify_inode()
1038 SWAP_32(tag->tag_loc), 1, 1) != 0) { in inode_from_path()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c939 tag->tag_loc = SWAP_32(blkno); in ud_make_tag()
1251 SWAP_32(tag->tag_loc), blockno); in ud_verify_tag_and_desc()
1288 if (SWAP_32(blockno) != tag->tag_loc) { in ud_verify_tag_and_desc()
1291 blockno, SWAP_32(tag->tag_loc)); in ud_verify_tag_and_desc()
H A Dudf_dir.c1534 SWAP_32(fid->fid_tag.tag_loc), FID_LEN(fid)); in ud_dirrename()
1942 SWAP_32(fid->fid_tag.tag_loc), FID_LEN(fid)); in ud_write_fid()
H A Dudf_vfsops.c1680 SWAP_32(fe->fe_tag.tag_loc), in ud_val_get_vat()
/titanic_41/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1089 if (SWAP_32(blockno) != tag->tag_loc) { in ud_verify_tag()
1094 blockno, SWAP_32(tag->tag_loc)); in ud_verify_tag()
1124 tag->tag_loc = SWAP_32(blkno); in ud_make_tag()
1619 SWAP_32(tag->tag_loc)); in print_tag()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_volume.h130 uint32_t tag_loc; /* 0C Tag Location */ member
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c230 baseblock = fp->fe_tag.tag_loc; in opndir()