fuse_fill_data
Regular
4.4
: ✅struct fuse_fill_data {
struct fuse_req *req;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
};
4.8
: ✅struct fuse_fill_data {
struct fuse_req *req;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
};
4.10
: ✅struct fuse_fill_data {
struct fuse_req *req;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
};
4.13
: ✅struct fuse_fill_data {
struct fuse_req *req;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
};
4.15
: ✅struct fuse_fill_data {
struct fuse_req *req;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
};
4.18
: ✅struct fuse_fill_data {
struct fuse_req *req;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
};
5.0
: ✅struct fuse_fill_data {
struct fuse_req *req;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
};
5.3
: ✅struct fuse_fill_data {
struct fuse_req *req;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
};
5.4
: ✅struct fuse_fill_data {
struct fuse_io_args *ia;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
unsigned int max_pages;
};
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 fuse_fill_data {
struct fuse_io_args *ia;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
unsigned int max_pages;
};
armhf
: ✅struct fuse_fill_data {
struct fuse_io_args *ia;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
unsigned int max_pages;
};
ppc64el
: ✅struct fuse_fill_data {
struct fuse_io_args *ia;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
unsigned int max_pages;
};
riscv64
: ✅struct fuse_fill_data {
struct fuse_io_args *ia;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
unsigned int max_pages;
};
aws
: ✅struct fuse_fill_data {
struct fuse_io_args *ia;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
unsigned int max_pages;
};
azure
: ✅struct fuse_fill_data {
struct fuse_io_args *ia;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
unsigned int max_pages;
};
gcp
: ✅struct fuse_fill_data {
struct fuse_io_args *ia;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
unsigned int max_pages;
};
lowlatency
: ✅struct fuse_fill_data {
struct fuse_io_args *ia;
struct file *file;
struct inode *inode;
unsigned int nr_pages;
unsigned int max_pages;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
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
⚠️struct fuse_io_args *ia
unsigned int max_pages
struct fuse_req *req
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅