Searched refs:btrfs_delayed_ref_head (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/fs/btrfs/ | 
| D | delayed-ref.c | 89 static struct btrfs_delayed_ref_head *htree_insert(struct rb_root *root,  in htree_insert() 94 	struct btrfs_delayed_ref_head *entry;  in htree_insert() 95 	struct btrfs_delayed_ref_head *ins;  in htree_insert() 98 	ins = rb_entry(node, struct btrfs_delayed_ref_head, href_node);  in htree_insert() 102 		entry = rb_entry(parent_node, struct btrfs_delayed_ref_head,  in htree_insert() 124 static struct btrfs_delayed_ref_head * 129 	struct btrfs_delayed_ref_head *entry;  in find_ref_head() 134 		entry = rb_entry(n, struct btrfs_delayed_ref_head, href_node);  in find_ref_head() 148 			entry = rb_entry(n, struct btrfs_delayed_ref_head,  in find_ref_head() 158 			   struct btrfs_delayed_ref_head *head)  in btrfs_delayed_ref_lock() [all …] 
 | 
| D | delayed-ref.h | 91 struct btrfs_delayed_ref_head {  struct 263 			      struct btrfs_delayed_ref_head *head); 265 struct btrfs_delayed_ref_head * 268 			   struct btrfs_delayed_ref_head *head); 269 static inline void btrfs_delayed_ref_unlock(struct btrfs_delayed_ref_head *head)  in btrfs_delayed_ref_unlock() 275 struct btrfs_delayed_ref_head * 308 static inline struct btrfs_delayed_ref_head * 312 	return container_of(node, struct btrfs_delayed_ref_head, node);  in btrfs_delayed_node_to_head()
  | 
| D | backref.c | 616 static int __add_delayed_refs(struct btrfs_delayed_ref_head *head, u64 seq,  in __add_delayed_refs() 937 	struct btrfs_delayed_ref_head *head;
  | 
| D | extent-tree.c | 809 	struct btrfs_delayed_ref_head *head;  in btrfs_lookup_extent_info() 2385 		struct btrfs_delayed_ref_head *head;  in run_one_delayed_ref() 2427 select_delayed_ref(struct btrfs_delayed_ref_head *head)  in select_delayed_ref() 2459 	struct btrfs_delayed_ref_head *locked_ref = NULL;  in __btrfs_run_delayed_refs() 2904 	struct btrfs_delayed_ref_head *head;  in btrfs_run_delayed_refs() 2944 			head = rb_entry(node, struct btrfs_delayed_ref_head,  in btrfs_run_delayed_refs() 3008 	struct btrfs_delayed_ref_head *head;  in check_delayed_ref() 6689 	struct btrfs_delayed_ref_head *head;  in check_ref_cleanup()
  | 
| D | disk-io.c | 4195 		struct btrfs_delayed_ref_head *head;  in btrfs_destroy_delayed_refs() 4199 		head = rb_entry(node, struct btrfs_delayed_ref_head,  in btrfs_destroy_delayed_refs()
  | 
| /linux-4.4.14/include/trace/events/ | 
| D | btrfs.h | 19 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,
  |