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

/linux-4.4.14/fs/nilfs2/
H A Dbtree.h34 * struct nilfs_btree_path - A path on which B-tree operations are executed
42 struct nilfs_btree_path { struct
49 void (*bp_op)(struct nilfs_bmap *, struct nilfs_btree_path *,
H A Dbtree.c36 static struct nilfs_btree_path *nilfs_btree_alloc_path(void) nilfs_btree_alloc_path()
38 struct nilfs_btree_path *path; nilfs_btree_alloc_path()
58 static void nilfs_btree_free_path(struct nilfs_btree_path *path) nilfs_btree_free_path()
422 nilfs_btree_get_nonroot_node(const struct nilfs_btree_path *path, int level) nilfs_btree_get_nonroot_node()
428 nilfs_btree_get_sib_node(const struct nilfs_btree_path *path, int level) nilfs_btree_get_sib_node()
440 const struct nilfs_btree_path *path, nilfs_btree_get_node()
536 struct nilfs_btree_path *path, nilfs_btree_do_lookup()
598 struct nilfs_btree_path *path, nilfs_btree_do_lookup_last()
639 * @path: array of nilfs_btree_path struct
647 const struct nilfs_btree_path *path, nilfs_btree_get_next_key()
677 struct nilfs_btree_path *path; nilfs_btree_lookup()
694 struct nilfs_btree_path *path; nilfs_btree_lookup_contig()
776 struct nilfs_btree_path *path, nilfs_btree_promote_key()
798 struct nilfs_btree_path *path, nilfs_btree_do_insert()
825 struct nilfs_btree_path *path, nilfs_btree_carry_left()
871 struct nilfs_btree_path *path, nilfs_btree_carry_right()
918 struct nilfs_btree_path *path, nilfs_btree_split()
968 struct nilfs_btree_path *path, nilfs_btree_grow()
997 const struct nilfs_btree_path *path) nilfs_btree_find_near()
1026 const struct nilfs_btree_path *path, nilfs_btree_find_target_v()
1046 struct nilfs_btree_path *path, nilfs_btree_prepare_insert()
1195 struct nilfs_btree_path *path, nilfs_btree_commit_insert()
1220 struct nilfs_btree_path *path; nilfs_btree_insert()
1248 struct nilfs_btree_path *path, nilfs_btree_do_delete()
1273 struct nilfs_btree_path *path, nilfs_btree_borrow_left()
1305 struct nilfs_btree_path *path, nilfs_btree_borrow_right()
1338 struct nilfs_btree_path *path, nilfs_btree_concat_left()
1364 struct nilfs_btree_path *path, nilfs_btree_concat_right()
1389 struct nilfs_btree_path *path, nilfs_btree_shrink()
1413 struct nilfs_btree_path *path, nilfs_btree_nop()
1419 struct nilfs_btree_path *path, nilfs_btree_prepare_delete()
1554 struct nilfs_btree_path *path, nilfs_btree_commit_delete()
1571 struct nilfs_btree_path *path; nilfs_btree_delete()
1602 struct nilfs_btree_path *path; nilfs_btree_seek_key()
1622 struct nilfs_btree_path *path; nilfs_btree_last_key()
1883 struct nilfs_btree_path *path, nilfs_btree_propagate_p()
1895 struct nilfs_btree_path *path, nilfs_btree_prepare_update_v()
1930 struct nilfs_btree_path *path, nilfs_btree_commit_update_v()
1954 struct nilfs_btree_path *path, nilfs_btree_abort_update_v()
1966 struct nilfs_btree_path *path, nilfs_btree_prepare_propagate_v()
2001 struct nilfs_btree_path *path, nilfs_btree_commit_propagate_v()
2016 struct nilfs_btree_path *path, nilfs_btree_propagate_v()
2053 struct nilfs_btree_path *path; nilfs_btree_propagate()
2171 struct nilfs_btree_path *path, nilfs_btree_assign_p()
2212 struct nilfs_btree_path *path, nilfs_btree_assign_v()
2247 struct nilfs_btree_path *path; nilfs_btree_assign()
2311 struct nilfs_btree_path *path; nilfs_btree_mark()
H A Dsuper.c1438 sizeof(struct nilfs_btree_path) * NILFS_BTREE_LEVEL_MAX, nilfs_init_cachep()

Completed in 160 milliseconds