Lines Matching refs:action
1409 generic_ref->action); in btrfs_inc_extent_ref()
1535 trace_run_delayed_data_ref(trans->fs_info, node, ref, node->action); in run_delayed_data_ref()
1541 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref()
1548 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref()
1552 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
1679 trace_run_delayed_tree_ref(trans->fs_info, node, ref, node->action); in run_delayed_tree_ref()
1688 node->bytenr, node->ref_mod, node->action, ref_root, in run_delayed_tree_ref()
1692 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref()
1695 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref()
1698 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
1962 switch (ref->action) { in btrfs_run_delayed_refs_for_head()
2469 int action; in __btrfs_mod_ref() local
2488 action = BTRFS_ADD_DELAYED_REF; in __btrfs_mod_ref()
2490 action = BTRFS_DROP_DELAYED_REF; in __btrfs_mod_ref()
2508 btrfs_init_generic_ref(&generic_ref, action, bytenr, in __btrfs_mod_ref()
2523 btrfs_init_generic_ref(&generic_ref, action, bytenr, in __btrfs_mod_ref()