OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXT2_MAX_BLOCK_LOG_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/lib/ext2fs/
ext2_fs.h
81
#define
EXT2_MAX_BLOCK_LOG_SIZE
16 /* 65536 */
83
#define EXT2_MAX_BLOCK_SIZE (1 <<
EXT2_MAX_BLOCK_LOG_SIZE
)
openfs.c
238
EXT2_MAX_BLOCK_LOG_SIZE
) {
/external/e2fsprogs/e2fsck/
super.c
503
EXT2_MAX_BLOCK_LOG_SIZE
- EXT2_MIN_BLOCK_LOG_SIZE);
941
EXT2_MAX_BLOCK_LOG_SIZE
) ||
pass1.c
111
static __u64 ext2_max_sizes[
EXT2_MAX_BLOCK_LOG_SIZE
-
582
for (i = EXT2_MIN_BLOCK_LOG_SIZE; i <=
EXT2_MAX_BLOCK_LOG_SIZE
; i++) {
[
all
...]
Completed in 153 milliseconds