Searched refs:stripe_width (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
H A Dtune2fs.c94 static int stride, stripe_width; variable
2002 strcmp(token, "stripe_width") == 0) {
2007 stripe_width = strtoul(arg, &p, 0);
3172 sb->s_raid_stripe_width = stripe_width;
3174 printf(_("Setting stripe width to %d\n"), stripe_width);

Completed in 87 milliseconds