Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dref-verify.c714 ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1; in btrfs_ref_tree_mod()
827 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
855 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
884 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
H A Ddelayed-ref.h26 BTRFS_DROP_DELAYED_REF, enumerator
H A Ddelayed-ref.c595 else if (ref->action == BTRFS_DROP_DELAYED_REF) { in insert_delayed_ref()
726 case BTRFS_DROP_DELAYED_REF: in init_delayed_ref_head()
H A Dinode-item.c674 .action = BTRFS_DROP_DELAYED_REF, in btrfs_truncate_inode_items()
H A Dextent-tree.c1606 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
1759 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
1983 case BTRFS_DROP_DELAYED_REF: in btrfs_run_delayed_refs_for_head()
2468 action = BTRFS_DROP_DELAYED_REF; in __btrfs_mod_ref()
3414 .action = BTRFS_DROP_DELAYED_REF, in btrfs_free_tree_block()
5583 .action = BTRFS_DROP_DELAYED_REF, in maybe_drop_reference()
H A Drelocation.c1050 ref.action = BTRFS_DROP_DELAYED_REF; in replace_file_extents()
1293 ref.action = BTRFS_DROP_DELAYED_REF; in replace_path()
1307 ref.action = BTRFS_DROP_DELAYED_REF; in replace_path()
H A Dfile.c451 .action = BTRFS_DROP_DELAYED_REF, in btrfs_drop_extents()
766 ref.action = BTRFS_DROP_DELAYED_REF; in btrfs_mark_extent_written()
H A Dbackref.c913 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
/linux/include/trace/events/
H A Dbtrfs.h850 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \