OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ee_start_hi
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/ext2fs/
ext3_extents.h
36
__u16
ee_start_hi
; /* high 16 bits of physical block */
member in struct:ext3_extent
extent.c
100
ext2fs_le16_to_cpu(ex->
ee_start_hi
));
506
((__u64) ext2fs_le16_to_cpu(ex->
ee_start_hi
) << 32);
791
ex->
ee_start_hi
= ext2fs_cpu_to_le16(extent->e_pblk >> 32);
[
all
...]
/system/extras/ext4_utils/
ext4_extents.h
35
__le16
ee_start_hi
;
member in struct:ext4_extent
extent.c
154
extent->
ee_start_hi
= 0;
ext4fixup.c
529
fs_block_num = ((off64_t)extent->
ee_start_hi
<< 32) | extent->ee_start_lo;
Completed in 3516 milliseconds