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

  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 111 (ext2fs_le16_to_cpu((__path__)->p_hdr->eh_entries) < \
112 ext2fs_le16_to_cpu((__path__)->p_hdr->eh_max))
115 ext2fs_le16_to_cpu((__hdr__)->eh_entries) - 1)
118 ext2fs_le16_to_cpu((__hdr__)->eh_entries) - 1)
121 ext2fs_le16_to_cpu((__hdr__)->eh_max) - 1)
124 ext2fs_le16_to_cpu((__hdr__)->eh_max) - 1)
extent.c 81 ext2fs_le16_to_cpu(eh->eh_magic),
82 ext2fs_le16_to_cpu(eh->eh_entries),
83 ext2fs_le16_to_cpu(eh->eh_max),
84 ext2fs_le16_to_cpu(eh->eh_depth),
93 ext2fs_le16_to_cpu(ix->ei_leaf_hi),
94 ext2fs_le16_to_cpu(ix->ei_unused));
102 ext2fs_le16_to_cpu(ex->ee_len) - 1,
103 ext2fs_le16_to_cpu(ex->ee_len),
105 ext2fs_le16_to_cpu(ex->ee_start_hi));
171 if (ext2fs_le16_to_cpu(eh->eh_magic) != EXT3_EXT_MAGIC
    [all...]
csum.c 189 return ext2fs_le16_to_cpu(x);
225 if (ext2fs_le16_to_cpu(c->limit) > max_sane_entries ||
226 ext2fs_le16_to_cpu(c->count) > max_sane_entries)
405 limit = ext2fs_le16_to_cpu(c->limit);
406 count = ext2fs_le16_to_cpu(c->count);
432 limit = ext2fs_le16_to_cpu(c->limit);
433 count = ext2fs_le16_to_cpu(c->count);
478 (sizeof(struct ext3_extent) * ext2fs_le16_to_cpu((hdr)->eh_max)))
674 provided = ext2fs_le16_to_cpu(inode->i_checksum_lo);
679 __u32 hi = ext2fs_le16_to_cpu(inode->i_checksum_hi)
    [all...]
bitops.h 19 #define ext2fs_le16_to_cpu(x) ext2fs_swab16((__force __u16)(__le16)(x)) macro
33 #define ext2fs_le16_to_cpu(x) ((__force __u16)(__le16)(x)) macro
ext_attr.c 608 entry->e_tag = ext2fs_le16_to_cpu(disk_entry->e_tag);
609 entry->e_perm = ext2fs_le16_to_cpu(disk_entry->e_perm);
    [all...]
  /external/e2fsprogs/lib/support/
quotaio_tree.c 227 if (ext2fs_le16_to_cpu(dh->dqdh_entries) + 1 >=
232 ext2fs_cpu_to_le16(ext2fs_le16_to_cpu(dh->dqdh_entries) + 1);
373 ext2fs_cpu_to_le16(ext2fs_le16_to_cpu(dh->dqdh_entries) - 1);
375 if (!ext2fs_le16_to_cpu(dh->dqdh_entries)) { /* Block got free? */
384 if (ext2fs_le16_to_cpu(dh->dqdh_entries) ==
567 entries = ext2fs_le16_to_cpu(dh->dqdh_entries);
  /external/e2fsprogs/debugfs/
htree.c 147 count = ext2fs_le16_to_cpu(dx_countlimit.count);
148 limit = ext2fs_le16_to_cpu(dx_countlimit.limit);
  /external/e2fsprogs/e2fsck/
pass2.c 616 ext2fs_le16_to_cpu(limit->count));
618 ext2fs_le16_to_cpu(limit->limit));
621 count = ext2fs_le16_to_cpu(limit->count);
627 if (ext2fs_le16_to_cpu(limit->limit) != expect_limit) {
628 cd->pctx.num = ext2fs_le16_to_cpu(limit->limit);
1109 (ext2fs_le16_to_cpu(limit->limit) ==
    [all...]
pass1.c 255 len = ext2fs_le16_to_cpu(*(__u16 *)buf) + 2;
727 de.rec_len = ext2fs_le16_to_cpu(de.rec_len);
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 593 if (ext2fs_le16_to_cpu(dcl->limit) != max_entries) {
599 if (ext2fs_le16_to_cpu(dcl->count) ==
600 ext2fs_le16_to_cpu(dcl->limit)) {
611 if (ext2fs_le16_to_cpu(dcl->limit) != max_entries)
    [all...]
fuse2fs.c 272 a->e_tag = ext2fs_le16_to_cpu(e->e_tag);
273 a->e_perm = ext2fs_le16_to_cpu(e->e_perm);
    [all...]

Completed in 1162 milliseconds