Searched refs:btrfs_delayed_ref_head (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/btrfs/
H A Ddelayed-ref.h83 struct btrfs_delayed_ref_head { struct
344 struct btrfs_delayed_ref_head *head_ref)
353 static inline void btrfs_put_delayed_ref_head(struct btrfs_delayed_ref_head *head)
370 struct btrfs_delayed_ref_head *head);
372 struct btrfs_delayed_ref_head *
376 struct btrfs_delayed_ref_head *head);
377 static inline void btrfs_delayed_ref_unlock(struct btrfs_delayed_ref_head *head)
382 struct btrfs_delayed_ref_head *head);
384 struct btrfs_delayed_ref_head *btrfs_select_ref_head(
H A Ddelayed-ref.c384 static struct btrfs_delayed_ref_head *htree_insert(struct rb_root_cached *root,
389 struct btrfs_delayed_ref_head *entry;
390 struct btrfs_delayed_ref_head *ins;
394 ins = rb_entry(node, struct btrfs_delayed_ref_head, href_node);
398 entry = rb_entry(parent_node, struct btrfs_delayed_ref_head,
447 static struct btrfs_delayed_ref_head *find_first_ref_head(
451 struct btrfs_delayed_ref_head *entry;
457 entry = rb_entry(n, struct btrfs_delayed_ref_head, href_node);
467 static struct btrfs_delayed_ref_head *find_ref_head(
473 struct btrfs_delayed_ref_head *entr
[all...]
H A Dextent-tree.h18 struct btrfs_delayed_ref_head;
108 struct btrfs_delayed_ref_head *head);
H A Dextent-tree.c48 struct btrfs_delayed_ref_head *href,
106 struct btrfs_delayed_ref_head *head;
1549 struct btrfs_delayed_ref_head *href)
1566 struct btrfs_delayed_ref_head *href,
1639 struct btrfs_delayed_ref_head *head,
1728 struct btrfs_delayed_ref_head *href,
1780 struct btrfs_delayed_ref_head *href,
1818 select_delayed_ref(struct btrfs_delayed_ref_head *head)
1842 struct btrfs_delayed_ref_head *head)
1852 struct btrfs_delayed_ref_head *hea
[all...]
H A Ddisk-io.c4560 struct btrfs_delayed_ref_head *head;
4564 head = rb_entry(node, struct btrfs_delayed_ref_head,
H A Dbackref.c889 struct btrfs_delayed_ref_head *head, u64 seq,
1392 struct btrfs_delayed_ref_head *head;
/linux-master/include/trace/events/
H A Dbtrfs.h21 struct btrfs_delayed_ref_head;
999 DECLARE_EVENT_CLASS(btrfs_delayed_ref_head,
1002 const struct btrfs_delayed_ref_head *head_ref,
1028 DEFINE_EVENT(btrfs_delayed_ref_head, add_delayed_ref_head,
1031 const struct btrfs_delayed_ref_head *head_ref,
1037 DEFINE_EVENT(btrfs_delayed_ref_head, run_delayed_ref_head,
1040 const struct btrfs_delayed_ref_head *head_ref,

Completed in 254 milliseconds