Home
last modified time | relevance | path

Searched defs:address_space_operations (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dfs.h338 struct address_space_operations { struct
339 int (*writepage)(struct page *page, struct writeback_control *wbc);
340 int (*readpage)(struct file *, struct page *);
343 int (*writepages)(struct address_space *, struct writeback_control *);
346 int (*set_page_dirty)(struct page *page);
348 int (*readpages)(struct file *filp, struct address_space *mapping,
351 int (*write_begin)(struct file *, struct address_space *mapping,
354 int (*write_end)(struct file *, struct address_space *mapping,
359 sector_t (*bmap)(struct address_space *, sector_t);
360 void (*invalidatepage) (struct page *, unsigned int, unsigned int);
[all …]