Symbol: BTRFS_TREE_BLOCK_REF_KEY
fs/btrfs/accessors.h
374
if (type == BTRFS_TREE_BLOCK_REF_KEY ||
fs/btrfs/backref.c
1081
case BTRFS_TREE_BLOCK_REF_KEY:
fs/btrfs/backref.c
1160
if (key.type < BTRFS_TREE_BLOCK_REF_KEY)
fs/btrfs/backref.c
1185
case BTRFS_TREE_BLOCK_REF_KEY:
fs/btrfs/backref.c
2353
if (type == BTRFS_TREE_BLOCK_REF_KEY ||
fs/btrfs/backref.c
2921
iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY)) {
fs/btrfs/backref.c
3005
(iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY &&
fs/btrfs/backref.c
3528
((key.type == BTRFS_TREE_BLOCK_REF_KEY &&
fs/btrfs/backref.c
3541
} else if (key.type == BTRFS_TREE_BLOCK_REF_KEY) {
fs/btrfs/backref.c
913
case BTRFS_TREE_BLOCK_REF_KEY: {
fs/btrfs/delayed-ref.c
1239
int type = parent ? BTRFS_SHARED_BLOCK_REF_KEY : BTRFS_TREE_BLOCK_REF_KEY;
fs/btrfs/delayed-ref.c
1246
if (type == BTRFS_TREE_BLOCK_REF_KEY) {
fs/btrfs/delayed-ref.c
451
WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY ||
fs/btrfs/delayed-ref.h
453
return BTRFS_TREE_BLOCK_REF_KEY;
fs/btrfs/extent-tree.c
1849
if (node->type == BTRFS_TREE_BLOCK_REF_KEY ||
fs/btrfs/extent-tree.c
358
if (type == BTRFS_TREE_BLOCK_REF_KEY ||
fs/btrfs/extent-tree.c
363
if (type == BTRFS_TREE_BLOCK_REF_KEY)
fs/btrfs/extent-tree.c
5148
BTRFS_TREE_BLOCK_REF_KEY);
fs/btrfs/extent-tree.c
706
key.type = BTRFS_TREE_BLOCK_REF_KEY;
fs/btrfs/extent-tree.c
736
key.type = BTRFS_TREE_BLOCK_REF_KEY;
fs/btrfs/extent-tree.c
752
type = BTRFS_TREE_BLOCK_REF_KEY;
fs/btrfs/print-tree.c
152
case BTRFS_TREE_BLOCK_REF_KEY:
fs/btrfs/print-tree.c
394
[BTRFS_TREE_BLOCK_REF_KEY] = "TREE_BLOCK_REF",
fs/btrfs/print-tree.c
497
case BTRFS_TREE_BLOCK_REF_KEY:
fs/btrfs/ref-verify.c
452
case BTRFS_TREE_BLOCK_REF_KEY:
fs/btrfs/ref-verify.c
514
case BTRFS_TREE_BLOCK_REF_KEY:
fs/btrfs/relocation.c
3191
if (type == BTRFS_TREE_BLOCK_REF_KEY)
fs/btrfs/tests/delayed-refs-tests.c
250
.type = BTRFS_TREE_BLOCK_REF_KEY,
fs/btrfs/tests/delayed-refs-tests.c
293
node_check.type = BTRFS_TREE_BLOCK_REF_KEY;
fs/btrfs/tests/delayed-refs-tests.c
37
if ((type == BTRFS_TREE_BLOCK_REF_KEY) ||
fs/btrfs/tests/delayed-refs-tests.c
372
node_check.type = BTRFS_TREE_BLOCK_REF_KEY;
fs/btrfs/tests/delayed-refs-tests.c
803
.type = BTRFS_TREE_BLOCK_REF_KEY,
fs/btrfs/tests/qgroup-tests.c
105
key.type = BTRFS_TREE_BLOCK_REF_KEY;
fs/btrfs/tests/qgroup-tests.c
183
key.type = BTRFS_TREE_BLOCK_REF_KEY;
fs/btrfs/tests/qgroup-tests.c
60
btrfs_set_extent_inline_ref_type(leaf, iref, BTRFS_TREE_BLOCK_REF_KEY);
fs/btrfs/tree-checker.c
1446
key.type == BTRFS_TREE_BLOCK_REF_KEY ||
fs/btrfs/tree-checker.c
1654
case BTRFS_TREE_BLOCK_REF_KEY:
fs/btrfs/tree-checker.c
1820
if (unlikely(key->type != BTRFS_TREE_BLOCK_REF_KEY &&
fs/btrfs/tree-checker.c
2372
case BTRFS_TREE_BLOCK_REF_KEY:
include/trace/events/btrfs.h
50
{ BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \