Home
last modified time | relevance | path

Searched refs:BTRFS_ADD_DELAYED_REF (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/btrfs/
Ddelayed-ref.h22 #define BTRFS_ADD_DELAYED_REF 1 /* add one backref to the tree */ macro
Ddelayed-ref.c519 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);
Dextent-tree.c1815 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()
/linux-2.6.39/include/trace/events/
Dbtrfs.h414 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \