Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Ddelayed-ref.c619 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref()
639 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref()
888 action = BTRFS_ADD_DELAYED_REF; in init_delayed_ref_common()
995 BTRFS_ADD_DELAYED_REF : action); in btrfs_add_delayed_tree_ref()
1091 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.c1510 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref()
1517 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref()
1661 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref()
1664 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref()
1932 case BTRFS_ADD_DELAYED_REF: in btrfs_run_delayed_refs_for_head()
2452 action = BTRFS_ADD_DELAYED_REF; in __btrfs_mod_ref()
Dfile.c915 BTRFS_ADD_DELAYED_REF, in __btrfs_drop_extents()
1299 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, bytenr, in btrfs_mark_extent_written()
2497 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, in btrfs_insert_clone_extent()
Dref-verify.c873 } else if (action == BTRFS_ADD_DELAYED_REF) { in btrfs_ref_tree_mod()
Drelocation.c1717 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_file_extents()
1936 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, old_bytenr, in replace_path()
1942 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_path()
2866 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, in do_relocation()
Dbackref.c787 case BTRFS_ADD_DELAYED_REF: in add_delayed_refs()
Dtree-log.c720 BTRFS_ADD_DELAYED_REF, in replay_one_extent()
Dinode.c2802 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new->bytenr, in relink_extent_backref()
/Linux-v5.4/include/trace/events/
Dbtrfs.h739 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \