Home
last modified time | relevance | path

Searched refs:BTRFS_ADD_DELAYED_REF (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/fs/btrfs/
Ddelayed-ref.c597 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref()
613 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref()
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()
Ddelayed-ref.h12 #define BTRFS_ADD_DELAYED_REF 1 /* add one backref to the tree */ macro
Dextent-tree.c1555 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref()
1562 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref()
1711 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref()
1714 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref()
1965 case BTRFS_ADD_DELAYED_REF: in btrfs_run_delayed_refs_for_head()
2432 action = BTRFS_ADD_DELAYED_REF; in __btrfs_mod_ref()
Drelocation.c1161 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()
Dref-verify.c877 } else if (action == BTRFS_ADD_DELAYED_REF) { in btrfs_ref_tree_mod()
Dfile.c375 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()
Dbackref.c913 case BTRFS_ADD_DELAYED_REF: in add_delayed_refs()
Dtree-log.c769 BTRFS_ADD_DELAYED_REF, in replay_one_extent()
/Linux-v6.6/include/trace/events/
Dbtrfs.h866 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \