Searched refs:stripe_size (Results 1 – 14 of 14) sorted by relevance
50 unsigned long stripe_size; in lov_stripe_size() local62 stripe_size = lov_do_div64(ost_size, ssize); in lov_stripe_size()63 if (stripe_size) in lov_stripe_size()64 lov_size = ost_size * swidth + stripeno * ssize + stripe_size; in lov_stripe_size()
39 do_div(offset, d->stripe_size); in offset_to_stripe()53 if (nr_sectors <= dc->disk.stripe_size) in bcache_dev_stripe_dirty()56 nr_sectors -= dc->disk.stripe_size; in bcache_dev_stripe_dirty()
300 stripe_offset = offset & (d->stripe_size - 1); in bcache_dev_sectors_dirty_add()304 d->stripe_size - stripe_offset); in bcache_dev_sectors_dirty_add()314 if (sectors_dirty == d->stripe_size) in bcache_dev_sectors_dirty_add()358 stripe * dc->disk.stripe_size, 0); in refill_full_stripes()362 next_stripe * dc->disk.stripe_size, 0), in refill_full_stripes()
87 read_attribute(stripe_size);169 sysfs_hprint(stripe_size, dc->disk.stripe_size << 9); in SHOW()
754 if (!d->stripe_size) in bcache_device_init()755 d->stripe_size = 1 << 31; in bcache_device_init()757 d->nr_stripes = DIV_ROUND_UP_ULL(sectors, d->stripe_size); in bcache_device_init()1138 dc->disk.stripe_size = q->limits.io_opt >> 9; in cached_dev_init()1140 if (dc->disk.stripe_size) in cached_dev_init()
264 unsigned stripe_size; member
37 cfg->data.stripe_size = RSXX_HW_BLK_SIZE; in initialize_config()197 card->config.data.stripe_size); in rsxx_load_config()
45 __u32 stripe_size; member
903 return rsxx_dma_stripe_setup(card, card->config.data.stripe_size); in rsxx_dma_configure()
73 u32 stripe_size; member
2289 if (dev->stripe_size) in nvme_alloc_ns()2290 blk_queue_chunk_sectors(ns->queue, dev->stripe_size >> 9); in nvme_alloc_ns()2656 dev->stripe_size = 1 << (ctrl->vs[3] + shift); in nvme_dev_add()2657 max_hw_sectors = dev->stripe_size >> (shift - 9); in nvme_dev_add()
1456 unsigned long stripe_size; in echo_get_stripe_off_id() local1466 stripe_size = lsm->lsm_stripe_size; in echo_get_stripe_off_id()1470 width = stripe_size * stripe_count; in echo_get_stripe_off_id()1475 stripe_index = woffset / stripe_size; in echo_get_stripe_off_id()1478 *offp = offset * stripe_size + woffset % stripe_size; in echo_get_stripe_off_id()
336 u32 stripe_size; member
387 __le16 stripe_size; member