tag | line | file | source code |
bitmap_count | 510 | fs/ext2/balloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 520 | fs/ext2/balloc.c | bitmap_count = 0; |
bitmap_count | 546 | fs/ext2/balloc.c | bitmap_count += x; |
bitmap_count | 555 | fs/ext2/balloc.c | es->s_free_blocks_count, desc_count, bitmap_count); |
bitmap_count | 557 | fs/ext2/balloc.c | return bitmap_count; |
bitmap_count | 471 | fs/ext2/ialloc.c | unsigned long desc_count, bitmap_count, x; |
bitmap_count | 481 | fs/ext2/ialloc.c | bitmap_count = 0; |
bitmap_count | 505 | fs/ext2/ialloc.c | bitmap_count += x; |
bitmap_count | 514 | fs/ext2/ialloc.c | es->s_free_inodes_count, desc_count, bitmap_count); |