HomeSort by relevance Sort by last modified time
    Searched refs:ee_start_hi (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 28 __u16 ee_start_hi; /* high 16 bits of physical block */ member in struct:ext3_extent
extent.c 101 ext2fs_le16_to_cpu(ex->ee_start_hi));
502 ((__u64) ext2fs_le16_to_cpu(ex->ee_start_hi) << 32);
793 ex->ee_start_hi = ext2fs_cpu_to_le16(extent->e_pblk >> 32);
    [all...]