fuse_fs_contextRegular
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 fuse_fs_context {
int fd;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool no_mount_options;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
void **fudptr;
};
5.8: ✅struct fuse_fs_context {
int fd;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool no_mount_options;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
void **fudptr;
};
5.11: ✅struct fuse_fs_context {
int fd;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool legacy_opts_show;
bool dax;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
struct dax_device *dax_dev;
void **fudptr;
};
5.13: ✅struct fuse_fs_context {
int fd;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool legacy_opts_show;
bool dax;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
struct dax_device *dax_dev;
void **fudptr;
};
5.15: ✅struct fuse_fs_context {
int fd;
struct file *file;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool legacy_opts_show;
bool dax;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
struct dax_device *dax_dev;
void **fudptr;
};
5.19: ✅struct fuse_fs_context {
int fd;
struct file *file;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool legacy_opts_show;
enum fuse_dax_mode dax_mode;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
struct dax_device *dax_dev;
void **fudptr;
};
6.2: ✅struct fuse_fs_context {
int fd;
struct file *file;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool legacy_opts_show;
enum fuse_dax_mode dax_mode;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
struct dax_device *dax_dev;
void **fudptr;
};
6.5: ✅struct fuse_fs_context {
int fd;
struct file *file;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool legacy_opts_show;
enum fuse_dax_mode dax_mode;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
struct dax_device *dax_dev;
void **fudptr;
};
6.8: ✅struct fuse_fs_context {
int fd;
struct file *file;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool legacy_opts_show;
enum fuse_dax_mode dax_mode;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
struct dax_device *dax_dev;
void **fudptr;
};
arm64: ✅struct fuse_fs_context {
int fd;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool no_mount_options;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
void **fudptr;
};
armhf: ✅struct fuse_fs_context {
int fd;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool no_mount_options;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
void **fudptr;
};
ppc64el: ✅struct fuse_fs_context {
int fd;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool no_mount_options;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
void **fudptr;
};
riscv64: ✅struct fuse_fs_context {
int fd;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool no_mount_options;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
void **fudptr;
};
aws: ✅struct fuse_fs_context {
int fd;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool no_mount_options;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
void **fudptr;
};
azure: ✅struct fuse_fs_context {
int fd;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool no_mount_options;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
void **fudptr;
};
gcp: ✅struct fuse_fs_context {
int fd;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool no_mount_options;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
void **fudptr;
};
lowlatency: ✅struct fuse_fs_context {
int fd;
unsigned int rootmode;
kuid_t user_id;
kgid_t group_id;
bool is_bdev;
bool fd_present;
bool rootmode_present;
bool user_id_present;
bool group_id_present;
bool default_permissions;
bool allow_other;
bool destroy;
bool no_control;
bool no_force_umount;
bool no_mount_options;
unsigned int max_read;
unsigned int blksize;
const char *subtype;
void **fudptr;
};
Regular
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️bool legacy_opts_show
bool dax
struct dax_device *dax_dev
bool no_mount_options
5.11 and 5.13 ✅
5.13 and 5.15 ⚠️struct file *file
5.15 and 5.19 ⚠️enum fuse_dax_mode dax_mode
bool dax
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅