Searched refs:BTRFS_ADD_DELAYED_REF (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | delayed-ref.c | 597 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref() 613 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref() 872 action = BTRFS_ADD_DELAYED_REF; in init_delayed_ref_common() 973 BTRFS_ADD_DELAYED_REF : action); in btrfs_add_delayed_tree_ref() 1065 BTRFS_ADD_DELAYED_REF : action); in btrfs_add_delayed_data_ref()
|
H A D | delayed-ref.h | 12 #define BTRFS_ADD_DELAYED_REF 1 /* add one backref to the tree */ macro
|
H A D | extent-tree.c | 1576 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref() 1583 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref() 1732 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref() 1735 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref() 1986 case BTRFS_ADD_DELAYED_REF: in btrfs_run_delayed_refs_for_head() 2453 action = BTRFS_ADD_DELAYED_REF; in __btrfs_mod_ref()
|
H A D | relocation.c | 1093 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_file_extents() 1317 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, old_bytenr, in replace_path() 1326 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_path() 2454 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, in do_relocation()
|
H A D | ref-verify.c | 880 } else if (action == BTRFS_ADD_DELAYED_REF) { in btrfs_ref_tree_mod()
|
H A D | file.c | 375 BTRFS_ADD_DELAYED_REF, in btrfs_drop_extents() 747 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, bytenr, in btrfs_mark_extent_written() 2331 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, in btrfs_insert_replace_extent()
|
H A D | backref.c | 913 case BTRFS_ADD_DELAYED_REF: in add_delayed_refs()
|
H A D | tree-log.c | 788 BTRFS_ADD_DELAYED_REF, in replay_one_extent()
|
/openbmc/linux/include/trace/events/ |
H A D | btrfs.h | 866 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \
|