Home
last modified time | relevance | path

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

/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()