taglinefilesource code
bitmap_count510fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count520fs/ext2/balloc.cbitmap_count = 0;
bitmap_count546fs/ext2/balloc.cbitmap_count += x;
bitmap_count555fs/ext2/balloc.ces->s_free_blocks_count, desc_count, bitmap_count);
bitmap_count557fs/ext2/balloc.creturn bitmap_count;
bitmap_count471fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count481fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count505fs/ext2/ialloc.cbitmap_count += x;
bitmap_count514fs/ext2/ialloc.ces->s_free_inodes_count, desc_count, bitmap_count);