Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4_extents.h78 __le16 ei_leaf_hi; /* high 16 bits of physical block */ member
243 block |= ((ext4_fsblk_t) le16_to_cpu(ix->ei_leaf_hi) << 31) << 1; in ext4_idx_pblock()
269 ix->ei_leaf_hi = cpu_to_le16((unsigned long) ((pb >> 31) >> 1) & in ext4_idx_store_pblock()
/OK3568_Linux_fs/u-boot/include/
H A Dext4fs.h68 __le16 ei_leaf_hi; /* high 16 bits of physical block */ member
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c1554 block = le16_to_cpu(index[i].ei_leaf_hi); in ext4fs_get_extent_block()