Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dbtree.c23 static struct nilfs_btree_path *nilfs_btree_alloc_path(void) in nilfs_btree_alloc_path()
25 struct nilfs_btree_path *path; in nilfs_btree_alloc_path()
45 static void nilfs_btree_free_path(struct nilfs_btree_path *path) in nilfs_btree_free_path()
417 nilfs_btree_get_nonroot_node(const struct nilfs_btree_path *path, int level) in nilfs_btree_get_nonroot_node()
423 nilfs_btree_get_sib_node(const struct nilfs_btree_path *path, int level) in nilfs_btree_get_sib_node()
435 const struct nilfs_btree_path *path, in nilfs_btree_get_node()
548 struct nilfs_btree_path *path, in nilfs_btree_do_lookup()
610 struct nilfs_btree_path *path, in nilfs_btree_do_lookup_last()
659 const struct nilfs_btree_path *path, in nilfs_btree_get_next_key()
689 struct nilfs_btree_path *path; in nilfs_btree_lookup()
[all …]
H A Dbtree.h30 struct nilfs_btree_path { struct
37 void (*bp_op)(struct nilfs_bmap *, struct nilfs_btree_path *, argument
H A Dsuper.c1360 sizeof(struct nilfs_btree_path) * NILFS_BTREE_LEVEL_MAX, in nilfs_init_cachep()