Searched refs:bitmap_count (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dballoc.c617 ext4_fsblk_t bitmap_count; local
623 bitmap_count = 0;
639 bitmap_count += x;
644 desc_count, bitmap_count);
645 return bitmap_count;
H A Dialloc.c1154 unsigned long bitmap_count, x; local
1159 bitmap_count = 0;
1174 bitmap_count += x;
1179 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dialloc.c705 unsigned long bitmap_count, x; local
710 bitmap_count = 0;
725 bitmap_count += x;
729 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count);
H A Dballoc.c1762 ext3_fsblk_t bitmap_count; local
1768 bitmap_count = 0;
1785 bitmap_count += x;
1791 desc_count, bitmap_count);
1792 return bitmap_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dballoc.c1468 unsigned long bitmap_count, x; local
1473 bitmap_count = 0;
1488 bitmap_count += x;
1493 desc_count, bitmap_count);
1494 return bitmap_count;
H A Dialloc.c610 unsigned long bitmap_count = 0; local
629 bitmap_count += x;
634 desc_count, bitmap_count);

Completed in 110 milliseconds