fscrypt_ctxRegular
4.4: Absent ⚠️
4.8: ✅struct fscrypt_ctx {
struct (anon) w;
struct (anon) r;
struct list_head free_list;
u8 flags;
u8 mode;
};
4.10: ✅struct fscrypt_ctx {
struct (anon) w;
struct (anon) r;
struct list_head free_list;
u8 flags;
u8 mode;
};
4.13: ✅struct fscrypt_ctx {
struct (anon) w;
struct (anon) r;
struct list_head free_list;
u8 flags;
};
4.15: ✅struct fscrypt_ctx {
struct (anon) w;
struct (anon) r;
struct list_head free_list;
u8 flags;
};
4.18: ✅struct fscrypt_ctx {
struct (anon) w;
struct (anon) r;
struct list_head free_list;
u8 flags;
};
5.0: ✅struct fscrypt_ctx {
struct (anon) w;
struct (anon) r;
struct list_head free_list;
u8 flags;
};
5.3: ✅struct fscrypt_ctx {
struct bio *bio;
struct work_struct work;
struct list_head free_list;
u8 flags;
};
5.4: ✅struct fscrypt_ctx {
struct bio *bio;
struct work_struct work;
struct list_head free_list;
u8 flags;
};
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct fscrypt_ctx {
struct bio *bio;
struct work_struct work;
struct list_head free_list;
u8 flags;
};
armhf: ✅struct fscrypt_ctx {
struct bio *bio;
struct work_struct work;
struct list_head free_list;
u8 flags;
};
ppc64el: ✅struct fscrypt_ctx {
struct bio *bio;
struct work_struct work;
struct list_head free_list;
u8 flags;
};
riscv64: ✅struct fscrypt_ctx {
struct bio *bio;
struct work_struct work;
struct list_head free_list;
u8 flags;
};
aws: ✅struct fscrypt_ctx {
struct bio *bio;
struct work_struct work;
struct list_head free_list;
u8 flags;
};
azure: ✅struct fscrypt_ctx {
struct bio *bio;
struct work_struct work;
struct list_head free_list;
u8 flags;
};
gcp: ✅struct fscrypt_ctx {
struct bio *bio;
struct work_struct work;
struct list_head free_list;
u8 flags;
};
lowlatency: ✅struct fscrypt_ctx {
struct bio *bio;
struct work_struct work;
struct list_head free_list;
u8 flags;
};
Regular
4.8 and 4.10 ✅
4.10 and 4.13 ⚠️u8 mode
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ⚠️struct bio *bio
struct work_struct work
struct (anon) w
struct (anon) r
5.3 and 5.4 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅