Searched defs:address_space_operations (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | locking.rst | 234 address_space_operations chapter
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fs.h | 368 struct address_space_operations { struct 369 int (*writepage)(struct page *page, struct writeback_control *wbc); 370 int (*readpage)(struct file *, struct page *); 373 int (*writepages)(struct address_space *, struct writeback_control *); 376 int (*set_page_dirty)(struct page *page); 382 int (*readpages)(struct file *filp, struct address_space *mapping, 384 void (*readahead)(struct readahead_control *); 386 int (*write_begin)(struct file *, struct address_space *mapping, 389 int (*write_end)(struct file *, struct address_space *mapping, 394 sector_t (*bmap)(struct address_space *, sector_t); [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | fs.h | 351 struct address_space_operations { struct 352 int (*writepage)(struct page *page, struct writeback_control *wbc); 353 int (*readpage)(struct file *, struct page *); 356 int (*writepages)(struct address_space *, struct writeback_control *); 359 int (*set_page_dirty)(struct page *page); 365 int (*readpages)(struct file *filp, struct address_space *mapping, 368 int (*write_begin)(struct file *, struct address_space *mapping, 371 int (*write_end)(struct file *, struct address_space *mapping, 376 sector_t (*bmap)(struct address_space *, sector_t); 377 void (*invalidatepage) (struct page *, unsigned int, unsigned int); [all …]
|