Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Ddelayed-ref.h76 struct btrfs_delayed_ref_head { struct
225 struct btrfs_delayed_ref_head *head);
227 struct btrfs_delayed_ref_head *
230 struct btrfs_delayed_ref_head *head);
231 static inline void btrfs_delayed_ref_unlock(struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_unlock()
237 struct btrfs_delayed_ref_head *
270 static inline struct btrfs_delayed_ref_head *
274 return container_of(node, struct btrfs_delayed_ref_head, node); in btrfs_delayed_node_to_head()
Ddelayed-ref.c169 static struct btrfs_delayed_ref_head *htree_insert(struct rb_root *root, in htree_insert()
174 struct btrfs_delayed_ref_head *entry; in htree_insert()
175 struct btrfs_delayed_ref_head *ins; in htree_insert()
178 ins = rb_entry(node, struct btrfs_delayed_ref_head, href_node); in htree_insert()
182 entry = rb_entry(parent_node, struct btrfs_delayed_ref_head, in htree_insert()
204 static struct btrfs_delayed_ref_head *
209 struct btrfs_delayed_ref_head *entry; in find_ref_head()
214 entry = rb_entry(n, struct btrfs_delayed_ref_head, href_node); in find_ref_head()
228 entry = rb_entry(n, struct btrfs_delayed_ref_head, in find_ref_head()
238 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock()
[all …]
Dbackref.c571 static int __add_delayed_refs(struct btrfs_delayed_ref_head *head, u64 seq, in __add_delayed_refs()
896 struct btrfs_delayed_ref_head *head;
Dextent-tree.c747 struct btrfs_delayed_ref_head *head; in btrfs_lookup_extent_info()
2290 struct btrfs_delayed_ref_head *head; in run_one_delayed_ref()
2327 select_delayed_ref(struct btrfs_delayed_ref_head *head) in select_delayed_ref()
2360 struct btrfs_delayed_ref_head *locked_ref = NULL; in __btrfs_run_delayed_refs()
2800 struct btrfs_delayed_ref_head *head; in btrfs_run_delayed_refs()
2838 head = rb_entry(node, struct btrfs_delayed_ref_head, in btrfs_run_delayed_refs()
2904 struct btrfs_delayed_ref_head *head; in check_delayed_ref()
6391 struct btrfs_delayed_ref_head *head; in check_ref_cleanup()
Ddisk-io.c4093 struct btrfs_delayed_ref_head *head; in btrfs_destroy_delayed_refs()
4096 head = rb_entry(node, struct btrfs_delayed_ref_head, in btrfs_destroy_delayed_refs()
/linux-4.1.27/include/trace/events/
Dbtrfs.h19 struct btrfs_delayed_ref_head;
574 DECLARE_EVENT_CLASS(btrfs_delayed_ref_head,
577 struct btrfs_delayed_ref_head *head_ref,
603 DEFINE_EVENT(btrfs_delayed_ref_head, add_delayed_ref_head,
606 struct btrfs_delayed_ref_head *head_ref,
612 DEFINE_EVENT(btrfs_delayed_ref_head, run_delayed_ref_head,
615 struct btrfs_delayed_ref_head *head_ref,