Searched defs:address_space_operations (Results 1 – 2 of 2) sorted by relevance
397 struct address_space_operations { struct398 int (*writepage)(struct page *page, struct writeback_control *wbc);399 int (*read_folio)(struct file *, struct folio *);402 int (*writepages)(struct address_space *, struct writeback_control *);405 bool (*dirty_folio)(struct address_space *, struct folio *);407 void (*readahead)(struct readahead_control *);409 int (*write_begin)(struct file *, struct address_space *mapping,412 int (*write_end)(struct file *, struct address_space *mapping,417 sector_t (*bmap)(struct address_space *, sector_t);441 extern const struct address_space_operations empty_aops; argument
243 address_space_operations chapter
Completed in 15 milliseconds