Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dprint-tree.c147 case BTRFS_EXTENT_DATA_REF_KEY: in print_extent_item()
268 case BTRFS_EXTENT_DATA_REF_KEY: in btrfs_print_leaf()
H A Dextent-tree.c353 type == BTRFS_EXTENT_DATA_REF_KEY) { in btrfs_get_extent_inline_ref_type()
368 if (type == BTRFS_EXTENT_DATA_REF_KEY) in btrfs_get_extent_inline_ref_type()
450 key.type = BTRFS_EXTENT_DATA_REF_KEY; in lookup_extent_data_ref()
525 key.type = BTRFS_EXTENT_DATA_REF_KEY; in insert_extent_data_ref()
651 if (type == BTRFS_EXTENT_DATA_REF_KEY) { in extent_data_ref_count()
731 type = BTRFS_EXTENT_DATA_REF_KEY; in extent_ref_type()
1019 if (type == BTRFS_EXTENT_DATA_REF_KEY) { in setup_inline_extent_backref()
1118 if (type == BTRFS_EXTENT_DATA_REF_KEY) { in update_inline_extent_backref()
1166 if (type == BTRFS_EXTENT_DATA_REF_KEY) in update_inline_extent_backref()
2364 if (type != BTRFS_EXTENT_DATA_REF_KEY) in check_committed_ref()
[all …]
H A Ddelayed-ref.h349 case BTRFS_EXTENT_DATA_REF_KEY: in btrfs_put_delayed_ref()
H A Dref-verify.c477 case BTRFS_EXTENT_DATA_REF_KEY: in process_extent_item()
532 case BTRFS_EXTENT_DATA_REF_KEY: in process_leaf()
H A Ddelayed-ref.c237 if (ref1->node.type == BTRFS_EXTENT_DATA_REF_KEY) { in comp_data_refs()
1014 ref_type = BTRFS_EXTENT_DATA_REF_KEY; in btrfs_add_delayed_data_ref()
H A Dtree-checker.c1477 case BTRFS_EXTENT_DATA_REF_KEY: in check_extent_item()
1841 case BTRFS_EXTENT_DATA_REF_KEY: in check_leaf_item()
H A Dbackref.c951 case BTRFS_EXTENT_DATA_REF_KEY: { in add_delayed_refs()
1104 case BTRFS_EXTENT_DATA_REF_KEY: { in add_inline_refs()
1206 case BTRFS_EXTENT_DATA_REF_KEY: { in add_keyed_refs()
H A Daccessors.h365 if (type == BTRFS_EXTENT_DATA_REF_KEY) in btrfs_extent_inline_ref_size()
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs_tree.h180 #define BTRFS_EXTENT_DATA_REF_KEY 178 macro
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h221 #define BTRFS_EXTENT_DATA_REF_KEY 178 macro
/openbmc/linux/include/trace/events/
H A Dbtrfs.h40 { BTRFS_EXTENT_DATA_REF_KEY, "EXTENT_DATA_REF" }, \