Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Ddelayed-ref.h426 if (node->type == BTRFS_EXTENT_DATA_REF_KEY || in btrfs_delayed_ref_owner()
434 if (node->type == BTRFS_EXTENT_DATA_REF_KEY || in btrfs_delayed_ref_offset()
448 return BTRFS_EXTENT_DATA_REF_KEY; in btrfs_ref_type()
H A Dprint-tree.c158 case BTRFS_EXTENT_DATA_REF_KEY: in print_extent_item()
294 case BTRFS_EXTENT_DATA_REF_KEY: in btrfs_print_leaf()
H A Dextent-tree.c347 type == BTRFS_EXTENT_DATA_REF_KEY) { in btrfs_get_extent_inline_ref_type()
361 if (type == BTRFS_EXTENT_DATA_REF_KEY) in btrfs_get_extent_inline_ref_type()
442 key.type = BTRFS_EXTENT_DATA_REF_KEY; in lookup_extent_data_ref()
518 key.type = BTRFS_EXTENT_DATA_REF_KEY; in insert_extent_data_ref()
640 if (type == BTRFS_EXTENT_DATA_REF_KEY) { in extent_data_ref_count()
720 type = BTRFS_EXTENT_DATA_REF_KEY; in extent_ref_type()
1030 if (type == BTRFS_EXTENT_DATA_REF_KEY) { in setup_inline_extent_backref()
1128 if (type == BTRFS_EXTENT_DATA_REF_KEY) { in update_inline_extent_backref()
1176 if (type == BTRFS_EXTENT_DATA_REF_KEY) in update_inline_extent_backref()
2391 if (type != BTRFS_EXTENT_DATA_REF_KEY) in check_committed_ref()
[all …]
H A Dref-verify.c478 case BTRFS_EXTENT_DATA_REF_KEY: in process_extent_item()
540 case BTRFS_EXTENT_DATA_REF_KEY: in process_leaf()
H A Dtree-checker.c1513 case BTRFS_EXTENT_DATA_REF_KEY: in check_extent_item()
1924 case BTRFS_EXTENT_DATA_REF_KEY: in check_leaf_item()
H A Dbackref.c948 case BTRFS_EXTENT_DATA_REF_KEY: { in add_delayed_refs()
1092 case BTRFS_EXTENT_DATA_REF_KEY: { in add_inline_refs()
1197 case BTRFS_EXTENT_DATA_REF_KEY: { in add_keyed_refs()
H A Ddelayed-ref.c306 if (ref1->type == BTRFS_EXTENT_DATA_REF_KEY) in comp_refs()
H A Daccessors.h384 if (type == BTRFS_EXTENT_DATA_REF_KEY) in btrfs_extent_inline_ref_size()
/linux-6.15/fs/btrfs/tests/
H A Ddelayed-refs-tests.c262 node_check.type = BTRFS_EXTENT_DATA_REF_KEY; in simple_tests()
303 node_check.type = BTRFS_EXTENT_DATA_REF_KEY; in simple_tests()
376 node_check.type = BTRFS_EXTENT_DATA_REF_KEY; in merge_tests()
/linux-6.15/include/uapi/linux/
H A Dbtrfs_tree.h240 #define BTRFS_EXTENT_DATA_REF_KEY 178 macro
/linux-6.15/include/trace/events/
H A Dbtrfs.h38 { BTRFS_EXTENT_DATA_REF_KEY, "EXTENT_DATA_REF" }, \