tag | line | file | source code |
bh2 | 171 | fs/ext2/balloc.c | struct buffer_head * bh2; |
bh2 | 206 | fs/ext2/balloc.c | gdp = get_group_desc (sb, block_group, &bh2); |
bh2 | 231 | fs/ext2/balloc.c | mark_buffer_dirty(bh2, 1); |
bh2 | 256 | fs/ext2/balloc.c | struct buffer_head * bh2; |
bh2 | 290 | fs/ext2/balloc.c | gdp = get_group_desc (sb, i, &bh2); |
bh2 | 367 | fs/ext2/balloc.c | gdp = get_group_desc (sb, i, &bh2); |
bh2 | 470 | fs/ext2/balloc.c | mark_buffer_dirty(bh2, 1); |
bh2 | 192 | fs/ext2/ialloc.c | struct buffer_head * bh2; |
bh2 | 240 | fs/ext2/ialloc.c | gdp = get_group_desc (sb, block_group, &bh2); |
bh2 | 244 | fs/ext2/ialloc.c | mark_buffer_dirty(bh2, 1); |
bh2 | 309 | fs/ext2/ialloc.c | struct buffer_head * bh2; |
bh2 | 345 | fs/ext2/ialloc.c | tmp = get_group_desc (sb, j, &bh2); |
bh2 | 364 | fs/ext2/ialloc.c | tmp = get_group_desc (sb, i, &bh2); |
bh2 | 377 | fs/ext2/ialloc.c | tmp = get_group_desc (sb, i, &bh2); |
bh2 | 392 | fs/ext2/ialloc.c | tmp = get_group_desc (sb, i, &bh2); |
bh2 | 444 | fs/ext2/ialloc.c | mark_buffer_dirty(bh2, 1); |
bh2 | 138 | fs/ext2/super.c | struct buffer_head * bh2; |
bh2 | 143 | fs/ext2/super.c | bh2 = bread (sb->s_dev, 2, BLOCK_SIZE); |
bh2 | 144 | fs/ext2/super.c | if (!bh2) { |
bh2 | 148 | fs/ext2/super.c | memcpy (old_group_desc, bh2->b_data, BLOCK_SIZE); |
bh2 | 153 | fs/ext2/super.c | memset (bh2->b_data, 0, BLOCK_SIZE); |
bh2 | 154 | fs/ext2/super.c | gdp = (struct ext2_group_desc *) bh2->b_data; |
bh2 | 162 | fs/ext2/super.c | mark_buffer_dirty(bh2, 1); |
bh2 | 163 | fs/ext2/super.c | brelse (bh2); |
bh2 | 340 | fs/hpfs/hpfs_fs.c | struct buffer_head *bh0, *bh1, *bh2; |
bh2 | 381 | fs/hpfs/hpfs_fs.c | spareblock = map_sector(dev, 17, &bh2); |
bh2 | 475 | fs/hpfs/hpfs_fs.c | brelse(bh2); |
bh2 | 514 | fs/hpfs/hpfs_fs.c | brelse(bh2); |
bh2 | 26 | fs/msdos/fat.c | struct buffer_head *bh,*bh2,*c_bh,*c_bh2; |
bh2 | 42 | fs/msdos/fat.c | bh2 = bh; |
bh2 | 44 | fs/msdos/fat.c | if (!(bh2 = bread(sb->s_dev,MSDOS_SB(sb)->fat_start+(last |
bh2 | 59 | fs/msdos/fat.c | p_last = &((unsigned char *) bh2->b_data)[(first+1) & |
bh2 | 78 | fs/msdos/fat.c | mark_buffer_dirty(bh2, 1); |
bh2 | 87 | fs/msdos/fat.c | if (bh != bh2) { |
bh2 | 95 | fs/msdos/fat.c | memcpy(c_bh2->b_data,bh2->b_data,SECTOR_SIZE); |
bh2 | 102 | fs/msdos/fat.c | if (bh != bh2) brelse(bh2); |
bh2 | 140 | fs/sysv/inode.c | static struct super_block * detected_xenix (struct super_block *sb, struct buffer_head *bh1, struct buffer_head *bh2) |
bh2 | 151 | fs/sysv/inode.c | sbd2 = (struct xenix_super_block *) (bh2->b_data - BLOCK_SIZE/2); |
bh2 | 164 | fs/sysv/inode.c | sb->sv_bh2 = bh2; |
bh2 | 434 | fs/sysv/inode.c | struct buffer_head *bh1, *bh2; |
bh2 | 439 | fs/sysv/inode.c | bh1 = NULL; bh2 = NULL; |
bh2 | 444 | fs/sysv/inode.c | if ((bh2 = bread(dev, blocknr+1, sb->sv_block_size)) == NULL) |
bh2 | 446 | fs/sysv/inode.c | if (!detected_xenix(sb,bh1,bh2)) |
bh2 | 450 | fs/sysv/inode.c | if ((bh2 = bread(dev, blocknr+1, sb->sv_block_size)) == NULL) |
bh2 | 452 | fs/sysv/inode.c | if (!detected_sysv4(sb,bh2)) |
bh2 | 456 | fs/sysv/inode.c | if ((bh2 = bread(dev, blocknr+1, sb->sv_block_size)) == NULL) |
bh2 | 458 | fs/sysv/inode.c | if (!detected_sysv2(sb,bh2)) |
bh2 | 462 | fs/sysv/inode.c | if ((bh2 = bread(dev, blocknr+1, sb->sv_block_size)) == NULL) |
bh2 | 464 | fs/sysv/inode.c | if (!detected_coherent(sb,bh2)) |
bh2 | 470 | fs/sysv/inode.c | brelse(bh2); |