HomeSort by relevance Sort by last modified time
    Searched refs:EXT2_FLAG_SWAP_BYTES (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ext2fs/
native.c 21 return EXT2_FLAG_SWAP_BYTES;
openfs.c 233 fs->flags |= EXT2_FLAG_SWAP_BYTES;
236 if (fs->flags & EXT2_FLAG_SWAP_BYTES) {
initialize.c 125 fs->flags |= EXT2_FLAG_SWAP_BYTES;
csum.c 95 if (fs->flags & EXT2_FLAG_SWAP_BYTES)
114 if (fs->flags & EXT2_FLAG_SWAP_BYTES)
ext2fs.h 182 #define EXT2_FLAG_SWAP_BYTES 0x40
    [all...]

Completed in 54 milliseconds