Searched refs:read_block_for_search (Results 1 – 1 of 1) sorted by relevance
/linux/fs/btrfs/ |
H A D | ctree.c | 1440 read_block_for_search(struct btrfs_root *root, struct btrfs_path *p, in read_block_for_search() function 2172 err = read_block_for_search(root, p, &b, slot, key); in btrfs_search_slot() 2299 err = read_block_for_search(root, p, &b, slot, key); in btrfs_search_old_slot() 4906 ret = read_block_for_search(root, path, &next, slot, &key); in btrfs_next_old_leaf() 4949 ret = read_block_for_search(root, path, &next, 0, &key); in btrfs_next_old_leaf()
|