Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Ddelayed-ref.h13 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
Dref-verify.c719 ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1; in btrfs_ref_tree_mod()
819 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
845 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
872 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
Ddelayed-ref.c429 else if (ref->action == BTRFS_DROP_DELAYED_REF) { in insert_delayed_ref()
547 else if (action == BTRFS_DROP_DELAYED_REF) in init_delayed_ref_head()
Dextent-tree.c2189 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
2335 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
2613 case BTRFS_DROP_DELAYED_REF: in __btrfs_run_delayed_refs()
6994 BTRFS_DROP_DELAYED_REF); in btrfs_free_tree_block()
6999 BTRFS_DROP_DELAYED_REF, NULL, in btrfs_free_tree_block()
7061 BTRFS_DROP_DELAYED_REF); in btrfs_free_extent()
7077 BTRFS_DROP_DELAYED_REF, NULL, in btrfs_free_extent()
7083 0, BTRFS_DROP_DELAYED_REF, in btrfs_free_extent()
Dbackref.c786 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
/Linux-v4.19/include/trace/events/
Dbtrfs.h704 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \