Searched refs:fmt_version (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | sb.c | 204 sup->fmt_version = cpu_to_le32(ubifs_default_version); in create_default_filesystem() 492 if (!c->double_hash && c->fmt_version >= 5) { in validate_sb() 497 if (c->encrypted && c->fmt_version < 5) { in validate_sb() 650 c->fmt_version = le32_to_cpu(sup->fmt_version); in ubifs_read_superblock() 657 if (c->fmt_version > UBIFS_FORMAT_VERSION) { in ubifs_read_superblock() 662 c->fmt_version, c->ro_compat_version, in ubifs_read_superblock() 681 if (c->fmt_version < 3) { in ubifs_read_superblock() 683 c->fmt_version); in ubifs_read_superblock() 941 if (c->fmt_version < 5) { in ubifs_enable_encryption()
|
| H A D | ubifs-media.h | 669 __le32 fmt_version; member
|
| H A D | super.c | 1562 c->fmt_version, c->ro_compat_version, in mount_ubifs() 1704 c->fmt_version, c->ro_compat_version, in ubifs_remount_rw()
|
| H A D | ubifs.h | 1263 int fmt_version; member
|
| H A D | debug.c | 352 pr_err("\tfmt_version %u\n", le32_to_cpu(sup->fmt_version)); in ubifs_dump_node()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | sb.c | 179 sup->fmt_version = cpu_to_le32(UBIFS_FORMAT_VERSION); in create_default_filesystem() 545 c->fmt_version = le32_to_cpu(sup->fmt_version); in ubifs_read_superblock() 552 if (c->fmt_version > UBIFS_FORMAT_VERSION) { in ubifs_read_superblock() 557 c->fmt_version, c->ro_compat_version, in ubifs_read_superblock() 576 if (c->fmt_version < 3) { in ubifs_read_superblock() 578 c->fmt_version); in ubifs_read_superblock()
|
| H A D | ubifs-media.h | 632 __le32 fmt_version; member
|
| H A D | super.c | 1626 c->fmt_version, c->ro_compat_version, in mount_ubifs() 1778 c->fmt_version, c->ro_compat_version, in ubifs_remount_rw()
|
| H A D | ubifs.h | 1845 int fmt_version; member
|
| H A D | debug.c | 361 pr_err("\tfmt_version %u\n", le32_to_cpu(sup->fmt_version)); in ubifs_dump_node()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | mxl5xx_defs.h | 164 u8 fmt_version; member
|
| H A D | mxl5xx.c | 952 if (fh->id != 'M' || fh->fmt_version != '1' || flen > 0x3FFF0) { in check_fw()
|