Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddelayed-ref.c618 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref()
638 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref()
905 action = BTRFS_ADD_DELAYED_REF; in init_delayed_ref_common()
1010 BTRFS_ADD_DELAYED_REF : action); in btrfs_add_delayed_tree_ref()
1104 BTRFS_ADD_DELAYED_REF : action); in btrfs_add_delayed_data_ref()
H A Ddelayed-ref.h12 #define BTRFS_ADD_DELAYED_REF 1 /* add one backref to the tree */ macro
H A Dextent-tree.c1496 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref()
1503 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref()
1646 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref()
1649 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref()
1908 case BTRFS_ADD_DELAYED_REF: in btrfs_run_delayed_refs_for_head()
2417 action = BTRFS_ADD_DELAYED_REF; in __btrfs_mod_ref()
H A Drelocation.c1137 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_file_extents()
1358 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, old_bytenr, in replace_path()
1364 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_path()
2349 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, in do_relocation()
H A Dfile.c843 BTRFS_ADD_DELAYED_REF, in __btrfs_drop_extents()
1223 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, bytenr, in btrfs_mark_extent_written()
2583 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, in btrfs_insert_replace_extent()
H A Dref-verify.c890 } else if (action == BTRFS_ADD_DELAYED_REF) { in btrfs_ref_tree_mod()
H A Dbackref.c856 case BTRFS_ADD_DELAYED_REF: in add_delayed_refs()
H A Dtree-log.c715 BTRFS_ADD_DELAYED_REF, in replay_one_extent()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dbtrfs.h774 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \