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

/linux-master/fs/btrfs/
H A Ddelayed-ref.h37 * ref_head->ref_add_list, then we do not need to iterate the
100 /* Protects 'ref_tree' and 'ref_add_list'. */
103 /* accumulate add BTRFS_ADD_DELAYED_REF nodes to this ref_add_list. */
104 struct list_head ref_add_list; member in struct:btrfs_delayed_ref_head
H A Ddelayed-ref.c698 list_add_tail(&ref->add_list, &href->ref_add_list);
716 &href->ref_add_list);
880 INIT_LIST_HEAD(&head_ref->ref_add_list);
H A Dextent-tree.c1831 if (!list_empty(&head->ref_add_list))
1832 return list_first_entry(&head->ref_add_list,

Completed in 233 milliseconds