Symbol: BTRFS_ROOT_ITEM_KEY
fs/btrfs/disk-io.c
1106
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/disk-io.c
1293
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/disk-io.c
1412
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/disk-io.c
2062
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/disk-io.c
2171
location.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/disk-io.c
2211
root->root_key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/disk-io.c
772
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/disk-io.c
783
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/disk-io.c
811
root->root_key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/disk-io.c
866
root->root_key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/free-space-tree.c
1275
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/free-space-tree.c
1328
.type = BTRFS_ROOT_ITEM_KEY,
fs/btrfs/free-space-tree.c
1764
.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
4622
WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid);
fs/btrfs/inode.c
5792
location->type != BTRFS_ROOT_ITEM_KEY)) {
fs/btrfs/ioctl.c
616
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
1773
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/relocation.c
5488
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/relocation.c
5507
key.type != BTRFS_ROOT_ITEM_KEY)
fs/btrfs/relocation.c
598
root_key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/root-tree.c
103
found_key.type != BTRFS_ROOT_ITEM_KEY) {
fs/btrfs/send.c
1952
if (key.type == BTRFS_ROOT_ITEM_KEY)
fs/btrfs/send.c
2922
if (di_key.type != BTRFS_ROOT_ITEM_KEY &&
fs/btrfs/tests/free-space-tests.c
1040
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
1828
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/tree-checker.c
1993
case BTRFS_ROOT_ITEM_KEY:
fs/btrfs/tree-checker.c
470
is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY);
fs/btrfs/tree-checker.c
554
if (location_key.type == BTRFS_ROOT_ITEM_KEY) {
fs/btrfs/tree-checker.c
566
location_key.type, BTRFS_ROOT_ITEM_KEY,
fs/btrfs/tree-log.c
4226
if (di_key.type != BTRFS_ROOT_ITEM_KEY)
fs/btrfs/tree-log.c
5961
if (di_key.type == BTRFS_ROOT_ITEM_KEY)
fs/btrfs/tree-log.c
6848
if (key.type == BTRFS_ROOT_ITEM_KEY)
fs/btrfs/tree-log.c
7721
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/uuid-tree.c
415
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/uuid-tree.c
431
if (key.type != BTRFS_ROOT_ITEM_KEY ||
fs/btrfs/uuid-tree.c
504
} else if (key.type < BTRFS_ROOT_ITEM_KEY) {
fs/btrfs/uuid-tree.c
506
key.type = BTRFS_ROOT_ITEM_KEY;
fs/btrfs/uuid-tree.c
509
key.type = BTRFS_ROOT_ITEM_KEY;