Searched refs:BTRFS_ADD_DELAYED_REF (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/btrfs/ |
| A D | delayed-ref.c | 606 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref() 626 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref() 867 action = BTRFS_ADD_DELAYED_REF; in init_delayed_ref_common() 971 BTRFS_ADD_DELAYED_REF : action); in btrfs_add_delayed_tree_ref() 1063 BTRFS_ADD_DELAYED_REF : action); in btrfs_add_delayed_data_ref()
|
| A D | delayed-ref.h | 12 #define BTRFS_ADD_DELAYED_REF 1 /* add one backref to the tree */ macro
|
| A D | extent-tree.c | 1530 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref() 1537 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref() 1679 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref() 1682 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref() 1928 case BTRFS_ADD_DELAYED_REF: in btrfs_run_delayed_refs_for_head() 2418 action = BTRFS_ADD_DELAYED_REF; in __btrfs_mod_ref()
|
| A D | relocation.c | 1147 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_file_extents() 1369 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, old_bytenr, in replace_path() 1378 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_path() 2474 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, in do_relocation()
|
| A D | ref-verify.c | 874 } else if (action == BTRFS_ADD_DELAYED_REF) { in btrfs_ref_tree_mod()
|
| A D | file.c | 874 BTRFS_ADD_DELAYED_REF, in btrfs_drop_extents() 1240 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, bytenr, in btrfs_mark_extent_written() 2685 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, in btrfs_insert_replace_extent()
|
| A D | backref.c | 843 case BTRFS_ADD_DELAYED_REF: in add_delayed_refs()
|
| A D | tree-log.c | 788 BTRFS_ADD_DELAYED_REF, in replay_one_extent()
|
| /linux/include/trace/events/ |
| A D | btrfs.h | 772 { BTRFS_ADD_DELAYED_REF, "ADD_DELAYED_REF" }, \
|
Completed in 52 milliseconds