Searched refs:BTRFS_DROP_DELAYED_REF (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | ref-verify.c | 718 ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1; in btrfs_ref_tree_mod() 830 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod() 858 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod() 886 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod()
|
| H A D | delayed-ref.h | 13 #define BTRFS_DROP_DELAYED_REF 2 /* delete one backref from the tree */ macro
|
| H A D | delayed-ref.c | 621 else if (ref->action == BTRFS_DROP_DELAYED_REF) { in insert_delayed_ref() 767 else if (action == BTRFS_DROP_DELAYED_REF) in init_delayed_ref_head()
|
| H A D | extent-tree.c | 1507 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref() 1652 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref() 1912 case BTRFS_DROP_DELAYED_REF: in btrfs_run_delayed_refs_for_head() 2419 action = BTRFS_DROP_DELAYED_REF; in __btrfs_mod_ref() 3319 btrfs_init_generic_ref(&generic_ref, BTRFS_DROP_DELAYED_REF, in btrfs_free_tree_block() 5126 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in do_walk_down()
|
| H A D | relocation.c | 1148 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in replace_file_extents() 1371 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, new_bytenr, in replace_path() 1378 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, old_bytenr, in replace_path()
|
| H A D | file.c | 930 BTRFS_DROP_DELAYED_REF, in __btrfs_drop_extents() 1249 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, bytenr, in btrfs_mark_extent_written()
|
| H A D | backref.c | 859 case BTRFS_DROP_DELAYED_REF: in add_delayed_refs()
|
| H A D | inode.c | 4478 btrfs_init_generic_ref(&ref, BTRFS_DROP_DELAYED_REF, in btrfs_truncate_inode_items()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | btrfs.h | 775 { BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \
|