Lines Matching defs:path
20 struct btrfs_path path;
28 memset(&path, 0, sizeof(path));
30 path.nodes[0] = leaf;
31 path.slots[0] = slot;
41 btrfs_setup_item_for_insert(NULL, root, &path, &key, value_len);
57 struct btrfs_path path;
62 memset(&path, 0, sizeof(path));
64 path.nodes[0] = leaf;
65 path.slots[0] = 0;
75 btrfs_setup_item_for_insert(NULL, root, &path, &key, value_len);