Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Ddelayed-ref.h23 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
Ddelayed-ref.c586 else if (action == BTRFS_DROP_DELAYED_REF) in add_delayed_ref_head()
Dextent-tree.c2095 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
2262 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
2513 case BTRFS_DROP_DELAYED_REF: in __btrfs_run_delayed_refs()
6467 BTRFS_DROP_DELAYED_REF, NULL, 0); in btrfs_free_tree_block()
6538 BTRFS_DROP_DELAYED_REF, NULL, no_quota); in btrfs_free_extent()
6543 offset, BTRFS_DROP_DELAYED_REF, in btrfs_free_extent()
Dbackref.c603 case BTRFS_DROP_DELAYED_REF: in __add_delayed_refs()
/linux-4.1.27/include/trace/events/
Dbtrfs.h445 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \