Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dref-verify.c706 ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1; in btrfs_ref_tree_mod()
817 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
845 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
873 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
Ddelayed-ref.h13 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
Ddelayed-ref.c616 else if (ref->action == BTRFS_DROP_DELAYED_REF) { in insert_delayed_ref()
733 case BTRFS_DROP_DELAYED_REF: in init_delayed_ref_head()
Dinode-item.c678 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, in btrfs_truncate_inode_items()
Dextent-tree.c1566 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
1717 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
1969 case BTRFS_DROP_DELAYED_REF: in btrfs_run_delayed_refs_for_head()
2434 action = BTRFS_DROP_DELAYED_REF; in __btrfs_mod_ref()
3285 btrfs_init_generic_ref(&generic_ref, BTRFS_DROP_DELAYED_REF, in btrfs_free_tree_block()
5386 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in do_walk_down()
Drelocation.c1172 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in replace_file_extents()
1404 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, new_bytenr, in replace_path()
1414 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, old_bytenr, in replace_path()
Dfile.c465 BTRFS_DROP_DELAYED_REF, in btrfs_drop_extents()
773 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in btrfs_mark_extent_written()
Dbackref.c916 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
/Linux-v6.6/include/trace/events/
Dbtrfs.h867 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \