Home
last modified time | relevance | path

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

/fs/minix/
Dbitmap.c22 static unsigned long count_free(struct buffer_head *map[], unsigned numblocks, __u32 numbits) in count_free() argument
37 i = ((numbits - (numblocks-1) * bh->b_size * 8) / 16) * 2; in count_free()
43 i = numbits%16; in count_free()
/fs/ocfs2/
Dlocalalloc.c56 u32 numbits);
811 u32 numbits) in ocfs2_local_alloc_find_clear_bits() argument
816 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()
Dsuper.c1388 u32 numbits, freebits; in ocfs2_statfs() local
1415 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()
/fs/ocfs2/cluster/
Dheartbeat.c712 int numbits) in o2hb_highest_node() argument
716 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()