taglinefilesource code
bitmap_count501fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count509fs/ext2/balloc.cbitmap_count = 0;
bitmap_count519fs/ext2/balloc.cbitmap_count += x;
bitmap_count522fs/ext2/balloc.ces->s_free_blocks_count, desc_count, bitmap_count);
bitmap_count524fs/ext2/balloc.creturn bitmap_count;
bitmap_count542fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count551fs/ext2/balloc.cbitmap_count = 0;
bitmap_count593fs/ext2/balloc.cbitmap_count += x;
bitmap_count595fs/ext2/balloc.cif (es->s_free_blocks_count != bitmap_count)
bitmap_count599fs/ext2/balloc.c(unsigned long) es->s_free_blocks_count, bitmap_count);
bitmap_count454fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count462fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count472fs/ext2/ialloc.cbitmap_count += x;
bitmap_count475fs/ext2/ialloc.ces->s_free_inodes_count, desc_count, bitmap_count);
bitmap_count486fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count494fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count507fs/ext2/ialloc.cbitmap_count += x;
bitmap_count509fs/ext2/ialloc.cif (es->s_free_inodes_count != bitmap_count)
bitmap_count513fs/ext2/ialloc.c(unsigned long) es->s_free_inodes_count, bitmap_count);