Searched refs:BTRFS_ROOT_ITEM_KEY (Results 1 - 18 of 18) sorted by relevance

/linux-master/fs/btrfs/
H A Ddisk-io.c833 .type = BTRFS_ROOT_ITEM_KEY,
844 .type = BTRFS_ROOT_ITEM_KEY,
880 root->root_key.type = BTRFS_ROOT_ITEM_KEY;
915 key.type = BTRFS_ROOT_ITEM_KEY;
939 root->root_key.type = BTRFS_ROOT_ITEM_KEY;
1181 .type = BTRFS_ROOT_ITEM_KEY,
1359 key.type = BTRFS_ROOT_ITEM_KEY;
1478 key.type = BTRFS_ROOT_ITEM_KEY;
2137 .type = BTRFS_ROOT_ITEM_KEY,
2249 location.type = BTRFS_ROOT_ITEM_KEY;
[all...]
H A Dprint-tree.c283 case BTRFS_ROOT_ITEM_KEY:
H A Dbtrfs_inode.h326 /* type == BTRFS_ROOT_ITEM_KEY: subvol dir */
327 if (inode->location.type == BTRFS_ROOT_ITEM_KEY)
H A Dtree-checker.c451 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY);
535 if (location_key.type == BTRFS_ROOT_ITEM_KEY) {
547 location_key.type, BTRFS_ROOT_ITEM_KEY,
1759 case BTRFS_ROOT_ITEM_KEY:
H A Droot-tree.c103 found_key.type != BTRFS_ROOT_ITEM_KEY) {
H A Dfree-space-tree.c29 .type = BTRFS_ROOT_ITEM_KEY,
1267 .type = BTRFS_ROOT_ITEM_KEY,
1316 .type = BTRFS_ROOT_ITEM_KEY,
H A Dinode-item.c412 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY &&
H A Dtree-log.c3780 if (di_key.type != BTRFS_ROOT_ITEM_KEY)
5240 * attempts to delete the snapshot entry (entry of type BTRFS_ROOT_ITEM_KEY) as
5489 if (di_key.type == BTRFS_ROOT_ITEM_KEY)
6336 if (key.type == BTRFS_ROOT_ITEM_KEY)
7220 key.type = BTRFS_ROOT_ITEM_KEY;
H A Drelocation.c754 root_key.type = BTRFS_ROOT_ITEM_KEY;
4270 key.type = BTRFS_ROOT_ITEM_KEY;
4290 key.type != BTRFS_ROOT_ITEM_KEY)
H A Dvolumes.c4804 key.type = BTRFS_ROOT_ITEM_KEY;
4820 if (key.type != BTRFS_ROOT_ITEM_KEY ||
4893 } else if (key.type < BTRFS_ROOT_ITEM_KEY) {
4895 key.type = BTRFS_ROOT_ITEM_KEY;
4898 key.type = BTRFS_ROOT_ITEM_KEY;
H A Dtransaction.c1700 key.type = BTRFS_ROOT_ITEM_KEY;
H A Dsend.c2013 if (key.type == BTRFS_ROOT_ITEM_KEY) {
2984 if (di_key.type != BTRFS_ROOT_ITEM_KEY &&
H A Dioctl.c718 key.type = BTRFS_ROOT_ITEM_KEY;
H A Dinode.c4309 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid);
5425 location->type != BTRFS_ROOT_ITEM_KEY) {
/linux-master/fs/btrfs/tests/
H A Dqgroup-tests.c493 root->root_key.type = BTRFS_ROOT_ITEM_KEY;
H A Dfree-space-tests.c1040 root->root_key.type = BTRFS_ROOT_ITEM_KEY;
H A Dfree-space-tree-tests.c451 root->root_key.type = BTRFS_ROOT_ITEM_KEY;
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h195 #define BTRFS_ROOT_ITEM_KEY 132 macro

Completed in 303 milliseconds