Home
last modified time | relevance | path

Searched refs:SWAP_32 (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c597 SWAP_32(usd->ua_nad) * in ud_parse_fill_vds()
1596 name, SWAP_32(ead->ext_len), SWAP_32(ead->ext_loc)); in print_ext_ad()
1619 SWAP_32(pvd->pvd_vdsn), SWAP_32(pvd->pvd_pvdn)); in print_pvd()
1627 SWAP_32(pvd->pvd_csl), SWAP_32(pvd->pvd_mcsl)); in print_pvd()
1694 SWAP_32(pd->pd_vdsn), in print_part()
1792 SWAP_32(liu->lvidiu_nfiles), SWAP_32(liu->lvidiu_ndirs), in print_lvid()
1812 SWAP_32(fsd->fsd_cs_list), SWAP_32(fsd->fsd_mcs_list), in print_fsd()
1813 SWAP_32(fsd->fsd_fs_no), SWAP_32(fsd->fsd_fsd_no)); in print_fsd()
1872 SWAP_32(aed->aed_rev_ael), SWAP_32(aed->aed_len_aed)); in print_aed()
1924 SWAP_32(fe->fe_uid), SWAP_32(fe->fe_gid), in print_fe()
[all …]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c522 sz = SWAP_32(use->use_len_ad); in ud_alloc_space_stbl()
593 use->use_len_ad = SWAP_32(sz); in ud_alloc_space_stbl()
667 use->use_len_ad = SWAP_32(sz); in ud_alloc_space_stbl()
869 sz = SWAP_32(use->use_len_ad); in ud_free_space_stbl()
913 sad->sad_ext_len = SWAP_32(sz); in ud_free_space_stbl()
959 lad->lad_ext_len = SWAP_32(sz); in ud_free_space_stbl()
1029 fe->fe_uid = SWAP_32(uid); in ud_ialloc()
1053 SWAP_32(pip->i_gid) : SWAP_32(gid); in ud_ialloc()
1076 fe->fe_perms = SWAP_32(imode); in ud_ialloc()
1113 eah->eah_ial = SWAP_32(ea_len); in ud_ialloc()
[all …]
H A Dudf_vfsops.c1075 if (SWAP_32(opvd->pvd_vdsn) < in ud_validate_and_fill_superblock()
1076 SWAP_32(npvd->pvd_vdsn)) { in ud_validate_and_fill_superblock()
1106 if (SWAP_32(olvd->lvd_vdsn) < in ud_validate_and_fill_superblock()
1107 SWAP_32(lvd->lvd_vdsn)) { in ud_validate_and_fill_superblock()
1131 if (SWAP_32(pdesc->pd_vdsn) > in ud_validate_and_fill_superblock()
1134 SWAP_32(pdesc->pd_vdsn); in ud_validate_and_fill_superblock()
1565 c = SWAP_32(lvid->lvid_npart); in ud_convert_to_superblock()
1679 SWAP_32(fe->fe_tag.tag_loc), in ud_val_get_vat()
1728 blk = SWAP_32(sad->sad_ext_loc); in ud_val_get_vat()
1734 blk = SWAP_32(lad->lad_ext_loc); in ud_val_get_vat()
[all …]
H A Dudf_inode.c593 ip->i_uid = SWAP_32(fe->fe_uid); in ud_iget()
597 ip->i_gid = SWAP_32(fe->fe_gid); in ud_iget()
748 length = SWAP_32(sad->sad_ext_len); in ud_iget()
773 length = SWAP_32(sad->sad_ext_len); in ud_iget()
1203 fe->fe_uid = SWAP_32(ip->i_uid); in ud_iupdat()
1204 fe->fe_gid = SWAP_32(ip->i_gid); in ud_iupdat()
1206 fe->fe_perms = SWAP_32(ip->i_perm); in ud_iupdat()
1243 SWAP_32(fe->fe_len_ear); in ud_iupdat()
1450 aed->aed_len_aed = SWAP_32(sz); in ud_updat_ext4()
1453 SWAP_32(ip->i_icb_block); in ud_updat_ext4()
[all …]
H A Dudf_subr.c184 lblkno = SWAP_32(addr[blkno]); in ud_xlate_to_daddr()
211 begin_bad = SWAP_32(te->sent_ol); in ud_xlate_to_daddr()
545 c = SWAP_32(lvid->lvid_npart); in ud_sbwrite()
561 SWAP_32(lvid->lvid_liu)); in ud_sbwrite()
939 tag->tag_loc = SWAP_32(blkno); in ud_make_tag()
959 ds->ds_atype = SWAP_32(12); in ud_make_dev_spec_ear()
963 ds->ds_major_id = SWAP_32(major); in ud_make_dev_spec_ear()
964 ds->ds_minor_id = SWAP_32(minor); in ud_make_dev_spec_ear()
1259 SWAP_32(fe->fe_len_ear) + in ud_verify_tag_and_desc()
1263 SWAP_32(fe->fe_len_ear), in ud_verify_tag_and_desc()
[all …]
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()
1419 fid->fid_icb.lad_ext_len = SWAP_32(dp->i_udf->udf_lbsize); in ud_dirmakedirect()
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()
1534 SWAP_32(fid->fid_tag.tag_loc), FID_LEN(fid)); 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()
[all …]
H A Dudf_bmap.c614 length = SWAP_32(aed->aed_len_aed); in ud_common_ad()
646 length = SWAP_32(lad->lad_ext_len); in ud_common_ad()
648 length = SWAP_32(sad->sad_ext_len); in ud_common_ad()
672 con->ib_block = SWAP_32(lad->lad_ext_loc); in ud_common_ad()
675 con->ib_block = SWAP_32(sad->sad_ext_loc); in ud_common_ad()
685 iext->ib_block = SWAP_32(lad->lad_ext_loc); in ud_common_ad()
689 iext->ib_block = SWAP_32(sad->sad_ext_loc); in ud_common_ad()
H A Dudf_vnops.c1224 SWAP_32(fid->fid_icb.lad_ext_loc), 1, in udf_readdir()
2844 SWAP_32(fe->fe_len_ear); in ud_putapage()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c531 i32 = SWAP_32(((uint32_t)value)); in set_file()
643 ea_off = SWAP_32(eah->eah_ial); in set_file()
644 ea_len = SWAP_32(fe->fe_len_ear); in set_file()
645 block = SWAP_32(eah->eah_tag.tag_loc); in set_file()
710 SWAP_32(tag->tag_loc), 1, 1) != 0) { in verify_inode()
848 bno = SWAP_32(sad->sad_ext_loc); in get_blkno()
849 len = SWAP_32(sad->sad_ext_len); in get_blkno()
853 bno = SWAP_32(lad->lad_ext_loc); in get_blkno()
854 len = SWAP_32(lad->lad_ext_len); in get_blkno()
1097 SWAP_32(fid->fid_icb.lad_ext_loc)); in list()
[all …]
/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/uts/common/sys/fs/
H A Dudf_volume.h70 #define SWAP_32(a) ((((a) & 0xff) << 24) | \ macro
89 #define SWAP_32(a) (a)
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c705 (void) sprintf(vsibuf, "%08X", SWAP_32((uint32_t)mkfstime)); in volseqinit()