Searched refs:bfs_get_block (Results 1 – 1 of 1) sorted by relevance
57 static int bfs_get_block(struct inode * inode, long block, in bfs_get_block() function141 return block_write_full_page(page, bfs_get_block); in bfs_writepage()146 return block_read_full_page(page, bfs_get_block); in bfs_readpage()151 return block_prepare_write(page, from, to, bfs_get_block); in bfs_prepare_write()156 return generic_block_bmap(mapping, block, bfs_get_block); in bfs_bmap()