Searched defs:address_space_operations (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 4731 struct address_space_operations { struct 4732 int (*writepage)(struct page *, struct writeback_control *); 4733 int (*readpage)(struct file *, struct page *); 4734 int (*writepages)(struct address_space *, struct writeback_control *); 4735 int (*set_page_dirty)(struct page *); 4736 int (*readpages)(struct file *, struct address_space *, struct list_head *, unsigned int); 4737 void (*readahead)(struct readahead_control *); 4738 …truct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page **, void **); 4739 …(struct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page *, void *); 4740 sector_t (*bmap)(struct address_space *, sector_t); [all …]
|