Searched refs:node2 (Results 1 – 3 of 3) sorted by relevance
| /fs/btrfs/ |
| A D | extent-cache.c | 38 static int cache_tree_comp_nodes(struct rb_node *node1, struct rb_node *node2) in cache_tree_comp_nodes() argument 43 entry = rb_entry(node2, struct cache_extent, rb_node); in cache_tree_comp_nodes() 70 static int cache_tree_comp_nodes2(struct rb_node *node1, struct rb_node *node2) in cache_tree_comp_nodes2() argument 75 entry = rb_entry(node2, struct cache_extent, rb_node); in cache_tree_comp_nodes2()
|
| A D | disk-io.c | 719 int btrfs_fs_roots_compare_roots(struct rb_node *node1, struct rb_node *node2) in btrfs_fs_roots_compare_roots() argument 723 root = rb_entry(node2, struct btrfs_root, rb_node); in btrfs_fs_roots_compare_roots()
|
| /fs/btrfs/common/ |
| A D | rbtree-utils.h | 29 typedef int (*rb_compare_nodes)(struct rb_node *node1, struct rb_node *node2);
|
Completed in 20 milliseconds