Home
last modified time | relevance | path

Searched refs:BTRFS_DROP_DELAYED_REF (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dref-verify.c706 ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1; in btrfs_ref_tree_mod()
819 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
847 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
875 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
H A Ddelayed-ref.h13 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
H A 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()
856 * @action: Can be one of BTRFS_ADD_DELAYED_REF/BTRFS_DROP_DELAYED_REF or
H A Dinode-item.c678 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, in btrfs_truncate_inode_items()
H A Dextent-tree.c1571 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
1722 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
1974 case BTRFS_DROP_DELAYED_REF: in btrfs_run_delayed_refs_for_head()
2439 action = BTRFS_DROP_DELAYED_REF; in __btrfs_mod_ref()
3290 btrfs_init_generic_ref(&generic_ref, BTRFS_DROP_DELAYED_REF, in btrfs_free_tree_block()
5415 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in do_walk_down()
H A 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()
H A 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()
H A Dbackref.c916 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
964 * reference we may find next a BTRFS_DROP_DELAYED_REF in add_delayed_refs()
1595 * refs with a node->action of BTRFS_DROP_DELAYED_REF. in find_parent_nodes()
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddelayed-ref.h13 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
H A Dref-verify.c718 ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1; in btrfs_ref_tree_mod()
832 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
860 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
888 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
H A Ddelayed-ref.c621 else if (ref->action == BTRFS_DROP_DELAYED_REF) { in insert_delayed_ref()
767 else if (action == BTRFS_DROP_DELAYED_REF) in init_delayed_ref_head()
889 * @action: Can be one of BTRFS_ADD_DELAYED_REF/BTRFS_DROP_DELAYED_REF or
H A Dextent-tree.c1513 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
1658 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
1923 case BTRFS_DROP_DELAYED_REF: in btrfs_run_delayed_refs_for_head()
2428 action = BTRFS_DROP_DELAYED_REF; in __btrfs_mod_ref()
3328 btrfs_init_generic_ref(&generic_ref, BTRFS_DROP_DELAYED_REF, in btrfs_free_tree_block()
5138 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in do_walk_down()
H A Drelocation.c1148 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in replace_file_extents()
1371 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, new_bytenr, in replace_path()
1378 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, old_bytenr, in replace_path()
H A Dfile.c930 BTRFS_DROP_DELAYED_REF, in __btrfs_drop_extents()
1249 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in btrfs_mark_extent_written()
H A Dbackref.c863 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
911 * reference we may find next a BTRFS_DROP_DELAYED_REF in add_delayed_refs()
1349 * refs with a node->action of BTRFS_DROP_DELAYED_REF.
H A Dinode.c4475 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, in btrfs_truncate_inode_items()
/kernel/linux/linux-5.10/include/trace/events/
H A Dbtrfs.h775 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \
/kernel/linux/linux-6.6/include/trace/events/
H A Dbtrfs.h867 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \

Completed in 92 milliseconds