Searched defs:address_space_operations (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 8080 struct address_space_operations { struct 8081 int (*writepage)(struct page *, struct writeback_control *); 8082 int (*read_folio)(struct file *, struct folio *); 8083 int (*writepages)(struct address_space *, struct writeback_control *); 8084 bool (*dirty_folio)(struct address_space *, struct folio *); 8085 void (*readahead)(struct readahead_control *); 8086 …write_begin)(struct file *, struct address_space *, loff_t, unsigned int, struct page **, void **); 8087 …(struct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page *, void *); 8088 sector_t (*bmap)(struct address_space *, sector_t); 8089 void (*invalidate_folio)(struct folio *, size_t, size_t); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 8343 struct address_space_operations { struct 8344 int (*writepage)(struct page *, struct writeback_control *); 8345 int (*read_folio)(struct file *, struct folio *); 8346 int (*writepages)(struct address_space *, struct writeback_control *); 8347 bool (*dirty_folio)(struct address_space *, struct folio *); 8348 void (*readahead)(struct readahead_control *); 8349 …write_begin)(struct file *, struct address_space *, loff_t, unsigned int, struct page **, void **); 8350 …(struct file *, struct address_space *, loff_t, unsigned int, unsigned int, struct page *, void *); 8351 sector_t (*bmap)(struct address_space *, sector_t); 8352 void (*invalidate_folio)(struct folio *, size_t, size_t); [all …]
|