OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sb_version
(Results
1 - 2
of
2
) sorted by null
/external/f2fs-tools/fsck/
mount.c
263
memcpy(config.
sb_version
, sbi->raw_super->version, VERSION_LEN);
264
get_kernel_version(config.
sb_version
);
270
config.
sb_version
, config.version);
271
if (memcmp(config.
sb_version
, config.version, VERSION_LEN)) {
[
all
...]
/external/f2fs-tools/include/
f2fs_fs.h
239
__u8
sb_version
[VERSION_LEN + 1];
member in struct:f2fs_configuration
Completed in 622 milliseconds