Home
last modified time | relevance | path

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

/third_party/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 …]