Searched refs:EXT2_FLAG_SWAP_BYTES (Results 1 – 6 of 6) sorted by relevance
21 return EXT2_FLAG_SWAP_BYTES; in ext2fs_native_flag()
233 fs->flags |= EXT2_FLAG_SWAP_BYTES; in ext2fs_open2()236 if (fs->flags & EXT2_FLAG_SWAP_BYTES) { in ext2fs_open2()
95 if (fs->flags & EXT2_FLAG_SWAP_BYTES) in ext2fs_superblock_csum_verify()114 if (fs->flags & EXT2_FLAG_SWAP_BYTES) in ext2fs_superblock_csum_set()
125 fs->flags |= EXT2_FLAG_SWAP_BYTES; in ext2fs_initialize()
182 #define EXT2_FLAG_SWAP_BYTES 0x40 macro
8123 EXT2_SWAP_BYTES was changed to EXT2_FLAG_SWAP_BYTES, which better fits