Home
last modified time | relevance | path

Searched refs:BOTH_INT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_rrip.h169 #define RRIP_MODE(x) (mode_t)BOTH_INT(RRIP_mode(x))
172 #define RRIP_NLINK(x) (short)BOTH_INT(RRIP_nlink(x))
175 #define RRIP_UID(x) (uid_t)BOTH_INT(RRIP_uid(x))
178 #define RRIP_GID(x) (gid_t)BOTH_INT(RRIP_gid(x))
181 #define RRIP_INO(x) (uint32_t)BOTH_INT(RRIP_ino(x))
191 #define RRIP_MAJOR(x) BOTH_INT(RRIP_major(x))
194 #define RRIP_MINOR(x) BOTH_INT(RRIP_minor(x))
278 #define RRIP_CHILD_LBN(x) (uint_t)BOTH_INT(RRIP_child_lbn(x))
281 #define RRIP_PARENT_LBN(x) (uint_t)BOTH_INT(RRIP_parent_lbn(x))
H A Dhsfs_spec.h64 #define BOTH_INT(x) (int)*((int *)x) macro
75 #define BOTH_INT(x) LSB_INT(x) macro
148 #define HSV_DESC_LBN(x) BOTH_INT(HSV_desc_lbn(x))
154 #define HSV_VOL_SIZE(x) BOTH_INT(HSV_vol_size(x))
158 #define HSV_PTBL_SIZE(x) BOTH_INT(HSV_ptbl_size(x))
251 #define HDE_EXT_LBN(x) BOTH_INT(HDE_ext_lbn(x))
252 #define HDE_EXT_SIZE(x) BOTH_INT(HDE_ext_size(x))
H A Dhsfs_isospec.h52 #define BOTH_INT(x) (int)*((int *)x) macro
63 #define BOTH_INT(x) LSB_INT(x)
145 #define ISO_VOL_SIZE(x) BOTH_INT(ISO_vol_size(x))
149 #define ISO_PTBL_SIZE(x) BOTH_INT(ISO_ptbl_size(x))
211 #define IDE_EXT_LBN(x) BOTH_INT(IDE_ext_lbn(x))
212 #define IDE_EXT_SIZE(x) BOTH_INT(IDE_ext_size(x))
H A Dhsfs_susp.h136 #define CE_BLK_LOC(x) BOTH_INT(CE_blk_loc(x)) /* cont. starting block */
139 #define CE_OFFSET(x) BOTH_INT(CE_offset(x)) /* cont. offset */
142 #define CE_CONT_LEN(x) BOTH_INT(CE_cont_len(x)) /* continuation len */