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

  /external/e2fsprogs/lib/ext2fs/
extent.c 228 eh->eh_magic = ext2fs_cpu_to_le16(EXT3_EXT_MAGIC);
233 eh->eh_max = ext2fs_cpu_to_le16(i);
791 ex->ee_start_hi = ext2fs_cpu_to_le16(extent->e_pblk >> 32);
795 ex->ee_len = ext2fs_cpu_to_le16(extent->e_len +
800 ex->ee_len = ext2fs_cpu_to_le16(extent->e_len);
806 ix->ei_leaf_hi = ext2fs_cpu_to_le16(extent->e_pblk >> 32);
951 neweh->eh_entries = ext2fs_cpu_to_le16(tocopy);
952 neweh->eh_max = ext2fs_cpu_to_le16((handle->fs->blocksize -
982 eh->eh_depth = ext2fs_cpu_to_le16(handle->max_depth);
988 eh->eh_entries = ext2fs_cpu_to_le16(path->entries)
    [all...]
bitops.h 31 #define ext2fs_cpu_to_le16(x) ext2fs_swab16((x)) macro
42 #define ext2fs_cpu_to_le16(x) ((__u16)(x)) macro
  /external/e2fsprogs/e2fsck/
rehash.c 591 ext2fs_cpu_to_le16(limit->limit);
614 limit->count = ext2fs_cpu_to_le16(limit->limit - c2);
615 limit->limit = ext2fs_cpu_to_le16(limit->limit);
618 root_limit->count = ext2fs_cpu_to_le16(root_limit->limit - c1);
619 root_limit->limit = ext2fs_cpu_to_le16(root_limit->limit);

Completed in 583 milliseconds