Searched refs:BTRFS_DROP_DELAYED_REF (Results 1 – 6 of 6) sorted by relevance
13 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
719 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()
429 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()
2189 } 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()
786 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
704 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \