Home
last modified time | relevance | path

Searched refs:ee_start_hi (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dext4_extents.h66 __le16 ee_start_hi; /* high 16 bits of physical block */ member
231 block |= ((ext4_fsblk_t) le16_to_cpu(ex->ee_start_hi) << 31) << 1; in ext4_ext_pblock()
257 ex->ee_start_hi = cpu_to_le16((unsigned long) ((pb >> 31) >> 1) & in ext4_ext_store_pblock()
/openbmc/u-boot/include/
H A Dext4fs.h57 __le16 ee_start_hi; /* high 16 bits of physical block */ member
/openbmc/linux/Documentation/filesystems/ext4/
H A Difork.rst158 - ee_start_hi
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c1662 start = le16_to_cpu(extent[i].ee_start_hi); in read_allocated_block()