tag | line | file | source code |
bitmap_nr | 110 | fs/ext2/balloc.c | unsigned long bitmap_nr) |
bitmap_nr | 134 | fs/ext2/balloc.c | sb->u.ext2_sb.s_block_bitmap_number[bitmap_nr] = block_group; |
bitmap_nr | 135 | fs/ext2/balloc.c | sb->u.ext2_sb.s_block_bitmap[bitmap_nr] = bh; |
bitmap_nr | 232 | fs/ext2/balloc.c | int bitmap_nr; |
bitmap_nr | 259 | fs/ext2/balloc.c | bitmap_nr = load_block_bitmap (sb, block_group); |
bitmap_nr | 260 | fs/ext2/balloc.c | bh = sb->u.ext2_sb.s_block_bitmap[bitmap_nr]; |
bitmap_nr | 303 | fs/ext2/balloc.c | int bitmap_nr; |
bitmap_nr | 343 | fs/ext2/balloc.c | bitmap_nr = load_block_bitmap (sb, i); |
bitmap_nr | 344 | fs/ext2/balloc.c | bh = sb->u.ext2_sb.s_block_bitmap[bitmap_nr]; |
bitmap_nr | 346 | fs/ext2/balloc.c | printk ("Cannot load bitmap_nr %d.\n", bitmap_nr); |
bitmap_nr | 443 | fs/ext2/balloc.c | bitmap_nr = load_block_bitmap (sb, i); |
bitmap_nr | 444 | fs/ext2/balloc.c | bh = sb->u.ext2_sb.s_block_bitmap[bitmap_nr]; |
bitmap_nr | 513 | fs/ext2/balloc.c | int bitmap_nr; |
bitmap_nr | 535 | fs/ext2/balloc.c | bitmap_nr = load_block_bitmap (sb, i); |
bitmap_nr | 536 | fs/ext2/balloc.c | if (sb->u.ext2_sb.s_block_bitmap[bitmap_nr]) |
bitmap_nr | 538 | fs/ext2/balloc.c | (sb->u.ext2_sb.s_block_bitmap[bitmap_nr], |
bitmap_nr | 62 | fs/ext2/ialloc.c | unsigned int bitmap_nr) |
bitmap_nr | 83 | fs/ext2/ialloc.c | sb->u.ext2_sb.s_inode_bitmap_number[bitmap_nr] = block_group; |
bitmap_nr | 84 | fs/ext2/ialloc.c | sb->u.ext2_sb.s_inode_bitmap[bitmap_nr] = bh; |
bitmap_nr | 195 | fs/ext2/ialloc.c | int bitmap_nr; |
bitmap_nr | 232 | fs/ext2/ialloc.c | bitmap_nr = load_inode_bitmap (sb, block_group); |
bitmap_nr | 233 | fs/ext2/ialloc.c | bh = sb->u.ext2_sb.s_inode_bitmap[bitmap_nr]; |
bitmap_nr | 328 | fs/ext2/ialloc.c | int bitmap_nr; |
bitmap_nr | 410 | fs/ext2/ialloc.c | bitmap_nr = load_inode_bitmap (sb, i); |
bitmap_nr | 411 | fs/ext2/ialloc.c | bh = sb->u.ext2_sb.s_inode_bitmap[bitmap_nr]; |
bitmap_nr | 474 | fs/ext2/ialloc.c | int bitmap_nr; |
bitmap_nr | 494 | fs/ext2/ialloc.c | bitmap_nr = load_inode_bitmap (sb, i); |
bitmap_nr | 495 | fs/ext2/ialloc.c | if (sb->u.ext2_sb.s_inode_bitmap[bitmap_nr]) |
bitmap_nr | 496 | fs/ext2/ialloc.c | x = ext2_count_free (sb->u.ext2_sb.s_inode_bitmap[bitmap_nr], |
bitmap_nr | 501 | fs/ext2/ialloc.c | i, bitmap_nr); |