Searched refs:btrfs_get_extent_inline_ref_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/btrfs/
H A Dextent-tree.h100 int btrfs_get_extent_inline_ref_type(const struct extent_buffer *eb,
H A Dextent-tree.c348 int btrfs_get_extent_inline_ref_type(const struct extent_buffer *eb, function
659 type = btrfs_get_extent_inline_ref_type(leaf, iref, BTRFS_REF_TYPE_DATA);
898 type = btrfs_get_extent_inline_ref_type(leaf, iref, needed);
1122 type = btrfs_get_extent_inline_ref_type(leaf, iref, BTRFS_REF_TYPE_ANY);
1124 * Function btrfs_get_extent_inline_ref_type() has already printed
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);
2980 type = btrfs_get_extent_inline_ref_type(leaf, iref, BTRFS_REF_TYPE_ANY);
H A Dbackref.c1070 type = btrfs_get_extent_inline_ref_type(leaf, iref,
2321 *out_type = btrfs_get_extent_inline_ref_type(eb, *out_eiref,
3531 type = btrfs_get_extent_inline_ref_type(eb, iref,
H A Drelocation.c3285 type = btrfs_get_extent_inline_ref_type(eb, iref,

Completed in 147 milliseconds