OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_log_frag_size
(Results
101 - 102
of
102
) sorted by null
1
2
3
4
5
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext3_fs.h
93
# define EXT3_FRAG_SIZE(s) (EXT3_MIN_FRAG_SIZE << (s)->
s_log_frag_size
)
403
__le32
s_log_frag_size
; /* Fragment size */
member in struct:ext3_super_block
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext3_fs.h
93
# define EXT3_FRAG_SIZE(s) (EXT3_MIN_FRAG_SIZE << (s)->
s_log_frag_size
)
403
__le32
s_log_frag_size
; /* Fragment size */
member in struct:ext3_super_block
Completed in 115 milliseconds
1
2
3
4
5