Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dbackref.h204 int extent_from_logical(struct btrfs_fs_info *fs_info, u64 logical,
H A Dbackref.c2202 int extent_from_logical(struct btrfs_fs_info *fs_info, u64 logical, in extent_from_logical() function
2560 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags); in iterate_inodes_from_logical()
H A Dscrub.c507 ret = extent_from_logical(fs_info, swarn.logical, path, &found_key, in scrub_print_common_warning()
H A Dinode.c265 ret = extent_from_logical(fs_info, logical, &path, &found_key, &flags); in print_data_reloc_error()