Home
last modified time | relevance | path

Searched refs:btrfs_delayed_ref_head (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/btrfs/
Ddelayed-ref.c104 static struct btrfs_delayed_ref_head *htree_insert(struct rb_root *root, in htree_insert()
109 struct btrfs_delayed_ref_head *entry; in htree_insert()
110 struct btrfs_delayed_ref_head *ins; in htree_insert()
113 ins = rb_entry(node, struct btrfs_delayed_ref_head, href_node); in htree_insert()
117 entry = rb_entry(parent_node, struct btrfs_delayed_ref_head, in htree_insert()
167 static struct btrfs_delayed_ref_head *
172 struct btrfs_delayed_ref_head *entry; in find_ref_head()
177 entry = rb_entry(n, struct btrfs_delayed_ref_head, href_node); in find_ref_head()
191 entry = rb_entry(n, struct btrfs_delayed_ref_head, in find_ref_head()
201 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock()
[all …]
Ddelayed-ref.h71 struct btrfs_delayed_ref_head { struct
231 static inline void btrfs_put_delayed_ref_head(struct btrfs_delayed_ref_head *head) in btrfs_put_delayed_ref_head()
253 struct btrfs_delayed_ref_head *head);
255 struct btrfs_delayed_ref_head *
259 struct btrfs_delayed_ref_head *head);
260 static inline void btrfs_delayed_ref_unlock(struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_unlock()
266 struct btrfs_delayed_ref_head *
Dextent-tree.c809 struct btrfs_delayed_ref_head *head; in btrfs_lookup_extent_info()
2219 struct btrfs_delayed_ref_head *head, in run_delayed_extent_op()
2373 select_delayed_ref(struct btrfs_delayed_ref_head *head) in select_delayed_ref()
2397 struct btrfs_delayed_ref_head *head) in unselect_delayed_ref_head()
2407 struct btrfs_delayed_ref_head *head) in cleanup_extent_op()
2426 struct btrfs_delayed_ref_head *head) in cleanup_ref_head()
2515 struct btrfs_delayed_ref_head *locked_ref = NULL; in __btrfs_run_delayed_refs()
2911 struct btrfs_delayed_ref_head *head; in btrfs_run_delayed_refs()
2948 head = rb_entry(node, struct btrfs_delayed_ref_head, in btrfs_run_delayed_refs()
2995 struct btrfs_delayed_ref_head *head; in check_delayed_ref()
[all …]
Dbackref.c756 struct btrfs_delayed_ref_head *head, u64 seq, in add_delayed_refs()
1118 struct btrfs_delayed_ref_head *head;
Ddisk-io.c4208 struct btrfs_delayed_ref_head *head; in btrfs_destroy_delayed_refs()
4212 head = rb_entry(node, struct btrfs_delayed_ref_head, in btrfs_destroy_delayed_refs()
/Linux-v4.19/include/trace/events/
Dbtrfs.h21 struct btrfs_delayed_ref_head;
839 DECLARE_EVENT_CLASS(btrfs_delayed_ref_head,
842 const struct btrfs_delayed_ref_head *head_ref,
868 DEFINE_EVENT(btrfs_delayed_ref_head, add_delayed_ref_head,
871 const struct btrfs_delayed_ref_head *head_ref,
877 DEFINE_EVENT(btrfs_delayed_ref_head, run_delayed_ref_head,
880 const struct btrfs_delayed_ref_head *head_ref,