Searched refs:btrfs_delayed_ref_head (Results 1 – 7 of 7) sorted by relevance
/linux/fs/btrfs/ |
H A D | delayed-ref.h | 123 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 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( 404 struct btrfs_delayed_ref_head *head); 405 struct btrfs_delayed_ref_node *btrfs_select_delayed_ref(struct btrfs_delayed_ref_head *head); [all …]
|
H A D | delayed-ref.c | 342 static struct btrfs_delayed_ref_head *find_first_ref_head( in find_first_ref_head() 353 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock() 375 struct btrfs_delayed_ref_head *head, in drop_delayed_ref() 389 struct btrfs_delayed_ref_head *head, in merge_ref() 436 struct btrfs_delayed_ref_head *head) in btrfs_merge_delayed_refs() 478 struct btrfs_delayed_ref_head *btrfs_select_ref_head( in btrfs_select_ref_head() 482 struct btrfs_delayed_ref_head *head; in btrfs_select_ref_head() 527 struct btrfs_delayed_ref_head *head) in btrfs_unselect_ref_head() 538 struct btrfs_delayed_ref_head *head) in btrfs_delete_ref_head() 552 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 | 18 struct btrfs_delayed_ref_head; 108 struct btrfs_delayed_ref_head *head);
|
H A D | extent-tree.c | 48 struct btrfs_delayed_ref_head *href, 104 struct btrfs_delayed_ref_head *head; in btrfs_lookup_extent_info() 1542 struct btrfs_delayed_ref_head *href) in free_head_ref_squota_rsv() 1559 struct btrfs_delayed_ref_head *href, in run_delayed_data_ref() 1628 struct btrfs_delayed_ref_head *head, in run_delayed_extent_op() 1715 struct btrfs_delayed_ref_head *href, in run_delayed_tree_ref() 1762 struct btrfs_delayed_ref_head *href, in run_one_delayed_ref() 1800 struct btrfs_delayed_ref_head *head) in cleanup_extent_op() 1816 struct btrfs_delayed_ref_head *head) in run_and_cleanup_extent_op() 1833 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; 974 DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, 977 const struct btrfs_delayed_ref_head *head_ref, 1003 DEFINE_EVENT(btrfs_delayed_ref_head, add_delayed_ref_head, 1006 const struct btrfs_delayed_ref_head *head_ref, 1012 DEFINE_EVENT(btrfs_delayed_ref_head, run_delayed_ref_head, 1015 const struct btrfs_delayed_ref_head *head_ref,
|