Lines Matching refs:stripe_key
301 struct btrfs_key stripe_key;
326 stripe_key.objectid = bioc->logical;
327 stripe_key.type = BTRFS_RAID_STRIPE_KEY;
328 stripe_key.offset = bioc->size;
330 ret = btrfs_insert_item(trans, stripe_root, &stripe_key, stripe_extent,
333 ret = update_raid_extent_item(trans, &stripe_key, stripe_extent,
377 struct btrfs_key stripe_key;
390 stripe_key.objectid = logical;
391 stripe_key.type = BTRFS_RAID_STRIPE_KEY;
392 stripe_key.offset = 0;
403 ret = btrfs_search_slot(NULL, stripe_root, &stripe_key, path, 0, 0);