Searched refs:free_bits (Results 1 – 2 of 2) sorted by relevance
634 unsigned int free_bits; in ocfs2_reserve_local_alloc_bits() local678 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()680 if (bits_wanted > free_bits) { in ocfs2_reserve_local_alloc_bits()700 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()702 if (bits_wanted > free_bits) in ocfs2_reserve_local_alloc_bits()
808 u32 free_bits; in ocfs2_reserve_suballoc_bits() local843 free_bits = le32_to_cpu(fe->id1.bitmap1.i_total) - in ocfs2_reserve_suballoc_bits()846 if (bits_wanted > free_bits) { in ocfs2_reserve_suballoc_bits()850 free_bits); in ocfs2_reserve_suballoc_bits()857 slot, bits_wanted, free_bits); in ocfs2_reserve_suballoc_bits()