Home
last modified time | relevance | path

Searched refs:eh_max (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4_extents.h88 __le16 eh_max; /* capacity of store in entries */ member
98 (sizeof(struct ext4_extent) * le16_to_cpu((hdr)->eh_max)))
168 < le16_to_cpu((__path__)->p_hdr->eh_max))
174 ((le16_to_cpu((__hdr__)->eh_max)) ? \
175 ((EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)) \
178 ((le16_to_cpu((__hdr__)->eh_max)) ? \
179 ((EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)) : 0)
H A Dextents.c449 if (unlikely(eh->eh_max == 0)) { in __ext4_ext_check()
454 if (unlikely(le16_to_cpu(eh->eh_max) > max)) { in __ext4_ext_check()
458 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) { in __ext4_ext_check()
490 le16_to_cpu(eh->eh_max), in __ext4_ext_check()
869 eh->eh_max = cpu_to_le16(ext4_ext_space_root(inode, 0)); in ext4_ext_tree_init()
921 ppos, le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max)); in ext4_find_extent()
986 >= le16_to_cpu(curp->p_hdr->eh_max))) { in ext4_ext_insert_index()
990 le16_to_cpu(curp->p_hdr->eh_max)); in ext4_ext_insert_index()
1132 neh->eh_max = cpu_to_le16(ext4_ext_space_block(inode, 0)); in ext4_ext_split()
1139 path[depth].p_hdr->eh_max)) { in ext4_ext_split()
[all …]
H A Dfast_commit.c1457 eh->eh_max = cpu_to_le16( in ext4_fc_replay_inode()
/OK3568_Linux_fs/u-boot/include/
H A Dext4fs.h76 __le16 eh_max; /* capacity of store in entries */ member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dextents.patch34 newpath->max_entries = ext2fs_le16_to_cpu(eh->eh_max);
/OK3568_Linux_fs/buildroot/package/e2fsprogs/
H A D0001-libext2fs-add-sanity-check-to-extent-manipulation.patch37 newpath->max_entries = ext2fs_le16_to_cpu(eh->eh_max);
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch154 + eh->eh_max = ext2fs_cpu_to_le16(i);