Searched refs:SWAP_LE32 (Results 1 – 5 of 5) sorted by relevance
243 sb->log_block_size = sb->log_frag_size = SWAP_LE32(temp); in init_superblock()247 sb->blocks_count = SWAP_LE32(TT.blocks); in init_superblock()248 sb->free_blocks_count = SWAP_LE32(TT.freeblocks); in init_superblock()250 sb->r_blocks_count = SWAP_LE32(temp); in init_superblock()252 sb->first_data_block = SWAP_LE32(TT.blocksize == 1024 ? 1 : 0); in init_superblock()257 sb->blocks_per_group = sb->frags_per_group = SWAP_LE32(TT.blockbits); in init_superblock()260 sb->inodes_per_group = SWAP_LE32(TT.inodespg); in init_superblock()261 sb->inodes_count = SWAP_LE32(TT.inodespg * TT.groups); in init_superblock()266 sb->free_inodes_count = SWAP_LE32(temp - TT.treeinodes); in init_superblock()270 sb->wtime = sb->lastcheck = sb->mkfs_time = SWAP_LE32(time(NULL)); in init_superblock()[all …]
98 uint32_t val = SWAP_LE32(value); in set_levalue()613 new_start = SWAP_LE32(new_start); in delete_partition()
199 #define SWAP_LE32(x) bswap_32(x) macro207 #define SWAP_LE32(x) (x) macro
180 for (j=0; j<16; j++) TT.buffer.i[j] = SWAP_LE32(TT.buffer.i[j]); in hash_update()
289 #define SWAP_LE32(s, d) swap_le32(s, d) macro