Searched defs:address_space_operations (Results 1 – 1 of 1) sorted by relevance
368 struct address_space_operations { struct369 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);378 int (*readpages)(struct file *filp, struct address_space *mapping,381 int (*write_begin)(struct file *, struct address_space *mapping,384 int (*write_end)(struct file *, struct address_space *mapping,412 extern const struct address_space_operations empty_aops; argument