OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_inode_size
(Results
101 - 102
of
102
) sorted by null
1
2
3
4
5
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext3_fs.h
82
(s)->
s_inode_size
)
435
__le16
s_inode_size
; /* size of inode structure */
member in struct:ext3_super_block
/system/extras/ext4_utils/
ext4.h
99
#define EXT4_INODE_SIZE(s) (((s)->s_rev_level == EXT4_GOOD_OLD_REV) ? EXT4_GOOD_OLD_INODE_SIZE : (s)->
s_inode_size
)
409
__le16
s_inode_size
;
member in struct:ext4_super_block
Completed in 157 milliseconds
1
2
3
4
5