Searched refs:btrfs_delayed_ref_head (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | delayed-ref.c | 288 static struct btrfs_delayed_ref_head *htree_insert(struct rb_root_cached *root, in htree_insert() 293 struct btrfs_delayed_ref_head *entry; in htree_insert() 294 struct btrfs_delayed_ref_head *ins; in htree_insert() 298 ins = rb_entry(node, struct btrfs_delayed_ref_head, href_node); in htree_insert() 302 entry = rb_entry(parent_node, struct btrfs_delayed_ref_head, in htree_insert() 351 static struct btrfs_delayed_ref_head *find_first_ref_head( in find_first_ref_head() 355 struct btrfs_delayed_ref_head *entry; in find_first_ref_head() 361 entry = rb_entry(n, struct btrfs_delayed_ref_head, href_node); in find_first_ref_head() 371 static struct btrfs_delayed_ref_head *find_ref_head( in find_ref_head() 377 struct btrfs_delayed_ref_head *entry; in find_ref_head() [all …]
|
H A D | delayed-ref.h | 67 struct btrfs_delayed_ref_head { struct 360 struct btrfs_delayed_ref_head *head_ref) in btrfs_ref_head_to_space_flags() 369 static inline void btrfs_put_delayed_ref_head(struct btrfs_delayed_ref_head *head) in btrfs_put_delayed_ref_head() 386 struct btrfs_delayed_ref_head *head); 388 struct btrfs_delayed_ref_head * 392 struct btrfs_delayed_ref_head *head); 393 static inline void btrfs_delayed_ref_unlock(struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_unlock() 398 struct btrfs_delayed_ref_head *head); 400 struct btrfs_delayed_ref_head *btrfs_select_ref_head(
|
H A D | extent-tree.h | 97 struct btrfs_delayed_ref_head *head);
|
H A D | extent-tree.c | 106 struct btrfs_delayed_ref_head *head; in btrfs_lookup_extent_info() 1617 struct btrfs_delayed_ref_head *head, in run_delayed_extent_op() 1782 select_delayed_ref(struct btrfs_delayed_ref_head *head) in select_delayed_ref() 1806 struct btrfs_delayed_ref_head *head) in unselect_delayed_ref_head() 1816 struct btrfs_delayed_ref_head *head) in cleanup_extent_op() 1832 struct btrfs_delayed_ref_head *head) in run_and_cleanup_extent_op() 1849 struct btrfs_delayed_ref_head *head) in btrfs_cleanup_ref_head_accounting() 1868 struct btrfs_delayed_ref_head *head) in cleanup_ref_head() 1921 static struct btrfs_delayed_ref_head *btrfs_obtain_ref_head( in btrfs_obtain_ref_head() 1926 struct btrfs_delayed_ref_head *head = NULL; in btrfs_obtain_ref_head() [all …]
|
H A D | backref.c | 892 struct btrfs_delayed_ref_head *head, u64 seq, in add_delayed_refs() 1394 struct btrfs_delayed_ref_head *head; in find_parent_nodes()
|
H A D | disk-io.c | 4624 struct btrfs_delayed_ref_head *head; in btrfs_destroy_delayed_refs() 4628 head = rb_entry(node, struct btrfs_delayed_ref_head, in btrfs_destroy_delayed_refs()
|
/openbmc/linux/include/trace/events/ |
H A D | btrfs.h | 21 struct btrfs_delayed_ref_head; 1002 DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, 1005 const struct btrfs_delayed_ref_head *head_ref, 1031 DEFINE_EVENT(btrfs_delayed_ref_head, add_delayed_ref_head, 1034 const struct btrfs_delayed_ref_head *head_ref, 1040 DEFINE_EVENT(btrfs_delayed_ref_head, run_delayed_ref_head, 1043 const struct btrfs_delayed_ref_head *head_ref,
|