OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eh_max
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/ext2fs/
ext3_extents.h
50
__u16
eh_max
; /* capacity of store in entries */
member in struct:ext3_extent_header
98
((__path__)->p_hdr->eh_entries < (__path__)->p_hdr->
eh_max
)
104
(EXT_FIRST_EXTENT((__hdr__)) + (__hdr__)->
eh_max
- 1)
106
(EXT_FIRST_INDEX((__hdr__)) + (__hdr__)->
eh_max
- 1)
extent.c
79
ext2fs_le16_to_cpu(eh->
eh_max
),
135
int
eh_max
, entry_size;
local
141
if (ext2fs_le16_to_cpu(eh->eh_entries) > ext2fs_le16_to_cpu(eh->
eh_max
))
148
eh_max
= (size - sizeof(*eh)) / entry_size;
151
if ((ext2fs_le16_to_cpu(eh->
eh_max
) >
eh_max
) ||
152
(ext2fs_le16_to_cpu(eh->
eh_max
) < (
eh_max
- 2)))
228
eh->
eh_max
= ext2fs_cpu_to_le16(i);
253
handle->path[0].max_entries = ext2fs_le16_to_cpu(eh->
eh_max
);
[
all
...]
/external/e2fsprogs/debugfs/
debugfs.c
[
all
...]
Completed in 271 milliseconds