Searched defs:address_space_operations (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | locking.rst | 243 address_space_operations chapter
|
| /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 | 370 struct address_space_operations { struct 371 int (*writepage)(struct page *page, struct writeback_control *wbc); 372 int (*readpage)(struct file *, struct page *); 375 int (*writepages)(struct address_space *, struct writeback_control *); 378 int (*set_page_dirty)(struct page *page); 384 int (*readpages)(struct file *filp, struct address_space *mapping, 386 void (*readahead)(struct readahead_control *); 388 int (*write_begin)(struct file *, struct address_space *mapping, 391 int (*write_end)(struct file *, struct address_space *mapping, 396 sector_t (*bmap)(struct address_space *, sector_t); [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | fs.h | 404 struct address_space_operations { struct 405 int (*writepage)(struct page *page, struct writeback_control *wbc); 406 int (*read_folio)(struct file *, struct folio *); 409 int (*writepages)(struct address_space *, struct writeback_control *); 412 bool (*dirty_folio)(struct address_space *, struct folio *); 414 void (*readahead)(struct readahead_control *); 416 int (*write_begin)(struct file *, struct address_space *mapping, 419 int (*write_end)(struct file *, struct address_space *mapping, 424 sector_t (*bmap)(struct address_space *, sector_t); 448 extern const struct address_space_operations empty_aops; argument
|