Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dext4_extents.h78 __le16 ei_leaf_hi; /* high 16 bits of physical block */ member
244 block |= ((ext4_fsblk_t) le16_to_cpu(ix->ei_leaf_hi) << 31) << 1; in ext4_idx_pblock()
270 ix->ei_leaf_hi = cpu_to_le16((unsigned long) ((pb >> 31) >> 1) & in ext4_idx_store_pblock()
/openbmc/u-boot/include/
H A Dext4fs.h69 __le16 ei_leaf_hi; /* high 16 bits of physical block */ member
/openbmc/linux/Documentation/filesystems/ext4/
H A Difork.rst126 - ei_leaf_hi
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c1552 block = le16_to_cpu(index[i].ei_leaf_hi); in ext4fs_get_extent_block()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch271 - uint16_t ei_leaf_hi; /* high 16 bits of physical block */