Home
last modified time | relevance | path

Searched refs:head_ref (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Ddelayed-ref.c717 static void init_delayed_ref_head(struct btrfs_delayed_ref_head *head_ref, in init_delayed_ref_head() argument
757 refcount_set(&head_ref->refs, 1); in init_delayed_ref_head()
758 head_ref->bytenr = bytenr; in init_delayed_ref_head()
759 head_ref->num_bytes = num_bytes; in init_delayed_ref_head()
760 head_ref->ref_mod = count_mod; in init_delayed_ref_head()
761 head_ref->must_insert_reserved = must_insert_reserved; in init_delayed_ref_head()
762 head_ref->is_data = is_data; in init_delayed_ref_head()
763 head_ref->is_system = is_system; in init_delayed_ref_head()
764 head_ref->ref_tree = RB_ROOT_CACHED; in init_delayed_ref_head()
765 INIT_LIST_HEAD(&head_ref in init_delayed_ref_head()
789 add_delayed_ref_head(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_head *head_ref, struct btrfs_qgroup_extent_record *qrecord, int action, bool *qrecord_inserted_ret) add_delayed_ref_head() argument
899 struct btrfs_delayed_ref_head *head_ref; btrfs_add_delayed_tree_ref() local
992 struct btrfs_delayed_ref_head *head_ref; btrfs_add_delayed_data_ref() local
1079 struct btrfs_delayed_ref_head *head_ref; btrfs_add_delayed_extent_op() local
[all...]
H A Ddelayed-ref.h360 struct btrfs_delayed_ref_head *head_ref) in btrfs_ref_head_to_space_flags()
362 if (head_ref->is_data) in btrfs_ref_head_to_space_flags()
364 else if (head_ref->is_system) in btrfs_ref_head_to_space_flags()
359 btrfs_ref_head_to_space_flags( struct btrfs_delayed_ref_head *head_ref) btrfs_ref_head_to_space_flags() argument
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddelayed-ref.c749 static void init_delayed_ref_head(struct btrfs_delayed_ref_head *head_ref, in init_delayed_ref_head() argument
785 refcount_set(&head_ref->refs, 1); in init_delayed_ref_head()
786 head_ref->bytenr = bytenr; in init_delayed_ref_head()
787 head_ref->num_bytes = num_bytes; in init_delayed_ref_head()
788 head_ref->ref_mod = count_mod; in init_delayed_ref_head()
789 head_ref->must_insert_reserved = must_insert_reserved; in init_delayed_ref_head()
790 head_ref->is_data = is_data; in init_delayed_ref_head()
791 head_ref->is_system = is_system; in init_delayed_ref_head()
792 head_ref->ref_tree = RB_ROOT_CACHED; in init_delayed_ref_head()
793 INIT_LIST_HEAD(&head_ref in init_delayed_ref_head()
817 add_delayed_ref_head(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_head *head_ref, struct btrfs_qgroup_extent_record *qrecord, int action, int *qrecord_inserted_ret) add_delayed_ref_head() argument
934 struct btrfs_delayed_ref_head *head_ref; btrfs_add_delayed_tree_ref() local
1029 struct btrfs_delayed_ref_head *head_ref; btrfs_add_delayed_data_ref() local
1118 struct btrfs_delayed_ref_head *head_ref; btrfs_add_delayed_extent_op() local
[all...]
H A Ddelayed-ref.h330 struct btrfs_delayed_ref_head *head_ref) in btrfs_ref_head_to_space_flags()
332 if (head_ref->is_data) in btrfs_ref_head_to_space_flags()
334 else if (head_ref->is_system) in btrfs_ref_head_to_space_flags()
329 btrfs_ref_head_to_space_flags( struct btrfs_delayed_ref_head *head_ref) btrfs_ref_head_to_space_flags() argument
/kernel/linux/linux-5.10/include/trace/events/
H A Dbtrfs.h913 const struct btrfs_delayed_ref_head *head_ref,
916 TP_ARGS(fs_info, head_ref, action),
926 __entry->bytenr = head_ref->bytenr;
927 __entry->num_bytes = head_ref->num_bytes;
929 __entry->is_data = head_ref->is_data;
942 const struct btrfs_delayed_ref_head *head_ref,
945 TP_ARGS(fs_info, head_ref, action)
951 const struct btrfs_delayed_ref_head *head_ref,
954 TP_ARGS(fs_info, head_ref, action)
/kernel/linux/linux-6.6/include/trace/events/
H A Dbtrfs.h1005 const struct btrfs_delayed_ref_head *head_ref,
1008 TP_ARGS(fs_info, head_ref, action),
1018 __entry->bytenr = head_ref->bytenr;
1019 __entry->num_bytes = head_ref->num_bytes;
1021 __entry->is_data = head_ref->is_data;
1034 const struct btrfs_delayed_ref_head *head_ref,
1037 TP_ARGS(fs_info, head_ref, action)
1043 const struct btrfs_delayed_ref_head *head_ref,
1046 TP_ARGS(fs_info, head_ref, action)

Completed in 7 milliseconds