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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dext4_extents.h75 __le16 ee_start_hi; /* high 16 bits of physical block */ member in struct:ext4_extent
H A Dextents.c57 block |= ((ext4_fsblk_t) le16_to_cpu(ex->ee_start_hi) << 31) << 1;
82 ex->ee_start_hi = cpu_to_le16((unsigned long) ((pb >> 31) >> 1) & 0xffff);

Completed in 131 milliseconds