Searched refs:read_block_for_search (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | ctree.c | 1462 read_block_for_search(struct btrfs_root *root, struct btrfs_path *p, in read_block_for_search() function 2198 ret2 = read_block_for_search(root, p, &pa, &b, slot, key); in btrfs_search_slot() 2335 ret2 = read_block_for_search(root, p, &pa, &b, slot, key); in btrfs_search_old_slot() 4907 ret = read_block_for_search(root, path, &pa, &next, slot, &key); in btrfs_next_old_leaf() 4950 ret = read_block_for_search(root, path, &pa, &next, 0, &key); in btrfs_next_old_leaf()
|