taglinefilesource code
bitmap_count566fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count574fs/ext2/balloc.cbitmap_count = 0;
bitmap_count584fs/ext2/balloc.cbitmap_count += x;
bitmap_count587fs/ext2/balloc.ces->s_free_blocks_count, desc_count, bitmap_count);
bitmap_count589fs/ext2/balloc.creturn bitmap_count;
bitmap_count607fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count616fs/ext2/balloc.cbitmap_count = 0;
bitmap_count658fs/ext2/balloc.cbitmap_count += x;
bitmap_count660fs/ext2/balloc.cif (es->s_free_blocks_count != bitmap_count)
bitmap_count664fs/ext2/balloc.ces->s_free_blocks_count, bitmap_count);
bitmap_count516fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count524fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count534fs/ext2/ialloc.cbitmap_count += x;
bitmap_count537fs/ext2/ialloc.ces->s_free_inodes_count, desc_count, bitmap_count);
bitmap_count548fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count556fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count569fs/ext2/ialloc.cbitmap_count += x;
bitmap_count571fs/ext2/ialloc.cif (es->s_free_inodes_count != bitmap_count)
bitmap_count575fs/ext2/ialloc.ces->s_free_inodes_count, bitmap_count);