Home
last modified time | relevance | path

Searched refs:BTRFS_ADD_DELAYED_REF (Results 1 – 7 of 7) sorted by relevance

/linux/fs/btrfs/tests/
H A Ddelayed-refs-tests.c249 .action = BTRFS_ADD_DELAYED_REF, in simple_tests()
345 .action = BTRFS_ADD_DELAYED_REF, in merge_tests()
361 .action = BTRFS_ADD_DELAYED_REF, in merge_tests()
433 ref.action = BTRFS_ADD_DELAYED_REF; in merge_tests()
560 ref.action = BTRFS_ADD_DELAYED_REF; in merge_tests()
642 ref.action = BTRFS_ADD_DELAYED_REF; in merge_tests()
673 node_check.action = BTRFS_ADD_DELAYED_REF; in merge_tests()
703 ref.action = BTRFS_ADD_DELAYED_REF; in merge_tests()
802 .action = BTRFS_ADD_DELAYED_REF, in select_delayed_refs_test()
822 ref.action = BTRFS_ADD_DELAYED_REF; in select_delayed_refs_test()
[all …]
/linux/fs/btrfs/
H A Ddelayed-ref.h26 BTRFS_ADD_DELAYED_REF = 1, enumerator
H A Drelocation.c953 ref.action = BTRFS_ADD_DELAYED_REF; in replace_file_extents()
1179 ref.action = BTRFS_ADD_DELAYED_REF; in replace_path()
1192 ref.action = BTRFS_ADD_DELAYED_REF; in replace_path()
2300 .action = BTRFS_ADD_DELAYED_REF, in do_relocation()
H A Dref-verify.c870 } else if (action == BTRFS_ADD_DELAYED_REF) { in btrfs_ref_tree_mod()
H A Dfile.c318 .action = BTRFS_ADD_DELAYED_REF, in btrfs_drop_extents()
697 ref.action = BTRFS_ADD_DELAYED_REF; in btrfs_mark_extent_written()
2370 .action = BTRFS_ADD_DELAYED_REF, in btrfs_insert_replace_extent()
H A Dtree-log.c887 .action = BTRFS_ADD_DELAYED_REF, in replay_one_extent()
/linux/include/trace/events/
H A Dbtrfs.h845 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \