Searched refs:btrfs_key (Results 1 - 25 of 56) sorted by relevance

123

/linux-master/fs/btrfs/
H A Dprint-tree.h13 struct btrfs_key;
17 const char *btrfs_root_name(const struct btrfs_key *key, char *buf);
H A Droot-tree.h10 struct btrfs_key;
27 int btrfs_del_root(struct btrfs_trans_handle *trans, const struct btrfs_key *key);
29 const struct btrfs_key *key,
32 struct btrfs_key *key, struct btrfs_root_item *item);
33 int btrfs_find_root(struct btrfs_root *root, const struct btrfs_key *search_key,
35 struct btrfs_key *root_key);
H A Dtree-checker.h14 struct btrfs_key;
38 struct btrfs_key first_key;
72 struct btrfs_key *first_key, u64 parent_transid);
H A Dctree.h175 struct btrfs_key root_key;
216 struct btrfs_key defrag_progress;
217 struct btrfs_key defrag_max;
490 const struct btrfs_key *key, int *slot);
492 int __pure btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2);
501 const struct btrfs_key *k2)
503 const struct btrfs_key *k1 = (const struct btrfs_key *)disk_key;
512 const struct btrfs_key *k
[all...]
H A Dorphan.c13 struct btrfs_key key;
34 struct btrfs_key key;
H A Ddir-item.h11 struct btrfs_key;
20 struct btrfs_key *location, u8 type, u64 index);
H A Dinode-item.h14 struct btrfs_key;
102 struct btrfs_key *location, int mod);
H A Ddir-item.c25 struct btrfs_key *cpu_key,
65 struct btrfs_key key, location;
111 struct btrfs_key *location, u8 type, u64 index)
120 struct btrfs_key key;
180 struct btrfs_key *key, const char *name,
218 struct btrfs_key key;
237 struct btrfs_key key;
314 struct btrfs_key key;
333 struct btrfs_key key;
362 struct btrfs_key ke
[all...]
H A Droot-tree.c67 int btrfs_find_root(struct btrfs_root *root, const struct btrfs_key *search_key,
69 struct btrfs_key *root_key)
71 struct btrfs_key found_key;
129 *root, struct btrfs_key *key, struct btrfs_root_item
208 const struct btrfs_key *key, struct btrfs_root_item *item)
222 struct btrfs_key key;
293 struct btrfs_key drop_key;
320 const struct btrfs_key *key)
352 struct btrfs_key key;
421 struct btrfs_key ke
[all...]
H A Dtree-checker.c86 struct btrfs_key key;
121 struct btrfs_key *key,
147 struct btrfs_key key;
176 struct btrfs_key *key, int slot,
177 struct btrfs_key *prev_key)
207 struct btrfs_key *key, int slot,
208 struct btrfs_key *prev_key)
346 static int check_csum_item(struct extent_buffer *leaf, struct btrfs_key *key,
347 int slot, struct btrfs_key *prev_key)
392 static int check_inode_key(struct extent_buffer *leaf, struct btrfs_key *ke
[all...]
H A Dbackref.h217 struct btrfs_path *path, struct btrfs_key *found_key,
221 struct btrfs_key *key, struct btrfs_extent_item *ei,
261 struct btrfs_key key_for_search;
278 struct btrfs_key cur_key;
463 struct btrfs_key *node_key,
H A Dextent-tree.h137 struct btrfs_key *ins);
140 struct btrfs_key *ins);
143 struct btrfs_key *ins, int is_data, int delalloc);
H A Draid-stripe-tree.c21 struct btrfs_key key;
80 struct btrfs_key stripe_key;
156 struct btrfs_key stripe_key;
157 struct btrfs_key found_key;
H A Dinode-item.c90 struct btrfs_key key;
113 struct btrfs_key key;
182 struct btrfs_key key;
264 struct btrfs_key key;
315 struct btrfs_key key;
389 struct btrfs_key key;
402 struct btrfs_key *location, int mod)
409 struct btrfs_key found_key;
466 struct btrfs_key key;
467 struct btrfs_key found_ke
[all...]
H A Duuid-tree.c16 static void btrfs_uuid_to_key(u8 *uuid, u8 type, struct btrfs_key *key)
33 struct btrfs_key key;
91 struct btrfs_key key;
155 struct btrfs_key key;
295 struct btrfs_key key;
H A Dtree-log.c377 struct btrfs_key *key)
625 struct btrfs_key *key)
716 struct btrfs_key ins;
933 struct btrfs_key location;
975 struct btrfs_key location;
1017 struct btrfs_key *key,
1060 struct btrfs_key search_key;
1267 struct btrfs_key *key)
1350 struct btrfs_key *key)
1530 struct btrfs_key ke
[all...]
H A Ddisk-io.h68 struct btrfs_key *key);
83 struct btrfs_key *key);
H A Dfile-item.c164 struct btrfs_key file_key;
207 struct btrfs_key file_key;
208 struct btrfs_key found_key;
258 struct btrfs_key file_key;
284 struct btrfs_key key;
458 struct btrfs_key key;
601 struct btrfs_key key;
812 struct btrfs_key *key,
865 struct btrfs_key key;
927 struct btrfs_key p
[all...]
H A Dfree-space-tree.c27 struct btrfs_key key = {
75 struct btrfs_key key;
108 struct btrfs_key key;
135 struct btrfs_key *key, struct btrfs_path *p,
212 struct btrfs_key key, found_key;
350 struct btrfs_key key, found_key;
518 struct btrfs_key key;
543 struct btrfs_key key;
582 struct btrfs_key key;
610 struct btrfs_key ke
[all...]
H A Daccessors.h600 static inline void btrfs_disk_key_to_cpu(struct btrfs_key *cpu_key,
603 memcpy(cpu_key, disk_key, sizeof(struct btrfs_key));
607 const struct btrfs_key *cpu_key)
609 memcpy(disk_key, cpu_key, sizeof(struct btrfs_key));
613 struct btrfs_key *cpu_key, int nr)
621 struct btrfs_key *cpu_key, int nr)
630 struct btrfs_key *cpu_key)
639 static inline void btrfs_disk_key_to_cpu(struct btrfs_key *cpu,
648 const struct btrfs_key *cpu)
656 struct btrfs_key *ke
[all...]
H A Dexport.c154 struct btrfs_key key;
155 struct btrfs_key found_key;
231 struct btrfs_key key;
H A Dprint-tree.c36 const char *btrfs_root_name(const struct btrfs_key *key, char *buf)
248 struct btrfs_key key;
249 struct btrfs_key found_key;
395 struct btrfs_key key;
H A Dctree.c32 const struct btrfs_key *ins_key, struct btrfs_path *path,
759 * same as comp_keys only with two btrfs_key's
761 int __pure btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2)
793 const struct btrfs_key *key, int *slot)
1495 const struct btrfs_key *key)
1665 struct btrfs_key *found_key)
1668 struct btrfs_key key;
1819 const struct btrfs_key *key,
1840 const struct btrfs_key *ke
[all...]
H A Dsend.c159 struct btrfs_key *cmp_key;
931 struct btrfs_key key;
995 struct btrfs_key *found_key, int resolve,
1108 typedef int (*iterate_dir_item_t)(int num, struct btrfs_key *di_key,
1126 struct btrfs_key di_key;
1251 struct btrfs_key key, found_key;
1753 struct btrfs_key key;
1999 struct btrfs_key key;
2032 struct btrfs_key key;
2033 struct btrfs_key found_ke
[all...]
/linux-master/fs/btrfs/tests/
H A Dqgroup-tests.c25 struct btrfs_key ins;
74 struct btrfs_key key;
123 struct btrfs_key key;
156 struct btrfs_key key;

Completed in 402 milliseconds

123