Searched defs:address_space_operations (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/include/linux/ |
D | fs.h | 342 struct address_space_operations { struct 343 int (*writepage)(struct page *page, struct writeback_control *wbc); 344 int (*readpage)(struct file *, struct page *); 347 int (*writepages)(struct address_space *, struct writeback_control *); 350 int (*set_page_dirty)(struct page *page); 356 int (*readpages)(struct file *filp, struct address_space *mapping, 359 int (*write_begin)(struct file *, struct address_space *mapping, 362 int (*write_end)(struct file *, struct address_space *mapping, 367 sector_t (*bmap)(struct address_space *, sector_t); 368 void (*invalidatepage) (struct page *, unsigned int, unsigned int); [all …]
|