shmem_optionsRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: ✅struct shmem_options {
long long unsigned int blocks;
int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
int huge;
int seen;
};
5.8: ✅struct shmem_options {
long long unsigned int blocks;
int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
int huge;
int seen;
};
5.11: ✅struct shmem_options {
long long unsigned int blocks;
long long unsigned int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
bool full_inums;
int huge;
int seen;
};
5.13: ✅struct shmem_options {
long long unsigned int blocks;
long long unsigned int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
bool full_inums;
int huge;
int seen;
};
5.15: ✅struct shmem_options {
long long unsigned int blocks;
long long unsigned int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
bool full_inums;
int huge;
int seen;
};
5.19: ✅struct shmem_options {
long long unsigned int blocks;
long long unsigned int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
bool full_inums;
int huge;
int seen;
};
6.2: ✅struct shmem_options {
long long unsigned int blocks;
long long unsigned int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
bool full_inums;
int huge;
int seen;
};
6.5: ✅struct shmem_options {
long long unsigned int blocks;
long long unsigned int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
bool full_inums;
int huge;
int seen;
bool noswap;
};
6.8: ✅struct shmem_options {
long long unsigned int blocks;
long long unsigned int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
bool full_inums;
int huge;
int seen;
bool noswap;
short unsigned int quota_types;
struct shmem_quota_limits qlimits;
};
arm64: ✅struct shmem_options {
long long unsigned int blocks;
int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
int huge;
int seen;
};
armhf: ✅struct shmem_options {
long long unsigned int blocks;
int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
int huge;
int seen;
};
ppc64el: ✅struct shmem_options {
long long unsigned int blocks;
int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
int huge;
int seen;
};
riscv64: ✅struct shmem_options {
long long unsigned int blocks;
int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
int huge;
int seen;
};
aws: ✅struct shmem_options {
long long unsigned int blocks;
int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
int huge;
int seen;
};
azure: ✅struct shmem_options {
long long unsigned int blocks;
int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
int huge;
int seen;
};
gcp: ✅struct shmem_options {
long long unsigned int blocks;
int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
int huge;
int seen;
};
lowlatency: ✅struct shmem_options {
long long unsigned int blocks;
int inodes;
struct mempolicy *mpol;
kuid_t uid;
kgid_t gid;
umode_t mode;
int huge;
int seen;
};
Regular
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️bool full_inums
int inodes ➡️ long long unsigned int inodes
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️bool noswap
6.5 and 6.8 ⚠️short unsigned int quota_types
struct shmem_quota_limits qlimits
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅