Searched refs:BTRFS_TREE_BLOCK_REF_KEY (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/btrfs/tests/
H A Dqgroup-tests.c61 btrfs_set_extent_inline_ref_type(leaf, iref, BTRFS_TREE_BLOCK_REF_KEY);
108 key.type = BTRFS_TREE_BLOCK_REF_KEY;
190 key.type = BTRFS_TREE_BLOCK_REF_KEY;
/linux-master/fs/btrfs/
H A Ddelayed-ref.c313 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) {
365 if (ref1->type == BTRFS_TREE_BLOCK_REF_KEY ||
575 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY ||
979 * one of BTRFS_SHARED_BLOCK_REF_KEY/BTRFS_TREE_BLOCK_REF_KEY
1102 ref_type = BTRFS_TREE_BLOCK_REF_KEY;
1274 case BTRFS_TREE_BLOCK_REF_KEY:
H A Dprint-tree.c144 case BTRFS_TREE_BLOCK_REF_KEY:
293 case BTRFS_TREE_BLOCK_REF_KEY:
H A Dtree-checker.c1256 key.type == BTRFS_TREE_BLOCK_REF_KEY ||
1449 case BTRFS_TREE_BLOCK_REF_KEY:
1581 if (unlikely(key->type != BTRFS_TREE_BLOCK_REF_KEY &&
1766 case BTRFS_TREE_BLOCK_REF_KEY:
H A Dbackref.c920 case BTRFS_TREE_BLOCK_REF_KEY: {
1094 case BTRFS_TREE_BLOCK_REF_KEY:
1173 if (key.type < BTRFS_TREE_BLOCK_REF_KEY)
1198 case BTRFS_TREE_BLOCK_REF_KEY:
2358 if (type == BTRFS_TREE_BLOCK_REF_KEY ||
2935 iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY)) {
3011 (iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY &&
3499 * type BTRFS_TREE_BLOCK_REF_KEY
3549 ((key.type == BTRFS_TREE_BLOCK_REF_KEY &&
3562 } else if (key.type == BTRFS_TREE_BLOCK_REF_KEY) {
[all...]
H A Dref-verify.c469 case BTRFS_TREE_BLOCK_REF_KEY:
527 case BTRFS_TREE_BLOCK_REF_KEY:
H A Dextent-tree.c361 if (type == BTRFS_TREE_BLOCK_REF_KEY ||
366 if (type == BTRFS_TREE_BLOCK_REF_KEY)
696 key.type = BTRFS_TREE_BLOCK_REF_KEY;
720 key.type = BTRFS_TREE_BLOCK_REF_KEY;
736 type = BTRFS_TREE_BLOCK_REF_KEY;
1795 if (node->type == BTRFS_TREE_BLOCK_REF_KEY ||
4954 BTRFS_TREE_BLOCK_REF_KEY);
H A Daccessors.h380 if (type == BTRFS_TREE_BLOCK_REF_KEY ||
H A Drelocation.c3289 if (type == BTRFS_TREE_BLOCK_REF_KEY)
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h238 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/linux-master/include/trace/events/
H A Dbtrfs.h39 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \

Completed in 174 milliseconds