Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dref-verify.c703 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()
A Ddelayed-ref.h13 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
A Ddelayed-ref.c609 else if (ref->action == BTRFS_DROP_DELAYED_REF) { in insert_delayed_ref()
734 else if (action == BTRFS_DROP_DELAYED_REF) in init_delayed_ref_head()
A Dextent-tree.c1541 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
1685 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
1932 case BTRFS_DROP_DELAYED_REF: in btrfs_run_delayed_refs_for_head()
2420 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()
5351 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in do_walk_down()
A Drelocation.c1158 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in replace_file_extents()
1388 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, new_bytenr, in replace_path()
1398 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, old_bytenr, in replace_path()
A Dfile.c961 BTRFS_DROP_DELAYED_REF, in btrfs_drop_extents()
1266 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in btrfs_mark_extent_written()
A Dbackref.c846 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
A Dinode.c4919 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, in btrfs_truncate_inode_items()
/linux/include/trace/events/
A Dbtrfs.h773 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \

Completed in 51 milliseconds