Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dext4_extents.h66 __le16 ee_start_hi; /* high 16 bits of physical block */ member
217 block |= ((ext4_fsblk_t) le16_to_cpu(ex->ee_start_hi) << 31) << 1; in ext4_ext_pblock()
243 ex->ee_start_hi = cpu_to_le16((unsigned long) ((pb >> 31) >> 1) & in ext4_ext_store_pblock()