/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | delayed-ref.c | 597 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref() 613 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref() 750 * BTRFS_ADD_DELAYED_REF because other special casing is not in init_delayed_ref_head() 856 * @action: Can be one of BTRFS_ADD_DELAYED_REF/BTRFS_DROP_DELAYED_REF or 872 action = BTRFS_ADD_DELAYED_REF; in init_delayed_ref_common() 973 BTRFS_ADD_DELAYED_REF : action); in btrfs_add_delayed_tree_ref() 1065 BTRFS_ADD_DELAYED_REF : action); in btrfs_add_delayed_data_ref()
|
H A D | delayed-ref.h | 12 #define BTRFS_ADD_DELAYED_REF 1 /* add one backref to the tree */ macro 20 * If action is BTRFS_ADD_DELAYED_REF, also link this node to 22 * whole ref_head->ref_list to find BTRFS_ADD_DELAYED_REF nodes. 87 /* accumulate add BTRFS_ADD_DELAYED_REF nodes to this ref_add_list. */
|
H A D | extent-tree.c | 1560 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref() 1567 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref() 1716 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref() 1719 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref() 1774 * Select a delayed ref of type BTRFS_ADD_DELAYED_REF first. in select_delayed_ref() 1970 case BTRFS_ADD_DELAYED_REF: in btrfs_run_delayed_refs_for_head() 2437 action = BTRFS_ADD_DELAYED_REF; in __btrfs_mod_ref()
|
H A D | relocation.c | 1161 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_file_extents() 1385 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, old_bytenr, in replace_path() 1394 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_path() 2522 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, in do_relocation()
|
H A D | ref-verify.c | 879 } else if (action == BTRFS_ADD_DELAYED_REF) { in btrfs_ref_tree_mod()
|
H A D | file.c | 375 BTRFS_ADD_DELAYED_REF, in btrfs_drop_extents() 747 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, bytenr, in btrfs_mark_extent_written() 2304 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, in btrfs_insert_replace_extent()
|
H A D | backref.c | 913 case BTRFS_ADD_DELAYED_REF: in add_delayed_refs() 963 * because even if this is a BTRFS_ADD_DELAYED_REF in add_delayed_refs()
|
H A D | tree-log.c | 769 BTRFS_ADD_DELAYED_REF, in replay_one_extent()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | delayed-ref.c | 618 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref() 638 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref() 778 * BTRFS_ADD_DELAYED_REF because other special casing is not required. in init_delayed_ref_head() 889 * @action: Can be one of BTRFS_ADD_DELAYED_REF/BTRFS_DROP_DELAYED_REF or 905 action = BTRFS_ADD_DELAYED_REF; in init_delayed_ref_common() 1010 BTRFS_ADD_DELAYED_REF : action); in btrfs_add_delayed_tree_ref() 1104 BTRFS_ADD_DELAYED_REF : action); in btrfs_add_delayed_data_ref()
|
H A D | delayed-ref.h | 12 #define BTRFS_ADD_DELAYED_REF 1 /* add one backref to the tree */ macro 20 * If action is BTRFS_ADD_DELAYED_REF, also link this node to 22 * whole ref_head->ref_list to find BTRFS_ADD_DELAYED_REF nodes. 83 /* accumulate add BTRFS_ADD_DELAYED_REF nodes to this ref_add_list. */
|
H A D | extent-tree.c | 1502 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref() 1509 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref() 1652 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref() 1655 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref() 1710 * Select a delayed ref of type BTRFS_ADD_DELAYED_REF first. in select_delayed_ref() 1919 case BTRFS_ADD_DELAYED_REF: in btrfs_run_delayed_refs_for_head() 2426 action = BTRFS_ADD_DELAYED_REF; in __btrfs_mod_ref()
|
H A D | relocation.c | 1137 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_file_extents() 1358 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, old_bytenr, in replace_path() 1364 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_path() 2349 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, in do_relocation()
|
H A D | file.c | 843 BTRFS_ADD_DELAYED_REF, in __btrfs_drop_extents() 1223 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, bytenr, in btrfs_mark_extent_written() 2583 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, in btrfs_insert_replace_extent()
|
H A D | ref-verify.c | 892 } else if (action == BTRFS_ADD_DELAYED_REF) { in btrfs_ref_tree_mod()
|
H A D | backref.c | 860 case BTRFS_ADD_DELAYED_REF: in add_delayed_refs() 910 * because even if this is a BTRFS_ADD_DELAYED_REF in add_delayed_refs()
|
H A D | tree-log.c | 715 BTRFS_ADD_DELAYED_REF, in replay_one_extent()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 774 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 866 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \
|