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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/bfs/
H A Dfile.c65 static int bfs_get_block(struct inode *inode, sector_t block, function
152 return block_write_full_page(page, bfs_get_block, wbc);
157 return block_read_full_page(page, bfs_get_block);
167 bfs_get_block);
179 return generic_block_bmap(mapping, block, bfs_get_block);

Completed in 112 milliseconds