address_space
Regular
4.4
: ✅struct address_space {
struct inode *host;
struct radix_tree_root page_tree;
spinlock_t tree_lock;
atomic_t i_mmap_writable;
struct rb_root i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrshadows;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
4.8
: ✅struct address_space {
struct inode *host;
struct radix_tree_root page_tree;
spinlock_t tree_lock;
atomic_t i_mmap_writable;
struct rb_root i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
4.10
: ✅struct address_space {
struct inode *host;
struct radix_tree_root page_tree;
spinlock_t tree_lock;
atomic_t i_mmap_writable;
struct rb_root i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
spinlock_t private_lock;
gfp_t gfp_mask;
struct list_head private_list;
void *private_data;
};
4.13
: ✅struct address_space {
struct inode *host;
struct radix_tree_root page_tree;
spinlock_t tree_lock;
atomic_t i_mmap_writable;
struct rb_root i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
spinlock_t private_lock;
gfp_t gfp_mask;
struct list_head private_list;
void *private_data;
errseq_t wb_err;
};
4.15
: ✅struct address_space {
struct inode *host;
struct radix_tree_root page_tree;
spinlock_t tree_lock;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
spinlock_t private_lock;
gfp_t gfp_mask;
struct list_head private_list;
void *private_data;
errseq_t wb_err;
};
4.18
: ✅struct address_space {
struct inode *host;
struct radix_tree_root i_pages;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
spinlock_t private_lock;
gfp_t gfp_mask;
struct list_head private_list;
void *private_data;
errseq_t wb_err;
};
5.0
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
5.3
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
5.4
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
5.8
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
5.11
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
5.13
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
5.15
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
struct rw_semaphore invalidate_lock;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
5.19
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
struct rw_semaphore invalidate_lock;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
6.2
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
struct rw_semaphore invalidate_lock;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
6.5
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
struct rw_semaphore invalidate_lock;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
long unsigned int nrpages;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
struct rw_semaphore i_mmap_rwsem;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
6.8
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
struct rw_semaphore invalidate_lock;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
long unsigned int nrpages;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
struct rw_semaphore i_mmap_rwsem;
errseq_t wb_err;
spinlock_t i_private_lock;
struct list_head i_private_list;
void *i_private_data;
};
arm64
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
armhf
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
ppc64el
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
riscv64
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
aws
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
azure
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
gcp
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
lowlatency
: ✅struct address_space {
struct inode *host;
struct xarray i_pages;
gfp_t gfp_mask;
atomic_t i_mmap_writable;
struct rb_root_cached i_mmap;
struct rw_semaphore i_mmap_rwsem;
long unsigned int nrpages;
long unsigned int nrexceptional;
long unsigned int writeback_index;
const struct address_space_operations *a_ops;
long unsigned int flags;
errseq_t wb_err;
spinlock_t private_lock;
struct list_head private_list;
void *private_data;
};
Regular
4.4
and 4.8
⚠️long unsigned int nrexceptional
long unsigned int nrshadows
4.8
and 4.10
⚠️gfp_t gfp_mask
4.10
and 4.13
⚠️errseq_t wb_err
4.13
and 4.15
⚠️struct rb_root i_mmap
➡️ struct rb_root_cached i_mmap
4.15
and 4.18
⚠️struct radix_tree_root i_pages
struct radix_tree_root page_tree
spinlock_t tree_lock
4.18
and 5.0
⚠️struct radix_tree_root i_pages
➡️ struct xarray i_pages
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
⚠️long unsigned int nrexceptional
5.13
and 5.15
⚠️struct rw_semaphore invalidate_lock
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
⚠️spinlock_t i_private_lock
struct list_head i_private_list
void *i_private_data
spinlock_t private_lock
struct list_head private_list
void *private_data
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅