Searched refs:BTRFS_DROP_DELAYED_REF (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | ref-verify.c | 703 ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1; in btrfs_ref_tree_mod() 814 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod() 842 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod() 870 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
|
D | delayed-ref.h | 13 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
|
D | delayed-ref.c | 630 else if (ref->action == BTRFS_DROP_DELAYED_REF) { in insert_delayed_ref() 755 else if (action == BTRFS_DROP_DELAYED_REF) in init_delayed_ref_head()
|
D | inode-item.c | 674 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, in btrfs_truncate_inode_items()
|
D | extent-tree.c | 1528 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref() 1674 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref() 1929 case BTRFS_DROP_DELAYED_REF: in btrfs_run_delayed_refs_for_head() 2415 action = BTRFS_DROP_DELAYED_REF; in __btrfs_mod_ref() 3269 btrfs_init_generic_ref(&generic_ref, BTRFS_DROP_DELAYED_REF, in btrfs_free_tree_block() 5432 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in do_walk_down()
|
D | relocation.c | 1159 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in replace_file_extents() 1391 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, new_bytenr, in replace_path() 1401 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, old_bytenr, in replace_path()
|
D | file.c | 781 BTRFS_DROP_DELAYED_REF, in btrfs_drop_extents() 1089 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in btrfs_mark_extent_written()
|
D | backref.c | 866 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
|
/linux-6.1.9/include/trace/events/ |
D | btrfs.h | 838 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \
|