Home
last modified time | relevance | path

Searched refs:stripe_size (Results 1 – 14 of 14) sorted by relevance

/drivers/staging/lustre/lustre/lov/
Dlov_offset.c50 unsigned long stripe_size; in lov_stripe_size() local
62 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()
/drivers/md/bcache/
Dwriteback.h39 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()
Dwriteback.c300 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()
Dsysfs.c87 read_attribute(stripe_size);
169 sysfs_hprint(stripe_size, dc->disk.stripe_size << 9); in SHOW()
Dsuper.c754 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()
Dbcache.h264 unsigned stripe_size; member
/drivers/block/rsxx/
Dconfig.c37 cfg->data.stripe_size = RSXX_HW_BLK_SIZE; in initialize_config()
197 card->config.data.stripe_size); in rsxx_load_config()
Drsxx_cfg.h45 __u32 stripe_size; member
Ddma.c903 return rsxx_dma_stripe_setup(card, card->config.data.stripe_size); in rsxx_dma_configure()
/drivers/nvme/host/
Dnvme.h73 u32 stripe_size; member
Dpci.c2289 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()
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1456 unsigned long stripe_size; in echo_get_stripe_off_id() local
1466 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()
/drivers/scsi/esas2r/
Datioctl.h336 u32 stripe_size; member
/drivers/block/
Dsx8.c387 __le16 stripe_size; member