Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Ddelayed-ref.h13 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
Dref-verify.c721 ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1; in btrfs_ref_tree_mod()
824 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
852 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
880 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
Ddelayed-ref.c427 else if (ref->action == BTRFS_DROP_DELAYED_REF) { in insert_delayed_ref()
544 else if (action == BTRFS_DROP_DELAYED_REF) in init_delayed_ref_head()
Dextent-tree.c2197 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
2343 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
2624 case BTRFS_DROP_DELAYED_REF: in __btrfs_run_delayed_refs()
7004 BTRFS_DROP_DELAYED_REF); in btrfs_free_tree_block()
7009 BTRFS_DROP_DELAYED_REF, NULL, in btrfs_free_tree_block()
7071 BTRFS_DROP_DELAYED_REF); in btrfs_free_extent()
7087 BTRFS_DROP_DELAYED_REF, NULL, in btrfs_free_extent()
7093 0, BTRFS_DROP_DELAYED_REF, in btrfs_free_extent()
Dbackref.c800 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
/linux-4.19.296/include/trace/events/
Dbtrfs.h704 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \