tag | line | file | source code |
bitmap_count | 476 | fs/ext2/balloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 484 | fs/ext2/balloc.c | bitmap_count = 0; |
bitmap_count | 494 | fs/ext2/balloc.c | bitmap_count += x; |
bitmap_count | 497 | fs/ext2/balloc.c | es->s_free_blocks_count, desc_count, bitmap_count); |
bitmap_count | 499 | fs/ext2/balloc.c | return bitmap_count; |
bitmap_count | 517 | fs/ext2/balloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 526 | fs/ext2/balloc.c | bitmap_count = 0; |
bitmap_count | 568 | fs/ext2/balloc.c | bitmap_count += x; |
bitmap_count | 570 | fs/ext2/balloc.c | if (es->s_free_blocks_count != bitmap_count) |
bitmap_count | 574 | fs/ext2/balloc.c | (unsigned long) es->s_free_blocks_count, bitmap_count); |
bitmap_count | 494 | fs/ext2/ialloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 502 | fs/ext2/ialloc.c | bitmap_count = 0; |
bitmap_count | 512 | fs/ext2/ialloc.c | bitmap_count += x; |
bitmap_count | 515 | fs/ext2/ialloc.c | es->s_free_inodes_count, desc_count, bitmap_count); |
bitmap_count | 526 | fs/ext2/ialloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 534 | fs/ext2/ialloc.c | bitmap_count = 0; |
bitmap_count | 547 | fs/ext2/ialloc.c | bitmap_count += x; |
bitmap_count | 549 | fs/ext2/ialloc.c | if (es->s_free_inodes_count != bitmap_count) |
bitmap_count | 553 | fs/ext2/ialloc.c | (unsigned long) es->s_free_inodes_count, bitmap_count); |