Searched refs:btrfs_delayed_ref_head (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/fs/btrfs/ |
D | delayed-ref.c | 302 static struct btrfs_delayed_ref_head *htree_insert(struct rb_root_cached *root, in htree_insert() 307 struct btrfs_delayed_ref_head *entry; in htree_insert() 308 struct btrfs_delayed_ref_head *ins; in htree_insert() 312 ins = rb_entry(node, struct btrfs_delayed_ref_head, href_node); in htree_insert() 316 entry = rb_entry(parent_node, struct btrfs_delayed_ref_head, in htree_insert() 365 static struct btrfs_delayed_ref_head *find_first_ref_head( in find_first_ref_head() 369 struct btrfs_delayed_ref_head *entry; in find_first_ref_head() 375 entry = rb_entry(n, struct btrfs_delayed_ref_head, href_node); in find_first_ref_head() 385 static struct btrfs_delayed_ref_head *find_ref_head( in find_ref_head() 391 struct btrfs_delayed_ref_head *entry; in find_ref_head() [all …]
|
D | delayed-ref.h | 70 struct btrfs_delayed_ref_head { struct 336 struct btrfs_delayed_ref_head *head_ref) in btrfs_ref_head_to_space_flags() 345 static inline void btrfs_put_delayed_ref_head(struct btrfs_delayed_ref_head *head) in btrfs_put_delayed_ref_head() 362 struct btrfs_delayed_ref_head *head); 364 struct btrfs_delayed_ref_head * 368 struct btrfs_delayed_ref_head *head); 369 static inline void btrfs_delayed_ref_unlock(struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_unlock() 374 struct btrfs_delayed_ref_head *head); 376 struct btrfs_delayed_ref_head *btrfs_select_ref_head(
|
D | extent-tree.c | 121 struct btrfs_delayed_ref_head *head; in btrfs_lookup_extent_info() 1558 struct btrfs_delayed_ref_head *head, in run_delayed_extent_op() 1713 select_delayed_ref(struct btrfs_delayed_ref_head *head) in select_delayed_ref() 1737 struct btrfs_delayed_ref_head *head) in unselect_delayed_ref_head() 1747 struct btrfs_delayed_ref_head *head) in cleanup_extent_op() 1763 struct btrfs_delayed_ref_head *head) in run_and_cleanup_extent_op() 1780 struct btrfs_delayed_ref_head *head) in btrfs_cleanup_ref_head_accounting() 1799 struct btrfs_delayed_ref_head *head) in cleanup_ref_head() 1852 static struct btrfs_delayed_ref_head *btrfs_obtain_ref_head( in btrfs_obtain_ref_head() 1857 struct btrfs_delayed_ref_head *head = NULL; in btrfs_obtain_ref_head() [all …]
|
D | backref.c | 838 struct btrfs_delayed_ref_head *head, u64 seq, in add_delayed_refs() 1211 struct btrfs_delayed_ref_head *head; in find_parent_nodes()
|
D | disk-io.c | 4919 struct btrfs_delayed_ref_head *head; in btrfs_destroy_delayed_refs() 4923 head = rb_entry(node, struct btrfs_delayed_ref_head, in btrfs_destroy_delayed_refs()
|
D | ctree.h | 2871 struct btrfs_delayed_ref_head *head);
|
/Linux-v6.1/include/trace/events/ |
D | btrfs.h | 21 struct btrfs_delayed_ref_head; 973 DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, 976 const struct btrfs_delayed_ref_head *head_ref, 1002 DEFINE_EVENT(btrfs_delayed_ref_head, add_delayed_ref_head, 1005 const struct btrfs_delayed_ref_head *head_ref, 1011 DEFINE_EVENT(btrfs_delayed_ref_head, run_delayed_ref_head, 1014 const struct btrfs_delayed_ref_head *head_ref,
|