Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Ddelayed-ref.h22 #define BTRFS_ADD_DELAYED_REF 1 /* add one backref to the tree */ macro
Ddelayed-ref.c660 action = BTRFS_ADD_DELAYED_REF; in add_delayed_tree_ref()
714 action = BTRFS_ADD_DELAYED_REF; in add_delayed_data_ref()
Dextent-tree.c2087 BTRFS_ADD_DELAYED_REF, NULL); in btrfs_inc_extent_ref()
2092 BTRFS_ADD_DELAYED_REF, NULL); in btrfs_inc_extent_ref()
2181 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref()
2188 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref()
2346 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref()
2353 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref()
2441 if (ref->action == BTRFS_ADD_DELAYED_REF) in select_delayed_ref()
2613 case BTRFS_ADD_DELAYED_REF: in __btrfs_run_delayed_refs()
Dbackref.c640 case BTRFS_ADD_DELAYED_REF: in __add_delayed_refs()
/linux-4.4.14/include/trace/events/
Dbtrfs.h444 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \