Searched refs:BTRFS_ADD_DELAYED_REF (Results 1 – 4 of 4) sorted by relevance
22 #define BTRFS_ADD_DELAYED_REF 1 /* add one backref to the tree */ macro
519 action = BTRFS_ADD_DELAYED_REF; in add_delayed_tree_ref()574 action = BTRFS_ADD_DELAYED_REF; in add_delayed_data_ref()814 owner_objectid, BTRFS_ADD_DELAYED_REF, 0);
1815 BTRFS_ADD_DELAYED_REF, NULL); in btrfs_inc_extent_ref()1819 BTRFS_ADD_DELAYED_REF, NULL); in btrfs_inc_extent_ref()1903 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref()1912 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref()2029 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref()2037 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref()2101 int action = BTRFS_ADD_DELAYED_REF; in select_delayed_ref()2120 if (action == BTRFS_ADD_DELAYED_REF) { in select_delayed_ref()
414 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \