Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dfs.h358 struct address_space_operations { struct
359 int (*writepage)(struct page *page, struct writeback_control *wbc);
360 int (*read_folio)(struct file *, struct folio *);
363 int (*writepages)(struct address_space *, struct writeback_control *);
366 bool (*dirty_folio)(struct address_space *, struct folio *);
368 void (*readahead)(struct readahead_control *);
370 int (*write_begin)(struct file *, struct address_space *mapping,
373 int (*write_end)(struct file *, struct address_space *mapping,
378 sector_t (*bmap)(struct address_space *, sector_t);
402 extern const struct address_space_operations empty_aops; argument
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst238 address_space_operations chapter

Completed in 11 milliseconds