Searched defs:address_space_operations (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/Documentation/filesystems/ | 
| D | locking.rst | 234 address_space_operations  chapter
 | 
| /Linux-v5.4/include/linux/ | 
| D | fs.h | 362 struct address_space_operations {  struct363 	int (*writepage)(struct page *page, struct writeback_control *wbc);
 364 	int (*readpage)(struct file *, struct page *);
 367 	int (*writepages)(struct address_space *, struct writeback_control *);
 370 	int (*set_page_dirty)(struct page *page);
 376 	int (*readpages)(struct file *filp, struct address_space *mapping,
 379 	int (*write_begin)(struct file *, struct address_space *mapping,
 382 	int (*write_end)(struct file *, struct address_space *mapping,
 387 	sector_t (*bmap)(struct address_space *, sector_t);
 388 	void (*invalidatepage) (struct page *, unsigned int, unsigned int);
 [all …]
 
 |