OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXT2_MIN_BLOCK_LOG_SIZE
(Results
1 - 18
of
18
) sorted by null
/external/e2fsprogs/lib/ext2fs/
ext2_fs.h
79
#define
EXT2_MIN_BLOCK_LOG_SIZE
10 /* 1024 */
81
#define EXT2_MIN_BLOCK_SIZE (1 <<
EXT2_MIN_BLOCK_LOG_SIZE
)
104
#define EXT2_MIN_FRAG_LOG_SIZE
EXT2_MIN_BLOCK_LOG_SIZE
openfs.c
235
if ((fs->super->s_log_block_size +
EXT2_MIN_BLOCK_LOG_SIZE
) >
/bionic/libc/kernel/common/linux/
ext2_fs.h
46
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/development/ndk/platforms/android-3/include/linux/
ext2_fs.h
46
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/external/e2fsprogs/misc/
mke2fs.c
1240
EXT2_MIN_BLOCK_LOG_SIZE
);
1260
int_log2(size >>
EXT2_MIN_BLOCK_LOG_SIZE
);
[
all
...]
/external/kernel-headers/original/linux/
ext2_fs.h
94
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ext2_fs.h
83
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ext2_fs.h
46
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ext2_fs.h
46
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ext2_fs.h
46
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ext2_fs.h
46
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ext2_fs.h
46
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ext2_fs.h
46
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
ext2_fs.h
46
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
ext2_fs.h
46
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
ext2_fs.h
46
#define
EXT2_MIN_BLOCK_LOG_SIZE
10
/external/e2fsprogs/e2fsck/
super.c
502
EXT2_MAX_BLOCK_LOG_SIZE -
EXT2_MIN_BLOCK_LOG_SIZE
);
932
((backup_sb->s_log_block_size +
EXT2_MIN_BLOCK_LOG_SIZE
) >
pass1.c
112
EXT2_MIN_BLOCK_LOG_SIZE
+ 1];
582
for (i =
EXT2_MIN_BLOCK_LOG_SIZE
; i <= EXT2_MAX_BLOCK_LOG_SIZE; i++) {
587
ext2_max_sizes[i -
EXT2_MIN_BLOCK_LOG_SIZE
] = max_sizes;
[
all
...]
Completed in 1170 milliseconds