BOTH_INT
#define ISO_VOL_SIZE(x) BOTH_INT(ISO_vol_size(x))
#define ISO_PTBL_SIZE(x) BOTH_INT(ISO_ptbl_size(x))
#define IDE_EXT_LBN(x) BOTH_INT(IDE_ext_lbn(x))
#define IDE_EXT_SIZE(x) BOTH_INT(IDE_ext_size(x))
#define RRIP_MODE(x) (mode_t)BOTH_INT(RRIP_mode(x))
#define RRIP_NLINK(x) (short)BOTH_INT(RRIP_nlink(x))
#define RRIP_UID(x) (uid_t)BOTH_INT(RRIP_uid(x))
#define RRIP_GID(x) (gid_t)BOTH_INT(RRIP_gid(x))
#define RRIP_INO(x) (uint32_t)BOTH_INT(RRIP_ino(x))
#define RRIP_MAJOR(x) BOTH_INT(RRIP_major(x))
#define RRIP_MINOR(x) BOTH_INT(RRIP_minor(x))
#define RRIP_CHILD_LBN(x) (uint_t)BOTH_INT(RRIP_child_lbn(x))
#define RRIP_PARENT_LBN(x) (uint_t)BOTH_INT(RRIP_parent_lbn(x))
#define HSV_DESC_LBN(x) BOTH_INT(HSV_desc_lbn(x))
#define HSV_VOL_SIZE(x) BOTH_INT(HSV_vol_size(x))
#define HSV_PTBL_SIZE(x) BOTH_INT(HSV_ptbl_size(x))
#define HDE_EXT_LBN(x) BOTH_INT(HDE_ext_lbn(x))
#define HDE_EXT_SIZE(x) BOTH_INT(HDE_ext_size(x))
#define CE_BLK_LOC(x) BOTH_INT(CE_blk_loc(x)) /* cont. starting block */
#define CE_OFFSET(x) BOTH_INT(CE_offset(x)) /* cont. offset */
#define CE_CONT_LEN(x) BOTH_INT(CE_cont_len(x)) /* continuation len */