Searched refs:numbits (Results 1 – 4 of 4) sorted by relevance
22 static unsigned long count_free(struct buffer_head *map[], unsigned numblocks, __u32 numbits) in count_free() argument37 i = ((numbits - (numblocks-1) * bh->b_size * 8) / 16) * 2; in count_free()43 i = numbits%16; in count_free()
56 u32 numbits);811 u32 numbits) in ocfs2_local_alloc_find_clear_bits() argument816 mlog_entry("(numbits wanted = %u)\n", numbits); in ocfs2_local_alloc_find_clear_bits()849 if (numfound == numbits) { in ocfs2_local_alloc_find_clear_bits()858 if (numfound == numbits) in ocfs2_local_alloc_find_clear_bits()
1388 u32 numbits, freebits; in ocfs2_statfs() local1415 numbits = le32_to_cpu(bm_lock->id1.bitmap1.i_total); in ocfs2_statfs()1416 freebits = numbits - le32_to_cpu(bm_lock->id1.bitmap1.i_used); in ocfs2_statfs()1421 buf->f_blocks = ((sector_t) numbits) * in ocfs2_statfs()1426 buf->f_files = numbits; in ocfs2_statfs()
712 int numbits) in o2hb_highest_node() argument716 highest = numbits; in o2hb_highest_node()718 while ((node = find_next_bit(nodes, numbits, node + 1)) != -1) { in o2hb_highest_node()719 if (node >= numbits) in o2hb_highest_node()