Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dalloc.c7519 u32 start, u32 max, u32 minbits) in ocfs2_trim_group()
7524 if (le16_to_cpu(gd->bg_free_bits_count) < minbits) in ocfs2_trim_group()
7528 start, max, minbits); in ocfs2_trim_group()
7536 if ((next - start) >= minbits) { in ocfs2_trim_group()
7552 if ((le16_to_cpu(gd->bg_free_bits_count) - count) < minbits)
7510 ocfs2_trim_group(struct super_block * sb,struct ocfs2_group_desc * gd,u64 group,u32 start,u32 max,u32 minbits) ocfs2_trim_group() argument