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