Searched refs:btrfs_delayed_ref_head (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | delayed-ref.c | 278 static struct btrfs_delayed_ref_head *htree_insert(struct rb_root_cached *root,  in htree_insert()283 	struct btrfs_delayed_ref_head *entry;  in htree_insert()
 284 	struct btrfs_delayed_ref_head *ins;  in htree_insert()
 288 	ins = rb_entry(node, struct btrfs_delayed_ref_head, href_node);  in htree_insert()
 292 		entry = rb_entry(parent_node, struct btrfs_delayed_ref_head,  in htree_insert()
 341 static struct btrfs_delayed_ref_head *find_first_ref_head(  in find_first_ref_head()
 345 	struct btrfs_delayed_ref_head *entry;  in find_first_ref_head()
 351 	entry = rb_entry(n, struct btrfs_delayed_ref_head, href_node);  in find_first_ref_head()
 361 static struct btrfs_delayed_ref_head *find_ref_head(  in find_ref_head()
 367 	struct btrfs_delayed_ref_head *entry;  in find_ref_head()
 [all …]
 
 | 
| D | delayed-ref.h | 71 struct btrfs_delayed_ref_head {  struct329 static inline void btrfs_put_delayed_ref_head(struct btrfs_delayed_ref_head *head)  in btrfs_put_delayed_ref_head()
 348 			      struct btrfs_delayed_ref_head *head);
 350 struct btrfs_delayed_ref_head *
 354 			   struct btrfs_delayed_ref_head *head);
 355 static inline void btrfs_delayed_ref_unlock(struct btrfs_delayed_ref_head *head)  in btrfs_delayed_ref_unlock()
 360 			   struct btrfs_delayed_ref_head *head);
 362 struct btrfs_delayed_ref_head *btrfs_select_ref_head(
 
 | 
| D | extent-tree.c | 154 	struct btrfs_delayed_ref_head *head;  in btrfs_lookup_extent_info()1551 				 struct btrfs_delayed_ref_head *head,  in run_delayed_extent_op()
 1708 select_delayed_ref(struct btrfs_delayed_ref_head *head)  in select_delayed_ref()
 1732 				      struct btrfs_delayed_ref_head *head)  in unselect_delayed_ref_head()
 1742 				struct btrfs_delayed_ref_head *head)  in cleanup_extent_op()
 1758 				     struct btrfs_delayed_ref_head *head)  in run_and_cleanup_extent_op()
 1775 				  struct btrfs_delayed_ref_head *head)  in btrfs_cleanup_ref_head_accounting()
 1813 			    struct btrfs_delayed_ref_head *head)  in cleanup_ref_head()
 1864 static struct btrfs_delayed_ref_head *btrfs_obtain_ref_head(  in btrfs_obtain_ref_head()
 1869 	struct btrfs_delayed_ref_head *head = NULL;  in btrfs_obtain_ref_head()
 [all …]
 
 | 
| D | backref.c | 760 			    struct btrfs_delayed_ref_head *head, u64 seq,  in add_delayed_refs()1122 	struct btrfs_delayed_ref_head *head;
 
 | 
| D | disk-io.c | 4264 		struct btrfs_delayed_ref_head *head;  in btrfs_destroy_delayed_refs()4268 		head = rb_entry(node, struct btrfs_delayed_ref_head,  in btrfs_destroy_delayed_refs()
 
 | 
| D | ctree.h | 2405 				  struct btrfs_delayed_ref_head *head);
 | 
| /Linux-v5.4/include/trace/events/ | 
| D | btrfs.h | 21 struct btrfs_delayed_ref_head;875 DECLARE_EVENT_CLASS(btrfs_delayed_ref_head,
 878 		 const struct btrfs_delayed_ref_head *head_ref,
 904 DEFINE_EVENT(btrfs_delayed_ref_head,  add_delayed_ref_head,
 907 		 const struct btrfs_delayed_ref_head *head_ref,
 913 DEFINE_EVENT(btrfs_delayed_ref_head,  run_delayed_ref_head,
 916 		 const struct btrfs_delayed_ref_head *head_ref,
 
 |