Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/
Dalloc.c7206 u32 start, u32 max, u32 minbits) in ocfs2_trim_group() argument
7211 if (le16_to_cpu(gd->bg_free_bits_count) < minbits) in ocfs2_trim_group()
7215 start, max, minbits); in ocfs2_trim_group()
7223 if ((next - start) >= minbits) { in ocfs2_trim_group()
7239 if ((le16_to_cpu(gd->bg_free_bits_count) - count) < minbits) in ocfs2_trim_group()