Searched refs:la_bits (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/ocfs2/
H A Dlocalalloc.c262 int la_bits; local
265 la_bits = osb->local_alloc_bits;
270 /* la_bits should be at least twice the size (in clusters) of
274 if (bits > (la_bits / 2))
279 mlog(0, "state=%d, bits=%llu, la_bits=%d, ret=%d\n",
280 osb->local_alloc_state, (unsigned long long)bits, la_bits, ret);

Completed in 35 milliseconds