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
668 action = BTRFS_ADD_DELAYED_REF; in add_delayed_tree_ref()730 action = BTRFS_ADD_DELAYED_REF; in add_delayed_data_ref()
1958 BTRFS_ADD_DELAYED_REF, NULL, no_quota); in btrfs_inc_extent_ref()1963 BTRFS_ADD_DELAYED_REF, NULL, no_quota); in btrfs_inc_extent_ref()2082 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref()2089 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref()2249 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref()2257 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref()2341 if (ref->action == BTRFS_ADD_DELAYED_REF) in select_delayed_ref()2509 case BTRFS_ADD_DELAYED_REF: in __btrfs_run_delayed_refs()
600 case BTRFS_ADD_DELAYED_REF: in __add_delayed_refs()
444 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \