tag | line | file | source code |
bitmap_count | 520 | fs/ext2/balloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 530 | fs/ext2/balloc.c | bitmap_count = 0; |
bitmap_count | 556 | fs/ext2/balloc.c | bitmap_count += x; |
bitmap_count | 565 | fs/ext2/balloc.c | es->s_free_blocks_count, desc_count, bitmap_count); |
bitmap_count | 567 | fs/ext2/balloc.c | return bitmap_count; |
bitmap_count | 576 | fs/ext2/balloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 586 | fs/ext2/balloc.c | bitmap_count = 0; |
bitmap_count | 617 | fs/ext2/balloc.c | bitmap_count += x; |
bitmap_count | 625 | fs/ext2/balloc.c | if (es->s_free_blocks_count != bitmap_count) |
bitmap_count | 629 | fs/ext2/balloc.c | es->s_free_blocks_count, bitmap_count); |
bitmap_count | 501 | fs/ext2/ialloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 511 | fs/ext2/ialloc.c | bitmap_count = 0; |
bitmap_count | 535 | fs/ext2/ialloc.c | bitmap_count += x; |
bitmap_count | 544 | fs/ext2/ialloc.c | es->s_free_inodes_count, desc_count, bitmap_count); |
bitmap_count | 555 | fs/ext2/ialloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 565 | fs/ext2/ialloc.c | bitmap_count = 0; |
bitmap_count | 595 | fs/ext2/ialloc.c | bitmap_count += x; |
bitmap_count | 603 | fs/ext2/ialloc.c | if (es->s_free_inodes_count != bitmap_count) |
bitmap_count | 607 | fs/ext2/ialloc.c | es->s_free_inodes_count, bitmap_count); |