Searched refs:BTRFS_DROP_DELAYED_REF (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | ref-verify.c | 706 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()
|
A D | delayed-ref.h | 13 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
|
A D | delayed-ref.c | 627 else if (ref->action == BTRFS_DROP_DELAYED_REF) { in insert_delayed_ref() 752 else if (action == BTRFS_DROP_DELAYED_REF) in init_delayed_ref_head()
|
A D | inode-item.c | 679 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, in btrfs_truncate_inode_items()
|
A D | extent-tree.c | 1534 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref() 1680 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref() 1935 case BTRFS_DROP_DELAYED_REF: in btrfs_run_delayed_refs_for_head() 2421 action = BTRFS_DROP_DELAYED_REF; in __btrfs_mod_ref() 3275 btrfs_init_generic_ref(&generic_ref, BTRFS_DROP_DELAYED_REF, in btrfs_free_tree_block() 5369 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in do_walk_down()
|
A D | relocation.c | 1171 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in replace_file_extents() 1403 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, new_bytenr, in replace_path() 1413 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, old_bytenr, in replace_path()
|
A D | file.c | 465 BTRFS_DROP_DELAYED_REF, in btrfs_drop_extents() 773 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in btrfs_mark_extent_written()
|
A D | backref.c | 915 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
|
/linux-6.3-rc2/include/trace/events/ |
A D | btrfs.h | 839 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \
|
Completed in 35 milliseconds