Symbol: BTRFS_ROOT_ITEM_KEY
fs/btrfs/disk-io.c
1136
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/disk-io.c
1323
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/disk-io.c
1442
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/disk-io.c
2083
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/disk-io.c
2192
location.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/disk-io.c
2232
root->root_key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/disk-io.c
799
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/disk-io.c
810
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/disk-io.c
838
root->root_key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/disk-io.c
893
root->root_key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/free-space-tree.c
1285
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/free-space-tree.c
1338
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/free-space-tree.c
1803
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/free-space-tree.c
28
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/inode-item.c
395
if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY &&
fs/btrfs/inode.c
4443
WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid);
fs/btrfs/inode.c
5608
location->type != BTRFS_ROOT_ITEM_KEY)) {
fs/btrfs/ioctl.c
647
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/print-tree.c
389
[BTRFS_ROOT_ITEM_KEY] = "ROOT_ITEM",
fs/btrfs/print-tree.c
487
case BTRFS_ROOT_ITEM_KEY:
fs/btrfs/qgroup.c
1782
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/relocation.c
5583
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/relocation.c
5602
key.type != BTRFS_ROOT_ITEM_KEY)
fs/btrfs/relocation.c
647
root_key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/root-tree.c
103
found_key.type != BTRFS_ROOT_ITEM_KEY) {
fs/btrfs/send.c
1947
if (key.type == BTRFS_ROOT_ITEM_KEY)
fs/btrfs/send.c
2902
if (di_key.type != BTRFS_ROOT_ITEM_KEY &&
fs/btrfs/tests/free-space-tests.c
1036
root->root_key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/tests/free-space-tree-tests.c
448
root->root_key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/tests/qgroup-tests.c
484
root->root_key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/tests/raid-stripe-tree-tests.c
1107
root->root_key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/transaction.c
1835
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/tree-checker.c
2361
case BTRFS_ROOT_ITEM_KEY:
fs/btrfs/tree-checker.c
497
is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY);
fs/btrfs/tree-checker.c
581
if (location_key.type == BTRFS_ROOT_ITEM_KEY) {
fs/btrfs/tree-checker.c
593
location_key.type, BTRFS_ROOT_ITEM_KEY,
fs/btrfs/tree-log.c
4227
if (di_key.type != BTRFS_ROOT_ITEM_KEY)
fs/btrfs/tree-log.c
5964
if (di_key.type == BTRFS_ROOT_ITEM_KEY)
fs/btrfs/tree-log.c
6882
if (key.type == BTRFS_ROOT_ITEM_KEY)
fs/btrfs/tree-log.c
7797
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/uuid-tree.c
412
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/uuid-tree.c
428
if (key.type != BTRFS_ROOT_ITEM_KEY ||
fs/btrfs/uuid-tree.c
501
} else if (key.type < BTRFS_ROOT_ITEM_KEY) {
fs/btrfs/uuid-tree.c
503
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/uuid-tree.c
506
key.type = BTRFS_ROOT_ITEM_KEY;