Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/bfs/
Dfile.c57 static int bfs_get_block(struct inode * inode, long block, in bfs_get_block() function
141 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()