Searched refs:bfs_get_block (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/bfs/ |
H A D | file.c | 64 static int bfs_get_block(struct inode *inode, sector_t block, in bfs_get_block() function 155 return block_write_full_page(page, bfs_get_block, wbc); in bfs_writepage() 160 return block_read_full_folio(folio, bfs_get_block); in bfs_read_folio() 177 ret = block_write_begin(mapping, pos, len, pagep, bfs_get_block); in bfs_write_begin() 186 return generic_block_bmap(mapping, block, bfs_get_block); in bfs_bmap()
|