Lines Matching defs:location
1916 BTRFS_I(inode)->location.objectid = BTRFS_BTREE_INODE_OBJECTID;
1917 BTRFS_I(inode)->location.type = 0;
1918 BTRFS_I(inode)->location.offset = 0;
2212 struct btrfs_key location;
2221 location.type = BTRFS_ROOT_ITEM_KEY;
2222 location.offset = 0;
2225 location.objectid = BTRFS_BLOCK_GROUP_TREE_OBJECTID;
2226 root = btrfs_read_tree_root(tree_root, &location);
2238 location.objectid = BTRFS_DEV_TREE_OBJECTID;
2239 root = btrfs_read_tree_root(tree_root, &location);
2270 location.objectid = BTRFS_QUOTA_TREE_OBJECTID;
2271 root = btrfs_read_tree_root(tree_root, &location);
2278 location.objectid = BTRFS_UUID_TREE_OBJECTID;
2279 root = btrfs_read_tree_root(tree_root, &location);
2294 location.objectid, ret);
3781 "couldn't get super block location for mirror %d",