Lines Matching refs:B_LENDIAN_TO_HOST_INT32

99 	uint32 BlockShift() const { return B_LENDIAN_TO_HOST_INT32(block_shift) + 10; }
100 uint32 NumInodes() const { return B_LENDIAN_TO_HOST_INT32(num_inodes); }
103 uint64 blocks = B_LENDIAN_TO_HOST_INT32(num_blocks);
105 blocks |= ((uint64)B_LENDIAN_TO_HOST_INT32(num_blocks_high) << 32);
108 uint32 FreeInodes() const { return B_LENDIAN_TO_HOST_INT32(free_inodes); }
111 uint64 blocks = B_LENDIAN_TO_HOST_INT32(free_blocks);
113 blocks |= ((uint64)B_LENDIAN_TO_HOST_INT32(free_blocks_high) << 32);
118 uint64 blocks = B_LENDIAN_TO_HOST_INT32(reserved_blocks);
120 blocks |= ((uint64)B_LENDIAN_TO_HOST_INT32(reserved_blocks_high) << 32);
125 { return B_LENDIAN_TO_HOST_INT32(first_data_block); }
127 { return B_LENDIAN_TO_HOST_INT32(blocks_per_group); }
129 { return B_LENDIAN_TO_HOST_INT32(fragments_per_group); }
131 { return B_LENDIAN_TO_HOST_INT32(inodes_per_group); }
133 { return B_LENDIAN_TO_HOST_INT32(first_meta_block_group); }
135 { return B_LENDIAN_TO_HOST_INT32(compatible_features); }
137 { return B_LENDIAN_TO_HOST_INT32(read_only_features); }
139 { return B_LENDIAN_TO_HOST_INT32(incompatible_features); }
143 { return B_LENDIAN_TO_HOST_INT32(journal_inode); }
145 { return (ino_t)B_LENDIAN_TO_HOST_INT32(last_orphan); }
147 { return B_LENDIAN_TO_HOST_INT32(hash_seed[i]); }
258 uint64 block = B_LENDIAN_TO_HOST_INT32(block_bitmap);
261 ((uint64)B_LENDIAN_TO_HOST_INT32(block_bitmap_high) << 32);
266 uint64 bitmap = B_LENDIAN_TO_HOST_INT32(inode_bitmap);
269 ((uint64)B_LENDIAN_TO_HOST_INT32(inode_bitmap_high) << 32);
274 uint64 table = B_LENDIAN_TO_HOST_INT32(inode_table);
276 table |= ((uint64)B_LENDIAN_TO_HOST_INT32(inode_table_high) << 32);
376 uint32 Generation() const { return B_LENDIAN_TO_HOST_INT32(generation); }
397 { return B_LENDIAN_TO_HOST_INT32(logical_block); }
398 uint64 PhysicalBlock() const { return B_LENDIAN_TO_HOST_INT32(physical_block)
413 { return B_LENDIAN_TO_HOST_INT32(logical_block); }
416 uint64 PhysicalBlock() const { return B_LENDIAN_TO_HOST_INT32(physical_block)
489 uint32 Flags() const { return B_LENDIAN_TO_HOST_INT32(flags); }
491 uint32 NumBlocks() const { return B_LENDIAN_TO_HOST_INT32(num_blocks); }
492 uint64 NumBlocks64() const { return B_LENDIAN_TO_HOST_INT32(num_blocks)
498 timespec->tv_sec = B_LENDIAN_TO_HOST_INT32(time);
501 (uint64)(B_LENDIAN_TO_HOST_INT32(time_extra) & 0x2) << 32;
503 timespec->tv_nsec = B_LENDIAN_TO_HOST_INT32(time_extra) >> 2;
525 { return B_LENDIAN_TO_HOST_INT32(deletion_time); }
571 return B_LENDIAN_TO_HOST_INT32(size)
572 | ((off_t)B_LENDIAN_TO_HOST_INT32(size_high) << 32);
575 return B_LENDIAN_TO_HOST_INT32(size);
579 { return B_LENDIAN_TO_HOST_INT32(file_access_control);}
719 uint32 InodeID() const { return B_LENDIAN_TO_HOST_INT32(inode_id); }
792 return B_LENDIAN_TO_HOST_INT32(magic) == EXT2_XATTR_MAGIC
793 && B_LENDIAN_TO_HOST_INT32(blocks) == 1
823 B_LENDIAN_TO_HOST_INT32(value_size); }