Lines Matching defs:location
2145 memset(&BTRFS_I(inode)->location, 0, sizeof(struct btrfs_key));
2336 struct btrfs_key location;
2341 location.objectid = BTRFS_EXTENT_TREE_OBJECTID;
2342 location.type = BTRFS_ROOT_ITEM_KEY;
2343 location.offset = 0;
2345 root = btrfs_read_tree_root(tree_root, &location);
2353 location.objectid = BTRFS_DEV_TREE_OBJECTID;
2354 root = btrfs_read_tree_root(tree_root, &location);
2363 location.objectid = BTRFS_CSUM_TREE_OBJECTID;
2364 root = btrfs_read_tree_root(tree_root, &location);
2385 location.objectid = BTRFS_QUOTA_TREE_OBJECTID;
2386 root = btrfs_read_tree_root(tree_root, &location);
2393 location.objectid = BTRFS_UUID_TREE_OBJECTID;
2394 root = btrfs_read_tree_root(tree_root, &location);
2405 location.objectid = BTRFS_FREE_SPACE_TREE_OBJECTID;
2406 root = btrfs_read_tree_root(tree_root, &location);
2418 location.objectid, ret);