Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nilfs2/
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()
415 nilfs_btree_get_nonroot_node(const struct nilfs_btree_path *path, int level) in nilfs_btree_get_nonroot_node()
421 nilfs_btree_get_sib_node(const struct nilfs_btree_path *path, int level) in nilfs_btree_get_sib_node()
433 const struct nilfs_btree_path *path, in nilfs_btree_get_node()
536 struct nilfs_btree_path *path, in nilfs_btree_do_lookup()
598 struct nilfs_btree_path *path, in nilfs_btree_do_lookup_last()
647 const struct nilfs_btree_path *path, in nilfs_btree_get_next_key()
677 struct nilfs_btree_path *path; in nilfs_btree_lookup()
[all …]
Dbtree.h29 struct nilfs_btree_path { struct
36 void (*bp_op)(struct nilfs_bmap *, struct nilfs_btree_path *, argument
Dsuper.c1426 sizeof(struct nilfs_btree_path) * NILFS_BTREE_LEVEL_MAX, in nilfs_init_cachep()