rftype
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: ✅struct rftype {
char *name;
umode_t mode;
struct kernfs_ops *kf_ops;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
4.13
: ✅struct rftype {
char *name;
umode_t mode;
struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
4.15
: ✅struct rftype {
char *name;
umode_t mode;
struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
4.18
: ✅struct rftype {
char *name;
umode_t mode;
struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
5.0
: ✅struct rftype {
char *name;
umode_t mode;
struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
5.3
: ✅struct rftype {
char *name;
umode_t mode;
struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
5.4
: ✅struct rftype {
char *name;
umode_t mode;
struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
5.8
: ✅struct rftype {
char *name;
umode_t mode;
struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
5.11
: ✅struct rftype {
char *name;
umode_t mode;
const struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
5.13
: ✅struct rftype {
char *name;
umode_t mode;
const struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
5.15
: ✅struct rftype {
char *name;
umode_t mode;
const struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
5.19
: ✅struct rftype {
char *name;
umode_t mode;
const struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
6.2
: ✅struct rftype {
char *name;
umode_t mode;
const struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
6.5
: ✅struct rftype {
char *name;
umode_t mode;
const struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
6.8
: ✅struct rftype {
char *name;
umode_t mode;
const struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct rftype {
char *name;
umode_t mode;
struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
azure
: ✅struct rftype {
char *name;
umode_t mode;
struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
gcp
: ✅struct rftype {
char *name;
umode_t mode;
struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
lowlatency
: ✅struct rftype {
char *name;
umode_t mode;
struct kernfs_ops *kf_ops;
long unsigned int flags;
long unsigned int fflags;
int (*seq_show)(struct kernfs_open_file *, struct seq_file *, void *);
ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
};
Regular
4.10
and 4.13
⚠️long unsigned int flags
long unsigned int fflags
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
⚠️struct kernfs_ops *kf_ops
➡️ const struct kernfs_ops *kf_ops
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
✅
6.5
and 6.8
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅