taglinefilesource code
bitmap_count479fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count487fs/ext2/balloc.cbitmap_count = 0;
bitmap_count497fs/ext2/balloc.cbitmap_count += x;
bitmap_count500fs/ext2/balloc.ces->s_free_blocks_count, desc_count, bitmap_count);
bitmap_count502fs/ext2/balloc.creturn bitmap_count;
bitmap_count520fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count529fs/ext2/balloc.cbitmap_count = 0;
bitmap_count571fs/ext2/balloc.cbitmap_count += x;
bitmap_count573fs/ext2/balloc.cif (es->s_free_blocks_count != bitmap_count)
bitmap_count577fs/ext2/balloc.ces->s_free_blocks_count, bitmap_count);
bitmap_count490fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count498fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count508fs/ext2/ialloc.cbitmap_count += x;
bitmap_count511fs/ext2/ialloc.ces->s_free_inodes_count, desc_count, bitmap_count);
bitmap_count522fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
bitmap_count530fs/ext2/ialloc.cbitmap_count = 0;
bitmap_count543fs/ext2/ialloc.cbitmap_count += x;
bitmap_count545fs/ext2/ialloc.cif (es->s_free_inodes_count != bitmap_count)
bitmap_count549fs/ext2/ialloc.ces->s_free_inodes_count, bitmap_count);