Home
last modified time | relevance | path

Searched refs:struct_version (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/platform_data/
H A Dwilco-ec.h63 u8 struct_version; member
81 u8 struct_version; member
/linux/fs/xfs/libxfs/
H A Dxfs_sb.h33 int struct_version);
H A Dxfs_sb.c1433 int struct_version) in xfs_fs_geometry() argument
1454 if (struct_version < 2) in xfs_fs_geometry()
1460 if (struct_version < 3) in xfs_fs_geometry()
1516 if (struct_version < 4) in xfs_fs_geometry()
1524 if (struct_version < 5) in xfs_fs_geometry()
/linux/drivers/platform/chrome/wilco_ec/
H A Dmailbox.c95 rq->struct_version = EC_MAILBOX_PROTO_VERSION; in wilco_ec_prepare()
/linux/fs/xfs/
H A Dxfs_ioctl.c356 int struct_version) in xfs_ioc_fsgeometry() argument
361 xfs_fs_geometry(mp, &fsgeo, struct_version); in xfs_ioc_fsgeometry()
363 if (struct_version <= 3) in xfs_ioc_fsgeometry()
365 else if (struct_version == 4) in xfs_ioc_fsgeometry()
/linux/arch/mips/include/asm/sn/
H A Dklconfig.h486 unsigned char struct_version; /* version of this structure */ member
/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test.c104 KUNIT_EXPECT_EQ(test, request->struct_version, EC_HOST_REQUEST_VERSION); in cros_ec_proto_test_prepare_tx_normal()