Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Ddelayed-ref.h23 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
Ddelayed-ref.c557 else if (action == BTRFS_DROP_DELAYED_REF) in add_delayed_ref_head()
Dextent-tree.c2193 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
2358 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
2617 case BTRFS_DROP_DELAYED_REF: in __btrfs_run_delayed_refs()
6765 BTRFS_DROP_DELAYED_REF, NULL); in btrfs_free_tree_block()
6836 BTRFS_DROP_DELAYED_REF, NULL); in btrfs_free_extent()
6842 BTRFS_DROP_DELAYED_REF, NULL); in btrfs_free_extent()
Dbackref.c643 case BTRFS_DROP_DELAYED_REF: in __add_delayed_refs()
/linux-4.4.14/include/trace/events/
Dbtrfs.h445 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \