OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXT3_MIN_BLOCK_SIZE
(Results
1 - 25
of
45
) sorted by null
1
2
/bionic/libc/kernel/common/linux/
ext3_fs.h
46
#define
EXT3_MIN_BLOCK_SIZE
1024
50
#define EXT3_BLOCK_SIZE(s) (
EXT3_MIN_BLOCK_SIZE
<< (s)->s_log_block_size)
/development/ndk/platforms/android-3/include/linux/
ext3_fs.h
45
#define
EXT3_MIN_BLOCK_SIZE
1024
48
#define EXT3_BLOCK_SIZE(s) (
EXT3_MIN_BLOCK_SIZE
<< (s)->s_log_block_size)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ext3_fs.h
74
#define
EXT3_MIN_BLOCK_SIZE
1024
77
# define EXT3_BLOCK_SIZE(s) (
EXT3_MIN_BLOCK_SIZE
<< (s)->s_log_block_size)