taglinefilesource code
bitmap_count561fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count569fs/ext2/balloc.cbitmap_count = 0;
bitmap_count579fs/ext2/balloc.cbitmap_count += x;
bitmap_count582fs/ext2/balloc.ces->s_free_blocks_count, desc_count, bitmap_count);
bitmap_count584fs/ext2/balloc.creturn bitmap_count;
bitmap_count602fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count610fs/ext2/balloc.cbitmap_count = 0;
bitmap_count640fs/ext2/balloc.cbitmap_count += x;
bitmap_count642fs/ext2/balloc.cif (es->s_free_blocks_count != bitmap_count)
bitmap_count646fs/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);