Searched refs:stripesize (Results 1 – 5 of 5) sorted by relevance
28 not lvcreate -L 64m -n $lv -i2 --stripesize -4 $vg 2>err;32 not lvcreate -L 64m -n $lv -i2 --stripesize 4294967291 $vg 2>err36 lvcreate -L 64m -n $lv -i1 --stripesize 4 $vg >out 2>err46 check_lv_field_ $vg/$lv stripesize "64.00k"55 not lvcreate -L 64m -n $lv -i2 --stripesize 3 $vg 2>err
885 if (pp->stripesize > (1 << *logical_ashift) && ISP2(pp->stripesize) && in vdev_geom_open()886 pp->stripesize <= (1 << SPA_MAXASHIFT) && pp->stripeoffset == 0) in vdev_geom_open()887 *physical_ashift = highbit(pp->stripesize) - 1; in vdev_geom_open()
162 int stripesize; member1869 if (dev_ptr->stripesize > 0) in pm_lvmlv_edit_menufmt()1870 snprintf(buf, STRSIZE, "%dK", dev_ptr->stripesize); in pm_lvmlv_edit_menufmt()1935 if (dev_ptr->stripesize << 1 > 512) in pm_lvmlv_set_value()1936 dev_ptr->stripesize = 4; in pm_lvmlv_set_value()1938 dev_ptr->stripesize <<= 1; in pm_lvmlv_set_value()1964 .stripesize = 64, in pm_lvmlv_init()2091 if (lvms[i].lv[ii].stripesize > 0) { in pm_lvm_commit()2093 lvms[i].lv[ii].stripesize); in pm_lvm_commit()
3951 msgid "Negative stripesize is invalid"3960 msgid "Ignoring stripesize argument with single stripe"3965 msgid "Using default stripesize %s"4554 msgid "Varied stripesize not supported. Ignoring."4595 msgid "Please specify number of stripes (-i) and stripesize (-I)"4600 msgid "Using stripesize of last segment %s"4613 msgid "Ignoring stripes, stripesize and mirrors arguments when reducing"
315 u_int8_t stripesize; member