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 | 508 | fs/ext2/ialloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 516 | fs/ext2/ialloc.c | bitmap_count = 0; |
bitmap_count | 526 | fs/ext2/ialloc.c | bitmap_count += x; |
bitmap_count | 529 | fs/ext2/ialloc.c | es->s_free_inodes_count, desc_count, bitmap_count); |
bitmap_count | 540 | fs/ext2/ialloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 548 | fs/ext2/ialloc.c | bitmap_count = 0; |
bitmap_count | 561 | fs/ext2/ialloc.c | bitmap_count += x; |
bitmap_count | 563 | fs/ext2/ialloc.c | if (es->s_free_inodes_count != bitmap_count) |
bitmap_count | 567 | fs/ext2/ialloc.c | (unsigned long) es->s_free_inodes_count, bitmap_count); |