Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A Dlocking.rst248 address_space_operations chapter
/linux/include/linux/
H A Dfs.h439 struct address_space_operations { struct
440 int (*read_folio)(struct file *, struct folio *);
443 int (*writepages)(struct address_space *, struct writeback_control *);
446 bool (*dirty_folio)(struct address_space *, struct folio *);
448 void (*readahead)(struct readahead_control *);
450 int (*write_begin)(const struct kiocb *, struct address_space *mapping,
453 int (*write_end)(const struct kiocb *, struct address_space *mapping,
458 sector_t (*bmap)(struct address_space *, sector_t);
482 extern const struct address_space_operations empty_aops; argument