Searched refs:head_ref (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | delayed-ref.h | 362 struct btrfs_delayed_ref_head *head_ref) in btrfs_ref_head_to_space_flags() argument 364 if (head_ref->is_data) in btrfs_ref_head_to_space_flags() 366 else if (head_ref->is_system) in btrfs_ref_head_to_space_flags()
|
| /linux/include/trace/events/ |
| H A D | btrfs.h | 973 const struct btrfs_delayed_ref_head *head_ref, 976 TP_ARGS(fs_info, head_ref, action), 986 __entry->bytenr = head_ref->bytenr; 987 __entry->num_bytes = head_ref->num_bytes; 989 __entry->is_data = head_ref->is_data; 1002 const struct btrfs_delayed_ref_head *head_ref, 1005 TP_ARGS(fs_info, head_ref, action) 1011 const struct btrfs_delayed_ref_head *head_ref, 1014 TP_ARGS(fs_info, head_ref, action)
|