tag | line | file | source code |
bh2 | 227 | fs/ext2/balloc.c | struct buffer_head * bh2; |
bh2 | 271 | fs/ext2/balloc.c | bh2 = sb->u.ext2_sb.s_group_desc[group_desc]; |
bh2 | 272 | fs/ext2/balloc.c | if (!bh2) { |
bh2 | 276 | fs/ext2/balloc.c | gdp = (struct ext2_group_desc *) bh2->b_data; |
bh2 | 278 | fs/ext2/balloc.c | bh2->b_dirt = 1; |
bh2 | 190 | fs/ext2/ialloc.c | struct buffer_head * bh2; |
bh2 | 244 | fs/ext2/ialloc.c | bh2 = sb->u.ext2_sb.s_group_desc[group_desc]; |
bh2 | 245 | fs/ext2/ialloc.c | if (!bh2) { |
bh2 | 249 | fs/ext2/ialloc.c | gdp = (struct ext2_group_desc *) bh2->b_data; |
bh2 | 253 | fs/ext2/ialloc.c | bh2->b_dirt = 1; |
bh2 | 81 | fs/ext2/inode.c | struct buffer_head * bh2; |
bh2 | 86 | fs/ext2/inode.c | bh2 = bread (sb->s_dev, 2, BLOCK_SIZE); |
bh2 | 87 | fs/ext2/inode.c | if (!bh2) { |
bh2 | 91 | fs/ext2/inode.c | memcpy (old_group_desc, bh2->b_data, BLOCK_SIZE); |
bh2 | 96 | fs/ext2/inode.c | memset (bh2->b_data, 0, BLOCK_SIZE); |
bh2 | 97 | fs/ext2/inode.c | gdp = (struct ext2_group_desc *) bh2->b_data; |
bh2 | 105 | fs/ext2/inode.c | bh2->b_dirt = 1; |
bh2 | 106 | fs/ext2/inode.c | brelse (bh2); |
bh2 | 20 | fs/msdos/fat.c | struct buffer_head *bh,*bh2,*c_bh,*c_bh2; |
bh2 | 37 | fs/msdos/fat.c | bh2 = bh; |
bh2 | 41 | fs/msdos/fat.c | if (!(bh2 = msdos_sread(sb->s_dev,MSDOS_SB(sb)->fat_start+(last |
bh2 | 75 | fs/msdos/fat.c | bh2->b_dirt = 1; |
bh2 | 84 | fs/msdos/fat.c | if (data != data2 || bh != bh2) { |
bh2 | 99 | fs/msdos/fat.c | if (data != data2) brelse(bh2); |