Searched refs:EXT2_FLAG_SWAP_BYTES (Results 1 – 6 of 6) sorted by relevance
21 return EXT2_FLAG_SWAP_BYTES; in ext2fs_native_flag()
240 fs->flags |= EXT2_FLAG_SWAP_BYTES; in ext2fs_open2()243 if (fs->flags & EXT2_FLAG_SWAP_BYTES) { in ext2fs_open2()
96 if (fs->flags & EXT2_FLAG_SWAP_BYTES) in ext2fs_superblock_csum_verify()115 if (fs->flags & EXT2_FLAG_SWAP_BYTES) in ext2fs_superblock_csum_set()
125 fs->flags |= EXT2_FLAG_SWAP_BYTES; in ext2fs_initialize()
189 #define EXT2_FLAG_SWAP_BYTES 0x40 macro
44 EXT2_SWAP_BYTES was changed to EXT2_FLAG_SWAP_BYTES, which better fits