Searched refs:SWAP_LE16 (Results 1 – 3 of 3) sorted by relevance
272 sb->state = sb->errors = SWAP_LE16(1); in init_superblock()276 sb->inode_size = SWAP_LE16(sizeof(struct ext2_inode)); in init_superblock()384 in->uid = SWAP_LE16(that->st.st_uid & 0xFFFF); in fill_inode()385 in->uid_high = SWAP_LE16(that->st.st_uid >> 16); in fill_inode()386 in->gid = SWAP_LE16(that->st.st_gid & 0xFFFF); in fill_inode()387 in->gid_high = SWAP_LE16(that->st.st_gid >> 16); in fill_inode()400 in->links_count = SWAP_LE16(that->st.st_nlink); in fill_inode()519 TT.sb.block_group_nr = SWAP_LE16(i); in mke2fs_main()551 bg[slot].free_inodes_count = SWAP_LE16(temp); in mke2fs_main()
163 #define SWAP_LE16(x) bswap_16(x) macro171 #define SWAP_LE16(x) (x) macro
288 #define SWAP_LE16(s, d) swap_le16(s, d) macro