Home
last modified time | relevance | path

Searched refs:SWAP_LE16 (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
Dmke2fs.c408 sb->state = sb->errors = SWAP_LE16(1); in init_superblock()
412 sb->inode_size = SWAP_LE16(sizeof(struct ext2_inode)); in init_superblock()
520 in->uid = SWAP_LE16(that->st.st_uid & 0xFFFF); in fill_inode()
521 in->uid_high = SWAP_LE16(that->st.st_uid >> 16); in fill_inode()
522 in->gid = SWAP_LE16(that->st.st_gid & 0xFFFF); in fill_inode()
523 in->gid_high = SWAP_LE16(that->st.st_gid >> 16); in fill_inode()
536 in->links_count = SWAP_LE16(that->st.st_nlink); in fill_inode()
656 sb.block_group_nr = SWAP_LE16(i); in mke2fs_main()
688 bg[slot].free_inodes_count = SWAP_LE16(temp); in mke2fs_main()
/third_party/toybox/lib/
Dportability.h162 #define SWAP_LE16(x) bswap_16(x) macro
170 #define SWAP_LE16(x) (x) macro