taglinefilesource code
bitmap_count476fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count484fs/ext2/balloc.cbitmap_count = 0;
bitmap_count494fs/ext2/balloc.cbitmap_count += x;
bitmap_count497fs/ext2/balloc.ces->s_free_blocks_count, desc_count, bitmap_count);
bitmap_count499fs/ext2/balloc.creturn bitmap_count;
bitmap_count517fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count526fs/ext2/balloc.cbitmap_count = 0;
bitmap_count568fs/ext2/balloc.cbitmap_count += x;
bitmap_count570fs/ext2/balloc.cif (es->s_free_blocks_count != bitmap_count)
bitmap_count574fs/ext2/balloc.c(unsigned long) es->s_free_blocks_count, bitmap_count);
bitmap_count494fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count502fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count512fs/ext2/ialloc.cbitmap_count += x;
bitmap_count515fs/ext2/ialloc.ces->s_free_inodes_count, desc_count, bitmap_count);
bitmap_count526fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count534fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count547fs/ext2/ialloc.cbitmap_count += x;
bitmap_count549fs/ext2/ialloc.cif (es->s_free_inodes_count != bitmap_count)
bitmap_count553fs/ext2/ialloc.c(unsigned long) es->s_free_inodes_count, bitmap_count);