Lines Matching refs:action
2018 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref()
2025 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref()
2031 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
2171 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref()
2178 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref()
2182 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
2244 int action = BTRFS_ADD_DELAYED_REF; in select_delayed_ref() local
2259 if (ref->action == action) in select_delayed_ref()
2263 if (action == BTRFS_ADD_DELAYED_REF) { in select_delayed_ref()
2264 action = BTRFS_DROP_DELAYED_REF; in select_delayed_ref()
2394 switch (ref->action) { in run_clustered_refs()