Home
last modified time | relevance | path

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

/illumos-gate/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()
1084 tp->tag_loc = nextblock; in volseqinit()
[all …]
H A Dudfslib.c158 otp->tag_loc = SWAP32(itp->tag_loc); in maketag()
195 tloc = SWAP32(tp->tag_loc); in verifytag()
207 otp->tag_loc = tloc; in verifytag()
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c282 SWAP_32(fsd->fsd_tag.tag_loc), in label()
393 SWAP_32(pvd->pvd_tag.tag_loc), in label_vds()
431 SWAP_32(iuvd->iuvd_tag.tag_loc), in label_vds()
456 SWAP_32(lvd->lvd_tag.tag_loc), in label_vds()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c526 SWAP_32(fe->fe_tag.tag_loc), 1, 1) != 0) { in set_file()
645 block = SWAP_32(eah->eah_tag.tag_loc); in set_file()
687 SWAP_32(fe->fe_tag.tag_loc), fe->fe_tag.tag_crc_len); in set_file()
710 SWAP_32(tag->tag_loc), 1, 1) != 0) { in verify_inode()
1045 SWAP_32(tag->tag_loc), 1, 1) != 0) { in inode_from_path()
/illumos-gate/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.c1679 SWAP_32(fe->fe_tag.tag_loc), in ud_val_get_vat()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c1078 if (SWAP_32(blockno) != tag->tag_loc) { in ud_verify_tag()
1083 blockno, SWAP_32(tag->tag_loc)); in ud_verify_tag()
1113 tag->tag_loc = SWAP_32(blkno); in ud_make_tag()
1608 SWAP_32(tag->tag_loc)); in print_tag()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h130 uint32_t tag_loc; /* 0C Tag Location */ member
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c230 baseblock = fp->fe_tag.tag_loc; in opndir()