Home
last modified time | relevance | path

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

/fs/btrfs/
Ddelayed-ref.h75 struct btrfs_delayed_ref_head { struct
218 struct btrfs_delayed_ref_head *head);
220 struct btrfs_delayed_ref_head *
223 struct btrfs_delayed_ref_head *head);
224 static inline void btrfs_delayed_ref_unlock(struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_unlock()
282 static inline struct btrfs_delayed_ref_head *
286 return container_of(node, struct btrfs_delayed_ref_head, node); in btrfs_delayed_node_to_head()
Ddelayed-ref.c221 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock()
318 struct btrfs_delayed_ref_head *head) in btrfs_merge_delayed_refs()
383 struct btrfs_delayed_ref_head *head; in btrfs_find_ref_cluster()
492 struct btrfs_delayed_ref_head *existing_ref; in update_existing_head_ref()
493 struct btrfs_delayed_ref_head *ref; in update_existing_head_ref()
553 struct btrfs_delayed_ref_head *head_ref = NULL; in add_delayed_ref_head()
755 struct btrfs_delayed_ref_head *head_ref; in btrfs_add_delayed_tree_ref()
803 struct btrfs_delayed_ref_head *head_ref; in btrfs_add_delayed_data_ref()
844 struct btrfs_delayed_ref_head *head_ref; in btrfs_add_delayed_extent_op()
869 struct btrfs_delayed_ref_head *
[all …]
Dbackref.c503 static int __add_delayed_refs(struct btrfs_delayed_ref_head *head, u64 seq, in __add_delayed_refs()
795 struct btrfs_delayed_ref_head *head; in find_parent_nodes()
Dextent-tree.c728 struct btrfs_delayed_ref_head *head; in btrfs_lookup_extent_info()
2205 struct btrfs_delayed_ref_head *head; in run_one_delayed_ref()
2240 select_delayed_ref(struct btrfs_delayed_ref_head *head) in select_delayed_ref()
2280 struct btrfs_delayed_ref_head *locked_ref = NULL; in run_clustered_refs()
2295 struct btrfs_delayed_ref_head, cluster); in run_clustered_refs()
2681 struct btrfs_delayed_ref_head *head; in btrfs_run_delayed_refs()
2745 struct btrfs_delayed_ref_head *head; in check_delayed_ref()
5642 struct btrfs_delayed_ref_head *head; in check_ref_cleanup()
Ddisk-io.c3709 struct btrfs_delayed_ref_head *head = NULL; in btrfs_destroy_delayed_refs()