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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dsuper.c312 u64 stripe_length; local
375 stripe_length = (u64)sbi->layout.group_width * sbi->layout.stripe_unit;
376 if (stripe_length >= (1ULL << 32)) {
378 " >= 32bit is not supported\n", _LLU(stripe_length));

Completed in 105 milliseconds