Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_sb.h37 int struct_version);
Dxfs_sb.c1088 int struct_version) in xfs_fs_geometry() argument
1107 if (struct_version < 2) in xfs_fs_geometry()
1113 if (struct_version < 3) in xfs_fs_geometry()
1158 if (struct_version < 4) in xfs_fs_geometry()
/Linux-v4.19/arch/ia64/include/asm/sn/
Dklconfig.h218 unsigned char struct_version; /* version of this structure */ member
/Linux-v4.19/include/linux/mfd/
Dcros_ec_commands.h478 uint8_t struct_version; member
504 uint8_t struct_version; member
/Linux-v4.19/arch/mips/include/asm/sn/
Dklconfig.h486 unsigned char struct_version; /* version of this structure */ member
/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_proto.c39 request->struct_version = EC_HOST_REQUEST_VERSION; in prepare_packet()