Ryusuke Konishi 464ece8863 nilfs2: add btree get block function with readahead option
This adds __nilfs_btree_get_block() function that can issue a series
of read-ahead requests for sibling btree nodes.

This read-ahead needs parent node block, so nilfs_btree_readahead_info
structure is added to pass the information that
__nilfs_btree_get_block() needs.

This also replaces the previous nilfs_btree_get_block() implementation
with a wrapper function of __nilfs_btree_get_block().

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
2010-07-23 10:02:15 +09:00
..
2010-07-23 10:02:14 +09:00
2010-07-23 10:02:14 +09:00
2009-12-25 13:01:50 +09:00
2010-03-14 10:29:51 +09:00
2010-07-23 10:02:14 +09:00
2010-05-27 22:05:02 -04:00
2009-11-20 10:05:50 +09:00
2009-04-07 08:31:16 -07:00
2010-07-23 10:02:14 +09:00
2010-07-23 10:02:14 +09:00
2009-04-07 08:31:13 -07:00
2009-06-11 21:36:18 -04:00
2010-03-14 10:29:51 +09:00
2010-07-23 10:02:14 +09:00