taglinefilesource code
bitmap_count520fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count530fs/ext2/balloc.cbitmap_count = 0;
bitmap_count556fs/ext2/balloc.cbitmap_count += x;
bitmap_count565fs/ext2/balloc.ces->s_free_blocks_count, desc_count, bitmap_count);
bitmap_count567fs/ext2/balloc.creturn bitmap_count;
bitmap_count576fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count586fs/ext2/balloc.cbitmap_count = 0;
bitmap_count617fs/ext2/balloc.cbitmap_count += x;
bitmap_count625fs/ext2/balloc.cif (es->s_free_blocks_count != bitmap_count)
bitmap_count629fs/ext2/balloc.ces->s_free_blocks_count, bitmap_count);
bitmap_count501fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count511fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count535fs/ext2/ialloc.cbitmap_count += x;
bitmap_count544fs/ext2/ialloc.ces->s_free_inodes_count, desc_count, bitmap_count);
bitmap_count555fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count565fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count595fs/ext2/ialloc.cbitmap_count += x;
bitmap_count603fs/ext2/ialloc.cif (es->s_free_inodes_count != bitmap_count)
bitmap_count607fs/ext2/ialloc.ces->s_free_inodes_count, bitmap_count);