Searched refs:btrfs_delayed_ref_head (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | delayed-ref.c | 104 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 …]
|
D | delayed-ref.h | 71 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 *
|
D | extent-tree.c | 809 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 …]
|
D | backref.c | 756 struct btrfs_delayed_ref_head *head, u64 seq, in add_delayed_refs() 1118 struct btrfs_delayed_ref_head *head;
|
D | disk-io.c | 4208 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/ |
D | btrfs.h | 21 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,
|