Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dfs.h585 struct address_space_operations { struct
586 int (*writepage)(struct page *page, struct writeback_control *wbc);
587 int (*readpage)(struct file *, struct page *);
590 int (*writepages)(struct address_space *, struct writeback_control *);
593 int (*set_page_dirty)(struct page *page);
595 int (*readpages)(struct file *filp, struct address_space *mapping,
598 int (*write_begin)(struct file *, struct address_space *mapping,
601 int (*write_end)(struct file *, struct address_space *mapping,
626 extern const struct address_space_operations empty_aops; argument