Home
last modified time | relevance | path

Searched refs:btrfs_check_chunk_valid (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dtree-checker.h66 int btrfs_check_chunk_valid(struct extent_buffer *leaf,
H A Dtree-checker.c794 int btrfs_check_chunk_valid(struct extent_buffer *leaf, in btrfs_check_chunk_valid() function
987 return btrfs_check_chunk_valid(leaf, chunk, key->offset); in check_leaf_chunk_item()
H A Dvolumes.c6794 ret = btrfs_check_chunk_valid(leaf, chunk, logical); in read_one_chunk()