Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
H A Ddelayed-refs-tests.c292 node_check.action = BTRFS_DROP_DELAYED_REF; in simple_tests()
392 ref.action = BTRFS_DROP_DELAYED_REF; in merge_tests()
496 ref.action = BTRFS_DROP_DELAYED_REF; in merge_tests()
533 node_check.action = BTRFS_DROP_DELAYED_REF; in merge_tests()
572 ref.action = BTRFS_DROP_DELAYED_REF; in merge_tests()
630 ref.action = BTRFS_DROP_DELAYED_REF; in merge_tests()
721 ref.action = BTRFS_DROP_DELAYED_REF; in merge_tests()
786 .action = BTRFS_DROP_DELAYED_REF, in select_delayed_refs_test()
871 node_check.action = BTRFS_DROP_DELAYED_REF; in select_delayed_refs_test()
886 ref.action = BTRFS_DROP_DELAYED_REF; in select_delayed_refs_test()
[all …]
/linux/fs/btrfs/
H A Dref-verify.c696 ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1; in btrfs_ref_tree_mod()
809 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
837 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
866 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
H A Ddelayed-ref.h28 BTRFS_DROP_DELAYED_REF, enumerator
H A Dextent-tree.c1664 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref()
1820 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref()
2034 case BTRFS_DROP_DELAYED_REF: in btrfs_run_delayed_refs_for_head()
2587 action = BTRFS_DROP_DELAYED_REF; in __btrfs_mod_ref()
3632 .action = BTRFS_DROP_DELAYED_REF, in btrfs_free_tree_block()
5833 .action = BTRFS_DROP_DELAYED_REF, in maybe_drop_reference()
H A Dfile.c401 .action = BTRFS_DROP_DELAYED_REF, in btrfs_drop_extents()
711 ref.action = BTRFS_DROP_DELAYED_REF; in btrfs_mark_extent_written()
H A Drelocation.c1046 ref.action = BTRFS_DROP_DELAYED_REF; in replace_file_extents()
1285 ref.action = BTRFS_DROP_DELAYED_REF; in replace_path()
1299 ref.action = BTRFS_DROP_DELAYED_REF; in replace_path()
H A Dbackref.c906 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
/linux/include/trace/events/
H A Dbtrfs.h1729 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \