Searched refs:btrfs_delayed_ref_head (Results 1 – 7 of 7) sorted by relevance
/linux/fs/btrfs/ |
H A D | delayed-ref.h | 125 struct btrfs_delayed_ref_head { struct 361 struct btrfs_delayed_ref_head *head_ref) in btrfs_ref_head_to_space_flags() 370 static inline void btrfs_put_delayed_ref_head(struct btrfs_delayed_ref_head *head) in btrfs_put_delayed_ref_head() 387 struct btrfs_delayed_ref_head *head); 389 struct btrfs_delayed_ref_head * 393 static inline void btrfs_delayed_ref_unlock(struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_unlock() 399 struct btrfs_delayed_ref_head *head); 401 struct btrfs_delayed_ref_head *btrfs_select_ref_head( 405 struct btrfs_delayed_ref_head *head); 406 struct btrfs_delayed_ref_node *btrfs_select_delayed_ref(struct btrfs_delayed_ref_head *head); [all …]
|
H A D | delayed-ref.c | 339 static struct btrfs_delayed_ref_head *find_first_ref_head( in find_first_ref_head() 350 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock() 372 struct btrfs_delayed_ref_head *head, in drop_delayed_ref() 386 struct btrfs_delayed_ref_head *head, in merge_ref() 433 struct btrfs_delayed_ref_head *head) in btrfs_merge_delayed_refs() 475 struct btrfs_delayed_ref_head *btrfs_select_ref_head( in btrfs_select_ref_head() 479 struct btrfs_delayed_ref_head *head; in btrfs_select_ref_head() 524 struct btrfs_delayed_ref_head *head) in btrfs_unselect_ref_head() 535 struct btrfs_delayed_ref_head *head) in btrfs_delete_ref_head() 549 struct btrfs_delayed_ref_node *btrfs_select_delayed_ref(struct btrfs_delayed_ref_head *head) in btrfs_select_delayed_ref() [all …]
|
H A D | extent-tree.h | 17 struct btrfs_delayed_ref_head; 107 struct btrfs_delayed_ref_head *head);
|
H A D | extent-tree.c | 48 struct btrfs_delayed_ref_head *href, 101 struct btrfs_delayed_ref_head *head; in btrfs_lookup_extent_info() 1539 const struct btrfs_delayed_ref_head *href) in free_head_ref_squota_rsv() 1556 struct btrfs_delayed_ref_head *href, in run_delayed_data_ref() 1625 const struct btrfs_delayed_ref_head *head, in run_delayed_extent_op() 1711 struct btrfs_delayed_ref_head *href, in run_delayed_tree_ref() 1758 struct btrfs_delayed_ref_head *href, in run_one_delayed_ref() 1796 struct btrfs_delayed_ref_head *head) in cleanup_extent_op() 1812 struct btrfs_delayed_ref_head *head) in run_and_cleanup_extent_op() 1829 struct btrfs_delayed_ref_head *head) in btrfs_cleanup_ref_head_accounting() [all …]
|
H A D | backref.c | 888 struct btrfs_delayed_ref_head *head, u64 seq, in add_delayed_refs() 1385 struct btrfs_delayed_ref_head *head; in find_parent_nodes()
|
/linux/fs/btrfs/tests/ |
H A D | delayed-refs-tests.c | 44 struct btrfs_delayed_ref_head *head) in delete_delayed_ref_head() 60 static void delete_delayed_ref_node(struct btrfs_delayed_ref_head *head, in delete_delayed_ref_node() 70 static int validate_ref_head(struct btrfs_delayed_ref_head *head, in validate_ref_head() 173 struct btrfs_delayed_ref_head *head; in simple_test() 341 struct btrfs_delayed_ref_head *head = NULL; in merge_tests() 782 struct btrfs_delayed_ref_head *head = NULL; in select_delayed_refs_test()
|
/linux/include/trace/events/ |
H A D | btrfs.h | 19 struct btrfs_delayed_ref_head; 968 DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, 971 const struct btrfs_delayed_ref_head *head_ref, 997 DEFINE_EVENT(btrfs_delayed_ref_head, add_delayed_ref_head, 1000 const struct btrfs_delayed_ref_head *head_ref, 1006 DEFINE_EVENT(btrfs_delayed_ref_head, run_delayed_ref_head, 1009 const struct btrfs_delayed_ref_head *head_ref,
|