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_count508fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count516fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count526fs/ext2/ialloc.cbitmap_count += x;
bitmap_count529fs/ext2/ialloc.ces->s_free_inodes_count, desc_count, bitmap_count);
bitmap_count540fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count548fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count561fs/ext2/ialloc.cbitmap_count += x;
bitmap_count563fs/ext2/ialloc.cif (es->s_free_inodes_count != bitmap_count)
bitmap_count567fs/ext2/ialloc.c(unsigned long) es->s_free_inodes_count, bitmap_count);