Searched refs:BTRFS_ADD_DELAYED_REF (Results 1 – 10 of 10) sorted by relevance
/linux/fs/btrfs/tests/ |
H A D | delayed-refs-tests.c | 249 .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 D | delayed-ref.c | 596 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref() 612 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref() 740 case BTRFS_ADD_DELAYED_REF: in init_delayed_ref_head() 932 action = BTRFS_ADD_DELAYED_REF; in init_delayed_ref_common() 1244 if (entry->action == BTRFS_ADD_DELAYED_REF) in btrfs_find_delayed_tree_ref()
|
H A D | delayed-ref.h | 24 BTRFS_ADD_DELAYED_REF = 1, enumerator
|
H A D | extent-tree.c | 1573 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref() 1599 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref() 1738 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref() 1750 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref() 1948 case BTRFS_ADD_DELAYED_REF: in btrfs_run_delayed_refs_for_head() 2488 action = BTRFS_ADD_DELAYED_REF; in __btrfs_mod_ref()
|
H A D | relocation.c | 940 ref.action = BTRFS_ADD_DELAYED_REF; in replace_file_extents() 1166 ref.action = BTRFS_ADD_DELAYED_REF; in replace_path() 1179 ref.action = BTRFS_ADD_DELAYED_REF; in replace_path() 2288 .action = BTRFS_ADD_DELAYED_REF, in do_relocation()
|
H A D | file.c | 320 .action = BTRFS_ADD_DELAYED_REF, in btrfs_drop_extents() 701 ref.action = BTRFS_ADD_DELAYED_REF; in btrfs_mark_extent_written() 2205 .action = BTRFS_ADD_DELAYED_REF, in btrfs_insert_replace_extent()
|
H A D | ref-verify.c | 888 } else if (action == BTRFS_ADD_DELAYED_REF) { in btrfs_ref_tree_mod()
|
H A D | backref.c | 909 case BTRFS_ADD_DELAYED_REF: in add_delayed_refs()
|
H A D | tree-log.c | 783 .action = BTRFS_ADD_DELAYED_REF, in replay_one_extent()
|
/linux/include/trace/events/ |
H A D | btrfs.h | 850 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \
|