Lines Matching refs:btrfs_delayed_ref_head
281 static struct btrfs_delayed_ref_head *htree_insert(struct rb_root_cached *root, in htree_insert()
286 struct btrfs_delayed_ref_head *entry; in htree_insert()
287 struct btrfs_delayed_ref_head *ins; in htree_insert()
291 ins = rb_entry(node, struct btrfs_delayed_ref_head, href_node); in htree_insert()
295 entry = rb_entry(parent_node, struct btrfs_delayed_ref_head, in htree_insert()
344 static struct btrfs_delayed_ref_head *find_first_ref_head( in find_first_ref_head()
348 struct btrfs_delayed_ref_head *entry; in find_first_ref_head()
354 entry = rb_entry(n, struct btrfs_delayed_ref_head, href_node); in find_first_ref_head()
364 static struct btrfs_delayed_ref_head *find_ref_head( in find_ref_head()
370 struct btrfs_delayed_ref_head *entry; in find_ref_head()
375 entry = rb_entry(n, struct btrfs_delayed_ref_head, href_node); in find_ref_head()
389 entry = rb_entry(n, struct btrfs_delayed_ref_head, in find_ref_head()
398 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock()
420 struct btrfs_delayed_ref_head *head, in drop_delayed_ref()
435 struct btrfs_delayed_ref_head *head, in merge_ref()
482 struct btrfs_delayed_ref_head *head) in btrfs_merge_delayed_refs()
525 struct btrfs_delayed_ref_head *btrfs_select_ref_head( in btrfs_select_ref_head()
528 struct btrfs_delayed_ref_head *head; in btrfs_select_ref_head()
550 head = rb_entry(node, struct btrfs_delayed_ref_head, in btrfs_select_ref_head()
563 struct btrfs_delayed_ref_head *head) in btrfs_delete_ref_head()
584 struct btrfs_delayed_ref_head *href, in insert_delayed_ref()
638 struct btrfs_delayed_ref_head *existing, in update_existing_head_ref()
639 struct btrfs_delayed_ref_head *update) in update_existing_head_ref()
716 static void init_delayed_ref_head(struct btrfs_delayed_ref_head *head_ref, in init_delayed_ref_head()
783 static noinline struct btrfs_delayed_ref_head *
785 struct btrfs_delayed_ref_head *head_ref, in add_delayed_ref_head()
789 struct btrfs_delayed_ref_head *existing; in add_delayed_ref_head()
896 struct btrfs_delayed_ref_head *head_ref; in btrfs_add_delayed_tree_ref()
990 struct btrfs_delayed_ref_head *head_ref; in btrfs_add_delayed_data_ref()
1077 struct btrfs_delayed_ref_head *head_ref; in btrfs_add_delayed_extent_op()
1109 struct btrfs_delayed_ref_head *
1129 sizeof(struct btrfs_delayed_ref_head), 0, in btrfs_delayed_ref_init()