Home
last modified time | relevance | path

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

/linux-2.6.39/fs/btrfs/
Ddelayed-ref.h23 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
Ddelayed-ref.c448 else if (action == BTRFS_DROP_DELAYED_REF) in add_delayed_ref_head()
820 BTRFS_DROP_DELAYED_REF, pin);
Dextent-tree.c1918 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
2041 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
2121 action = BTRFS_DROP_DELAYED_REF; in select_delayed_ref()
4761 BTRFS_DROP_DELAYED_REF, NULL); in btrfs_free_tree_block()
4855 BTRFS_DROP_DELAYED_REF, NULL); in btrfs_free_extent()
4860 offset, BTRFS_DROP_DELAYED_REF, NULL); in btrfs_free_extent()
/linux-2.6.39/include/trace/events/
Dbtrfs.h415 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \