Searched refs:BTRFS_DROP_DELAYED_REF (Results 1 – 8 of 8) sorted by relevance
/fs/btrfs/ |
D | ref-verify.c | 718 ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1; in btrfs_ref_tree_mod() 821 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod() 849 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod() 877 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 | 622 else if (ref->action == BTRFS_DROP_DELAYED_REF) { in insert_delayed_ref() 749 else if (action == BTRFS_DROP_DELAYED_REF) in init_delayed_ref_head()
|
D | extent-tree.c | 1552 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref() 1698 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref() 1967 case BTRFS_DROP_DELAYED_REF: in btrfs_run_delayed_refs_for_head() 2490 action = BTRFS_DROP_DELAYED_REF; in __btrfs_mod_ref() 3286 btrfs_init_generic_ref(&generic_ref, BTRFS_DROP_DELAYED_REF, in btrfs_free_tree_block() 5017 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in do_walk_down()
|
D | relocation.c | 1779 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in replace_file_extents() 2000 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, new_bytenr, in replace_path() 2007 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, old_bytenr, in replace_path()
|
D | file.c | 1002 BTRFS_DROP_DELAYED_REF, in __btrfs_drop_extents() 1325 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in btrfs_mark_extent_written()
|
D | backref.c | 858 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
|
D | inode.c | 5047 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, in btrfs_truncate_inode_items()
|