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

  /external/e2fsprogs/debugfs/
do_journal.c 352 jdbt->t_flags |= ext2fs_cpu_to_be16(JFS_FLAG_SAME_UUID);
360 jdbt->t_flags |= ext2fs_cpu_to_be16(JFS_FLAG_LAST_TAG);
363 jdbt->t_flags |= ext2fs_cpu_to_be16(JFS_FLAG_ESCAPE);
637 if (!(tag->t_flags & ext2fs_cpu_to_be16(JFS_FLAG_SAME_UUID)))
640 if (tag->t_flags & ext2fs_cpu_to_be16(JFS_FLAG_LAST_TAG))
journal.c 936 tag->t_checksum = ext2fs_cpu_to_be16(csum32);
  /external/e2fsprogs/lib/ext2fs/
bitops.h 25 #define ext2fs_cpu_to_be16(x) ((__force __be16)(__u16)(x)) macro
39 #define ext2fs_cpu_to_be16(x) ((__force __be16)ext2fs_swab16((__u16)(x))) macro
  /external/e2fsprogs/misc/
e2image.c 1125 ref->refcount_block[ref->refcount_block_index] = ext2fs_cpu_to_be16(1);
    [all...]

Completed in 194 milliseconds