Searched defs:address_space_operations (Results 1 – 1 of 1) sorted by relevance
367 struct address_space_operations { struct368 int (*writepage)(struct page *page, struct writeback_control *wbc);369 int (*readpage)(struct file *, struct page *);372 int (*writepages)(struct address_space *, struct writeback_control *);375 int (*set_page_dirty)(struct page *page);377 int (*readpages)(struct file *filp, struct address_space *mapping,380 int (*write_begin)(struct file *, struct address_space *mapping,383 int (*write_end)(struct file *, struct address_space *mapping,411 extern const struct address_space_operations empty_aops; argument