Searched refs:free_bits (Results 1 – 2 of 2) sorted by relevance
634 unsigned int free_bits; in ocfs2_reserve_local_alloc_bits() local677 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()679 if (bits_wanted > free_bits) { in ocfs2_reserve_local_alloc_bits()699 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()701 if (bits_wanted > free_bits) in ocfs2_reserve_local_alloc_bits()
792 u32 free_bits; in ocfs2_reserve_suballoc_bits() local827 free_bits = le32_to_cpu(fe->id1.bitmap1.i_total) - in ocfs2_reserve_suballoc_bits()830 if (bits_wanted > free_bits) { in ocfs2_reserve_suballoc_bits()834 free_bits); in ocfs2_reserve_suballoc_bits()841 slot, bits_wanted, free_bits); in ocfs2_reserve_suballoc_bits()