Home
last modified time | relevance | path

Searched refs:BTRFS_REF_TYPE_INVALID (Results 1 – 4 of 4) sorted by relevance

/linux/fs/btrfs/
H A Dextent-tree.h93 BTRFS_REF_TYPE_INVALID, enumerator
H A Dbackref.c1064 if (unlikely(type == BTRFS_REF_TYPE_INVALID)) in add_inline_refs()
2328 if (unlikely(*out_type == BTRFS_REF_TYPE_INVALID)) in get_extent_inline_ref()
3522 if (unlikely(type == BTRFS_REF_TYPE_INVALID)) { in btrfs_backref_add_tree_node()
H A Dextent-tree.c399 return BTRFS_REF_TYPE_INVALID; in btrfs_get_extent_inline_ref_type()
664 ASSERT(type != BTRFS_REF_TYPE_INVALID); in extent_data_ref_count()
925 if (unlikely(type == BTRFS_REF_TYPE_INVALID)) { in lookup_inline_extent_backref()
1168 if (unlikely(type == BTRFS_REF_TYPE_INVALID)) in update_inline_extent_backref()
H A Drelocation.c3100 if (type == BTRFS_REF_TYPE_INVALID) in add_tree_block()