Searched refs:BTRFS_ADD_DELAYED_REF (Results 1 – 5 of 5) sorted by relevance
22 #define BTRFS_ADD_DELAYED_REF 1 /* add one backref to the tree */ macro
660 action = BTRFS_ADD_DELAYED_REF; in add_delayed_tree_ref()714 action = BTRFS_ADD_DELAYED_REF; in add_delayed_data_ref()
2087 BTRFS_ADD_DELAYED_REF, NULL); in btrfs_inc_extent_ref()2092 BTRFS_ADD_DELAYED_REF, NULL); in btrfs_inc_extent_ref()2181 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref()2188 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref()2346 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref()2353 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref()2441 if (ref->action == BTRFS_ADD_DELAYED_REF) in select_delayed_ref()2613 case BTRFS_ADD_DELAYED_REF: in __btrfs_run_delayed_refs()
640 case BTRFS_ADD_DELAYED_REF: in __add_delayed_refs()
444 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \