fuse_writepage_args
Regular
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_writepage_args {
struct fuse_io_args ia;
struct list_head writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
};
5.8
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct rb_node writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
};
5.11
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct rb_node writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
};
5.13
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct rb_node writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
};
5.15
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct rb_node writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
struct fuse_sync_bucket *bucket;
};
5.19
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct rb_node writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
struct fuse_sync_bucket *bucket;
};
6.2
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct rb_node writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
struct fuse_sync_bucket *bucket;
};
6.5
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct rb_node writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
struct fuse_sync_bucket *bucket;
};
6.8
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct rb_node writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
struct fuse_sync_bucket *bucket;
};
arm64
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct list_head writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
};
armhf
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct list_head writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
};
ppc64el
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct list_head writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
};
riscv64
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct list_head writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
};
aws
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct list_head writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
};
azure
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct list_head writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
};
gcp
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct list_head writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
};
lowlatency
: ✅struct fuse_writepage_args {
struct fuse_io_args ia;
struct list_head writepages_entry;
struct list_head queue_entry;
struct fuse_writepage_args *next;
struct inode *inode;
};
Regular
5.4
and 5.8
⚠️struct list_head writepages_entry
➡️ struct rb_node writepages_entry
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
⚠️struct fuse_sync_bucket *bucket
5.15
and 5.19
✅
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
✅