tag | line | file | source code |
bitmap_count | 501 | fs/ext2/balloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 509 | fs/ext2/balloc.c | bitmap_count = 0; |
bitmap_count | 519 | fs/ext2/balloc.c | bitmap_count += x; |
bitmap_count | 522 | fs/ext2/balloc.c | es->s_free_blocks_count, desc_count, bitmap_count); |
bitmap_count | 524 | fs/ext2/balloc.c | return bitmap_count; |
bitmap_count | 542 | fs/ext2/balloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 551 | fs/ext2/balloc.c | bitmap_count = 0; |
bitmap_count | 593 | fs/ext2/balloc.c | bitmap_count += x; |
bitmap_count | 595 | fs/ext2/balloc.c | if (es->s_free_blocks_count != bitmap_count) |
bitmap_count | 599 | fs/ext2/balloc.c | (unsigned long) es->s_free_blocks_count, bitmap_count); |
bitmap_count | 509 | fs/ext2/ialloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 517 | fs/ext2/ialloc.c | bitmap_count = 0; |
bitmap_count | 527 | fs/ext2/ialloc.c | bitmap_count += x; |
bitmap_count | 530 | fs/ext2/ialloc.c | es->s_free_inodes_count, desc_count, bitmap_count); |
bitmap_count | 541 | fs/ext2/ialloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 549 | fs/ext2/ialloc.c | bitmap_count = 0; |
bitmap_count | 562 | fs/ext2/ialloc.c | bitmap_count += x; |
bitmap_count | 564 | fs/ext2/ialloc.c | if (es->s_free_inodes_count != bitmap_count) |
bitmap_count | 568 | fs/ext2/ialloc.c | (unsigned long) es->s_free_inodes_count, bitmap_count); |