Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfs.h438 struct address_space_operations { struct
439 int (*read_folio)(struct file *, struct folio *);
442 int (*writepages)(struct address_space *, struct writeback_control *);
445 bool (*dirty_folio)(struct address_space *, struct folio *);
447 void (*readahead)(struct readahead_control *);
449 int (*write_begin)(struct file *, struct address_space *mapping,
452 int (*write_end)(struct file *, struct address_space *mapping,
457 sector_t (*bmap)(struct address_space *, sector_t);
481 extern const struct address_space_operations empty_aops; argument