fs/nilfs2/btree.c
0 → 100644
+2276
−0
File added.
Preview size limit exceeded, changes collapsed.
fs/nilfs2/btree.h
0 → 100644
+117
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>
File added.
Preview size limit exceeded, changes collapsed.