Lines Matching defs:address_space_operations
372 struct address_space_operations { struct
373 int (*writepage)(struct page *page, struct writeback_control *wbc);
374 int (*readpage)(struct file *, struct page *);
377 int (*writepages)(struct address_space *, struct writeback_control *);
380 int (*set_page_dirty)(struct page *page);
386 int (*readpages)(struct file *filp, struct address_space *mapping,
388 void (*readahead)(struct readahead_control *);
390 int (*write_begin)(struct file *, struct address_space *mapping,
393 int (*write_end)(struct file *, struct address_space *mapping,
398 sector_t (*bmap)(struct address_space *, sector_t);
399 void (*invalidatepage) (struct page *, unsigned int, unsigned int);
423 extern const struct address_space_operations empty_aops; argument