Searched refs:BTRFS_REF_TYPE_DATA (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dextent-tree.h96 BTRFS_REF_TYPE_DATA, enumerator in enum:btrfs_inline_ref_type
H A Dextent-tree.c345 * is_data == BTRFS_REF_TYPE_DATA, data type is requiried,
377 } else if (is_data == BTRFS_REF_TYPE_DATA) {
659 type = btrfs_get_extent_inline_ref_type(leaf, iref, BTRFS_REF_TYPE_DATA);
891 needed = BTRFS_REF_TYPE_DATA;
2430 type = btrfs_get_extent_inline_ref_type(leaf, iref, BTRFS_REF_TYPE_DATA);
2450 type = btrfs_get_extent_inline_ref_type(leaf, iref, BTRFS_REF_TYPE_DATA);

Completed in 189 milliseconds