Lines Matching defs:btrfs_search_slot
2384 * helper function for btrfs_search_slot. The goal is to find a block
2481 * helper function for btrfs_search_slot. This does all of the checks
2486 * drop the path, -EAGAIN is returned and btrfs_search_slot must
2566 ret = btrfs_search_slot(NULL, fs_root, &key, path, 0, 0);
2683 * btrfs_search_slot - look for a key in a tree and perform necessary
2707 int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root *root,
2953 * Like btrfs_search_slot, this looks for a key in the given tree. It uses the
2961 * btrfs_search_slot at that point in time with ins_len and cow both set to 0.
2980 return btrfs_search_slot(NULL, root, key, p, 0, 0);
3081 ret = btrfs_search_slot(NULL, root, key, p, 0, 0);
4467 ret = btrfs_search_slot(trans, root, &key, path, 0, 1);
4805 * in a function that doesn't call btrfs_search_slot
4926 ret = btrfs_search_slot(trans, root, cpu_key, path, total_size, 1);
5188 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
5194 * before releasing the path and calling btrfs_search_slot(), we now may
5242 * into min_key, so you can call btrfs_search_slot with cow=1 on the
5408 ret = btrfs_search_slot(NULL, root, &cur_key, path,
5477 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);