Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ext4/
Dext4_extents.h75 __le16 ee_start_hi; /* high 16 bits of physical block */ member
233 block |= ((ext4_fsblk_t) le16_to_cpu(ex->ee_start_hi) << 31) << 1; in ext4_ext_pblock()
259 ex->ee_start_hi = cpu_to_le16((unsigned long) ((pb >> 31) >> 1) & in ext4_ext_store_pblock()
Dextents.c3314 if (!newex.ee_start_lo && !newex.ee_start_hi) { in ext4_ext_map_blocks()