HomeSort by relevance Sort by last modified time
    Searched refs:init_version (Results 1 - 4 of 4) sorted by null

  /external/f2fs-tools/include/
f2fs_fs.h 342 __u8 init_version[VERSION_LEN + 1]; member in struct:f2fs_configuration
602 __u8 init_version[VERSION_LEN]; /* the initial kernel version */ member in struct:f2fs_super_block
    [all...]
  /external/f2fs-tools/fsck/
mount.c 634 memcpy(c.init_version, sbi->raw_super->init_version, VERSION_LEN);
635 get_kernel_version(c.init_version);
637 MSG(0, "Info: MKFS version\n \"%s\"\n", c.init_version);
    [all...]
  /external/tensorflow/tensorflow/python/framework/
importer_test.py 820 init_version = g.version
822 self.assertEqual(init_version, g.version)
    [all...]
  /external/f2fs-tools/mkfs/
f2fs_format.c 449 memcpy(sb->init_version, c.version, VERSION_LEN);
    [all...]

Completed in 147 milliseconds