Home
last modified time | relevance | path

Searched refs:BTRFS_EXTENT_OWNER_REF_KEY (Results 1 – 7 of 7) sorted by relevance

/linux/fs/btrfs/
H A Dprint-tree.c183 case BTRFS_EXTENT_OWNER_REF_KEY: in print_extent_item()
398 [BTRFS_EXTENT_OWNER_REF_KEY] = "EXTENT_OWNER_REF", in key_type_string()
H A Dextent-tree.c353 if (type == BTRFS_EXTENT_OWNER_REF_KEY) { in btrfs_get_extent_inline_ref_type()
920 if (type == BTRFS_EXTENT_OWNER_REF_KEY) { in lookup_inline_extent_backref()
1857 } else if (unlikely(node->type != BTRFS_EXTENT_OWNER_REF_KEY)) { in run_one_delayed_ref()
2479 if (btrfs_fs_incompat(fs_info, SIMPLE_QUOTA) && type == BTRFS_EXTENT_OWNER_REF_KEY) { in check_committed_ref()
2480 expected_size += btrfs_extent_inline_ref_size(BTRFS_EXTENT_OWNER_REF_KEY); in check_committed_ref()
3127 if (type == BTRFS_EXTENT_OWNER_REF_KEY) { in btrfs_get_extent_owner_root()
5010 size += btrfs_extent_inline_ref_size(BTRFS_EXTENT_OWNER_REF_KEY); in alloc_reserved_file_extent()
5041 btrfs_set_extent_inline_ref_type(leaf, iref, BTRFS_EXTENT_OWNER_REF_KEY); in alloc_reserved_file_extent()
H A Dref-verify.c471 case BTRFS_EXTENT_OWNER_REF_KEY: in process_extent_item()
H A Daccessors.h383 if (type == BTRFS_EXTENT_OWNER_REF_KEY) in btrfs_extent_inline_ref_size()
H A Dtree-checker.c1667 case BTRFS_EXTENT_OWNER_REF_KEY: in check_extent_item()
H A Dbackref.c1114 case BTRFS_EXTENT_OWNER_REF_KEY: in add_inline_refs()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h239 #define BTRFS_EXTENT_OWNER_REF_KEY 172 macro