Home
last modified time | relevance | path

Searched refs:eh_depth (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dext4_extents.h89 __le16 eh_depth; /* has tree real underlying blocks? */ member
194 return le16_to_cpu(ext_inode_hdr(inode)->eh_depth); in ext_depth()
H A Dmigrate.c366 if (eh->eh_depth != 0) { in free_ext_idx()
395 if (eh->eh_depth == 0) in free_ext_block()
641 eh->eh_depth != 0 || le16_to_cpu(eh->eh_entries) > 1) { in ext4_ind_migrate()
H A Dextents.c465 if (unlikely(le16_to_cpu(eh->eh_depth) != depth)) { in __ext4_ext_check()
511 max, le16_to_cpu(eh->eh_depth), depth); in __ext4_ext_check()
874 eh->eh_depth = 0; in ext4_ext_tree_init()
1144 neh->eh_depth = 0; in ext4_ext_split()
1223 neh->eh_depth = cpu_to_le16(depth - i); in ext4_ext_split()
1376 if (neh->eh_depth == 0) { in ext4_ext_grow_indepth()
1387 le16_add_cpu(&neh->eh_depth, 1); in ext4_ext_grow_indepth()
3039 ext_inode_hdr(inode)->eh_depth = 0; in ext4_ext_remove_space()
/openbmc/linux/Documentation/filesystems/ext4/
H A Difork.rst58 (``eh.eh_depth`` > 0), the header is followed by ``eh.eh_entries``
61 is a leaf node (``eh.eh_depth == 0``), then the header is followed by
92 - eh_depth
/openbmc/u-boot/include/
H A Dext4fs.h78 __le16 eh_depth; /* has tree real underlying blocks? */ member
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch149 + eh->eh_depth = 0;
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch282 - uint16_t eh_depth; /* has tree real underlying blocks? */
/openbmc/u-boot/fs/ext4/
H A Dext4_write.c473 debug("del: dep=%d entries=%d\n", eh->eh_depth, eh->eh_entries); in ext4fs_delete_file()
H A Dext4_common.c1540 if (ext_block->eh_depth == 0) in ext4fs_get_extent_block()