Home
last modified time | relevance | path

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

/Linux-v5.10/fs/bfs/
Dfile.c64 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_page(page, bfs_get_block); in bfs_readpage()
178 bfs_get_block); in bfs_write_begin()
187 return generic_block_bmap(mapping, block, bfs_get_block); in bfs_bmap()