Home
last modified time | relevance | path

Searched refs:get_block_t (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/linux/
H A Dmpage.h18 void mpage_readahead(struct readahead_control *, get_block_t get_block);
19 int mpage_read_folio(struct folio *folio, get_block_t get_block);
21 struct writeback_control *wbc, get_block_t get_block);
H A Dbuffer_head.h257 int block_write_full_page(struct page *page, get_block_t *get_block,
260 get_block_t *get_block, struct writeback_control *wbc,
262 int block_read_full_folio(struct folio *, get_block_t *);
265 struct page **pagep, get_block_t *get_block);
267 get_block_t *get_block);
278 get_block_t *, loff_t *);
282 get_block_t get_block);
283 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
284 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
H A Dfs.h90 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef
3021 get_block_t get_block,
3028 get_block_t get_block) in blockdev_direct_IO()
/openbmc/linux/fs/
H A Dmpage.c147 get_block_t *get_block;
370 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead()
392 int mpage_read_folio(struct folio *folio, get_block_t get_block) in mpage_read_folio()
427 get_block_t *get_block;
670 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages()
H A Dbuffer.c1810 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_folio()
2083 get_block_t *get_block, const struct iomap *iomap) in __block_write_begin_int()
2167 get_block_t *get_block) in __block_write_begin()
2218 struct page **pagep, get_block_t *get_block) in block_write_begin()
2363 int block_read_full_folio(struct folio *folio, get_block_t *get_block) in block_read_full_folio()
2568 get_block_t *get_block, loff_t *bytes) in cont_write_begin()
2615 get_block_t get_block) in block_page_mkwrite()
2653 loff_t from, get_block_t *get_block) in block_truncate_page()
2728 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page()
2761 get_block_t *get_block) in generic_block_bmap()
H A Dinternal.h36 get_block_t *get_block, const struct iomap *iomap);
H A Ddirect-io.c88 get_block_t *get_block; /* block mapping function */
1106 get_block_t get_block, dio_iodone_t end_io, in __blockdev_direct_IO()
/openbmc/linux/fs/ocfs2/
H A Daops.c2445 get_block_t *get_block; in ocfs2_direct_IO()
/openbmc/linux/fs/ext4/
H A Dinode.c1015 get_block_t *get_block) in ext4_block_write_begin()
6079 get_block_t *get_block; in ext4_page_mkwrite()