Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Ddelayed-ref.h22 #define BTRFS_ADD_DELAYED_REF 1 /* add one backref to the tree */ macro
Ddelayed-ref.c668 action = BTRFS_ADD_DELAYED_REF; in add_delayed_tree_ref()
730 action = BTRFS_ADD_DELAYED_REF; in add_delayed_data_ref()
Dextent-tree.c1958 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()
Dbackref.c600 case BTRFS_ADD_DELAYED_REF: in __add_delayed_refs()
/linux-4.1.27/include/trace/events/
Dbtrfs.h444 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \