OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eh_entries
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/ext2fs/
ext3_extents.h
49
__u16
eh_entries
; /* number of valid entries */
member in struct:ext3_extent_header
98
((__path__)->p_hdr->
eh_entries
< (__path__)->p_hdr->eh_max)
100
(EXT_FIRST_EXTENT((__hdr__)) + (__hdr__)->
eh_entries
- 1)
102
(EXT_FIRST_INDEX((__hdr__)) + (__hdr__)->
eh_entries
- 1)
extent.c
77
ext2fs_le16_to_cpu(eh->
eh_entries
),
140
if (ext2fs_le16_to_cpu(eh->
eh_entries
) > ext2fs_le16_to_cpu(eh->eh_max))
230
eh->
eh_entries
= 0;
257
ext2fs_le16_to_cpu(eh->
eh_entries
);
462
ext2fs_le16_to_cpu(eh->
eh_entries
);
895
tocopy = ext2fs_le16_to_cpu(eh->
eh_entries
);
904
tocopy = ext2fs_le16_to_cpu(eh->
eh_entries
) / 2;
909
tocopy, ext2fs_le16_to_cpu(eh->
eh_entries
),
951
neweh->
eh_entries
= ext2fs_cpu_to_le16(tocopy);
959
(ext2fs_le16_to_cpu(eh->
eh_entries
) - tocopy)
[
all
...]
/system/extras/ext4_utils/
ext4_extents.h
48
__le16
eh_entries
;
member in struct:ext4_extent_header
80
#define EXT_HAS_FREE_INDEX(__path__) (le16_to_cpu((__path__)->p_hdr->
eh_entries
) < le16_to_cpu((__path__)->p_hdr->eh_max))
81
#define EXT_LAST_EXTENT(__hdr__) (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->
eh_entries
) - 1)
82
#define EXT_LAST_INDEX(__hdr__) (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->
eh_entries
) - 1)
extent.c
102
hdr->
eh_entries
= allocation_len;
112
hdr->
eh_entries
= 1;
140
hdr->
eh_entries
= allocation_len;
ext4fixup.c
527
for (i = 0; i < ext_hdr->
eh_entries
; i++) {
556
for (i = 0; i < ext_hdr->
eh_entries
; i++) {
Completed in 43 milliseconds