Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Ddelayed-ref.c426 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref()
446 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref()
689 action = BTRFS_ADD_DELAYED_REF; in init_delayed_ref_common()
780 BTRFS_ADD_DELAYED_REF : action); in btrfs_add_delayed_tree_ref()
861 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
Dref-verify.c876 } else if (action == BTRFS_ADD_DELAYED_REF) { in btrfs_ref_tree_mod()
Dextent-tree.c2040 owner, offset, BTRFS_ADD_DELAYED_REF); in btrfs_inc_extent_ref()
2046 BTRFS_ADD_DELAYED_REF, NULL, in btrfs_inc_extent_ref()
2052 0, BTRFS_ADD_DELAYED_REF, in btrfs_inc_extent_ref()
2178 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref()
2185 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref()
2329 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref()
2332 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref()
2609 case BTRFS_ADD_DELAYED_REF: in __btrfs_run_delayed_refs()
Dbackref.c783 case BTRFS_ADD_DELAYED_REF: in add_delayed_refs()
/Linux-v4.19/include/trace/events/
Dbtrfs.h703 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \