Home
last modified time | relevance | path

Searched refs:btrfs_delayed_ref_head (Results 1 – 7 of 7) sorted by relevance

/linux/fs/btrfs/
A Ddelayed-ref.c286 struct btrfs_delayed_ref_head *entry; in htree_insert()
287 struct btrfs_delayed_ref_head *ins; in htree_insert()
348 struct btrfs_delayed_ref_head *entry; in find_first_ref_head()
370 struct btrfs_delayed_ref_head *entry; in find_ref_head()
398 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock()
528 struct btrfs_delayed_ref_head *head; in btrfs_select_ref_head()
563 struct btrfs_delayed_ref_head *head) in btrfs_delete_ref_head()
789 struct btrfs_delayed_ref_head *existing; in add_delayed_ref_head()
896 struct btrfs_delayed_ref_head *head_ref; in btrfs_add_delayed_tree_ref()
990 struct btrfs_delayed_ref_head *head_ref; in btrfs_add_delayed_data_ref()
[all …]
A Ddelayed-ref.h71 struct btrfs_delayed_ref_head { struct
337 struct btrfs_delayed_ref_head *head_ref) in btrfs_ref_head_to_space_flags()
346 static inline void btrfs_put_delayed_ref_head(struct btrfs_delayed_ref_head *head) in btrfs_put_delayed_ref_head()
363 struct btrfs_delayed_ref_head *head);
365 struct btrfs_delayed_ref_head *
369 struct btrfs_delayed_ref_head *head);
370 static inline void btrfs_delayed_ref_unlock(struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_unlock()
375 struct btrfs_delayed_ref_head *head);
377 struct btrfs_delayed_ref_head *btrfs_select_ref_head(
A Dextent-tree.c119 struct btrfs_delayed_ref_head *head; in btrfs_lookup_extent_info()
1571 struct btrfs_delayed_ref_head *head, in run_delayed_extent_op()
1748 struct btrfs_delayed_ref_head *head) in unselect_delayed_ref_head()
1758 struct btrfs_delayed_ref_head *head) in cleanup_extent_op()
1774 struct btrfs_delayed_ref_head *head) in run_and_cleanup_extent_op()
1791 struct btrfs_delayed_ref_head *head) in btrfs_cleanup_ref_head_accounting()
1810 struct btrfs_delayed_ref_head *head) in cleanup_ref_head()
1865 struct btrfs_delayed_ref_head *head = NULL; in btrfs_obtain_ref_head()
2128 struct btrfs_delayed_ref_head *head; in btrfs_run_delayed_refs()
2206 struct btrfs_delayed_ref_head *head; in check_delayed_ref()
[all …]
A Dbackref.c817 struct btrfs_delayed_ref_head *head, u64 seq, in add_delayed_refs()
1176 struct btrfs_delayed_ref_head *head;
A Ddisk-io.c4673 struct btrfs_delayed_ref_head *head; in btrfs_destroy_delayed_refs()
4677 head = rb_entry(node, struct btrfs_delayed_ref_head, in btrfs_destroy_delayed_refs()
A Dctree.h2707 struct btrfs_delayed_ref_head *head);
/linux/include/trace/events/
A Dbtrfs.h21 struct btrfs_delayed_ref_head;
908 DECLARE_EVENT_CLASS(btrfs_delayed_ref_head,
911 const struct btrfs_delayed_ref_head *head_ref,
937 DEFINE_EVENT(btrfs_delayed_ref_head, add_delayed_ref_head,
940 const struct btrfs_delayed_ref_head *head_ref,
946 DEFINE_EVENT(btrfs_delayed_ref_head, run_delayed_ref_head,
949 const struct btrfs_delayed_ref_head *head_ref,

Completed in 42 milliseconds