Searched hist:"17 c76b0104e4a6513983777e1a17e0297a12b0c4" (Results 1 – 2 of 2) sorted by relevance
/linux/fs/nilfs2/ |
H A D | btree.h | 17c76b0104e4a6513983777e1a17e0297a12b0c4 Tue Apr 07 04:01:24 CEST 2009 Koji Sato <sato.koji@lab.ntt.co.jp> nilfs2: B-tree based block mapping
This adds declarations and functions of NILFS2 B-tree.
Two variants are integrated in the NILFS2 B-tree. The B-tree for the most files points to the child nodes or data blocks with virtual block addresses, whereas the B-tree of the DAT uses actual block addresses.
Signed-off-by: Koji Sato <sato.koji@lab.ntt.co.jp> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | btree.c | 17c76b0104e4a6513983777e1a17e0297a12b0c4 Tue Apr 07 04:01:24 CEST 2009 Koji Sato <sato.koji@lab.ntt.co.jp> nilfs2: B-tree based block mapping
This adds declarations and functions of NILFS2 B-tree.
Two variants are integrated in the NILFS2 B-tree. The B-tree for the most files points to the child nodes or data blocks with virtual block addresses, whereas the B-tree of the DAT uses actual block addresses.
Signed-off-by: Koji Sato <sato.koji@lab.ntt.co.jp> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|