Searched refs:BTRFS_ADD_DELAYED_REF (Results 1 – 6 of 6) sorted by relevance
426 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()
12 #define BTRFS_ADD_DELAYED_REF 1 /* add one backref to the tree */ macro
876 } else if (action == BTRFS_ADD_DELAYED_REF) { in btrfs_ref_tree_mod()
2040 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()
783 case BTRFS_ADD_DELAYED_REF: in add_delayed_refs()
703 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \