Home
last modified time | relevance | path

Searched defs:address_space_operations (Results 1 – 7 of 7) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h5159 struct address_space_operations { struct
5160 int (*writepage)(struct page *, struct writeback_control *);
5161 int (*readpage)(struct file *, struct page *);
5162 int (*writepages)(struct address_space *, struct writeback_control *);
5163 int (*set_page_dirty)(struct page *);
5164 int (*readpages)(struct file *, struct address_space *, struct list_head *, unsigned int);
5165 void (*readahead)(struct readahead_control *);
5166 …truct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page **, void **);
5167 …(struct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page *, void *);
5168 sector_t (*bmap)(struct address_space *, sector_t);
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h3331 struct address_space_operations { struct
3332 int (*writepage)(struct page *, struct writeback_control *);
3333 int (*readpage)(struct file *, struct page *);
3334 int (*writepages)(struct address_space *, struct writeback_control *);
3335 int (*set_page_dirty)(struct page *);
3336 int (*readpages)(struct file *, struct address_space *, struct list_head *, unsigned int);
3337 void (*readahead)(struct readahead_control *);
3338 …truct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page **, void **);
3339 …(struct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page *, void *);
3340 sector_t (*bmap)(struct address_space *, sector_t);
[all …]
Dvmlinux.h3331 struct address_space_operations { struct
3332 int (*writepage)(struct page *, struct writeback_control *);
3333 int (*readpage)(struct file *, struct page *);
3334 int (*writepages)(struct address_space *, struct writeback_control *);
3335 int (*set_page_dirty)(struct page *);
3336 int (*readpages)(struct file *, struct address_space *, struct list_head *, unsigned int);
3337 void (*readahead)(struct readahead_control *);
3338 …truct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page **, void **);
3339 …(struct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page *, void *);
3340 sector_t (*bmap)(struct address_space *, sector_t);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h4595 struct address_space_operations { struct
4596 int (*writepage)(struct page *, struct writeback_control *);
4597 int (*readpage)(struct file *, struct page *);
4598 int (*writepages)(struct address_space *, struct writeback_control *);
4599 int (*set_page_dirty)(struct page *);
4600 int (*readpages)(struct file *, struct address_space *, struct list_head *, unsigned int);
4601 void (*readahead)(struct readahead_control *);
4602 …truct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page **, void **);
4603 …(struct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page *, void *);
4604 sector_t (*bmap)(struct address_space *, sector_t);
[all …]
Dvmlinux_510.h4595 struct address_space_operations { struct
4596 int (*writepage)(struct page *, struct writeback_control *);
4597 int (*readpage)(struct file *, struct page *);
4598 int (*writepages)(struct address_space *, struct writeback_control *);
4599 int (*set_page_dirty)(struct page *);
4600 int (*readpages)(struct file *, struct address_space *, struct list_head *, unsigned int);
4601 void (*readahead)(struct readahead_control *);
4602 …truct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page **, void **);
4603 …(struct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page *, void *);
4604 sector_t (*bmap)(struct address_space *, sector_t);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h4693 struct address_space_operations { struct
4694 int (*writepage)(struct page *, struct writeback_control *);
4695 int (*readpage)(struct file *, struct page *);
4696 int (*writepages)(struct address_space *, struct writeback_control *);
4697 int (*set_page_dirty)(struct page *);
4698 int (*readpages)(struct file *, struct address_space *, struct list_head *, unsigned int);
4699 …truct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page **, void **);
4700 …(struct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page *, void *);
4701 sector_t (*bmap)(struct address_space *, sector_t);
4702 void (*invalidatepage)(struct page *, unsigned int, unsigned int);
[all …]
Dvmlinux.h4693 struct address_space_operations { struct
4694 int (*writepage)(struct page *, struct writeback_control *);
4695 int (*readpage)(struct file *, struct page *);
4696 int (*writepages)(struct address_space *, struct writeback_control *);
4697 int (*set_page_dirty)(struct page *);
4698 int (*readpages)(struct file *, struct address_space *, struct list_head *, unsigned int);
4699 …truct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page **, void **);
4700 …(struct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page *, void *);
4701 sector_t (*bmap)(struct address_space *, sector_t);
4702 void (*invalidatepage)(struct page *, unsigned int, unsigned int);
[all …]