Home
last modified time | relevance | path

Searched refs:BTRFS_EXTENT_DATA_REF_KEY (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/fs/btrfs/
Dprint-tree.c102 case BTRFS_EXTENT_DATA_REF_KEY: in print_extent_item()
232 case BTRFS_EXTENT_DATA_REF_KEY: in btrfs_print_leaf()
Dextent-tree.c398 type == BTRFS_EXTENT_DATA_REF_KEY) { in btrfs_get_extent_inline_ref_type()
414 if (type == BTRFS_EXTENT_DATA_REF_KEY) in btrfs_get_extent_inline_ref_type()
496 key.type = BTRFS_EXTENT_DATA_REF_KEY; in lookup_extent_data_ref()
531 key.type != BTRFS_EXTENT_DATA_REF_KEY) in lookup_extent_data_ref()
571 key.type = BTRFS_EXTENT_DATA_REF_KEY; in insert_extent_data_ref()
645 if (key.type == BTRFS_EXTENT_DATA_REF_KEY) { in remove_extent_data_ref()
668 if (key.type == BTRFS_EXTENT_DATA_REF_KEY) in remove_extent_data_ref()
698 if (type == BTRFS_EXTENT_DATA_REF_KEY) { in extent_data_ref_count()
705 } else if (key.type == BTRFS_EXTENT_DATA_REF_KEY) { in extent_data_ref_count()
778 type = BTRFS_EXTENT_DATA_REF_KEY; in extent_ref_type()
[all …]
Ddelayed-ref.h319 case BTRFS_EXTENT_DATA_REF_KEY: in btrfs_put_delayed_ref()
Dref-verify.c472 case BTRFS_EXTENT_DATA_REF_KEY: in process_extent_item()
526 case BTRFS_EXTENT_DATA_REF_KEY: in process_leaf()
Ddelayed-ref.c227 if (ref1->node.type == BTRFS_EXTENT_DATA_REF_KEY) { in comp_data_refs()
1037 ref_type = BTRFS_EXTENT_DATA_REF_KEY; in btrfs_add_delayed_data_ref()
Dtree-checker.c1105 case BTRFS_EXTENT_DATA_REF_KEY: in check_extent_item()
1274 case BTRFS_EXTENT_DATA_REF_KEY: in check_leaf_item()
Dbackref.c820 case BTRFS_EXTENT_DATA_REF_KEY: { in add_delayed_refs()
958 case BTRFS_EXTENT_DATA_REF_KEY: { in add_inline_refs()
1055 case BTRFS_EXTENT_DATA_REF_KEY: { in add_keyed_refs()
Drelocation.c3789 } else if (key.type == BTRFS_EXTENT_DATA_REF_KEY) { in add_data_references()
3828 } else if (key.type == BTRFS_EXTENT_DATA_REF_KEY) { in add_data_references()
Dctree.h1651 if (type == BTRFS_EXTENT_DATA_REF_KEY) in btrfs_extent_inline_ref_size()
/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h171 #define BTRFS_EXTENT_DATA_REF_KEY 178 macro
/Linux-v5.4/include/trace/events/
Dbtrfs.h44 { BTRFS_EXTENT_DATA_REF_KEY, "EXTENT_DATA_REF" }, \