tag | line | file | source code |
bh1 | 341 | fs/hpfs/hpfs_fs.c | struct buffer_head *bh0, *bh1, *bh2; |
bh1 | 383 | fs/hpfs/hpfs_fs.c | superblock = map_sector(dev, 16, &bh1); |
bh1 | 482 | fs/hpfs/hpfs_fs.c | brelse(bh1); |
bh1 | 524 | fs/hpfs/hpfs_fs.c | brelse(bh1); |
bh1 | 134 | fs/sysv/inode.c | static struct super_block * detected_xenix (struct super_block *sb, struct buffer_head *bh1, struct buffer_head *bh2) |
bh1 | 141 | fs/sysv/inode.c | sbd1 = sbd2 = (struct xenix_super_block *) bh1->b_data; |
bh1 | 144 | fs/sysv/inode.c | sbd1 = (struct xenix_super_block *) bh1->b_data; |
bh1 | 157 | fs/sysv/inode.c | sb->sv_bh1 = bh1; |
bh1 | 429 | fs/sysv/inode.c | struct buffer_head *bh1, *bh2; |
bh1 | 434 | fs/sysv/inode.c | bh1 = NULL; bh2 = NULL; |
bh1 | 437 | fs/sysv/inode.c | if ((bh1 = bread(dev, blocknr, sb->sv_block_size)) == NULL) |
bh1 | 441 | fs/sysv/inode.c | if (!detected_xenix(sb,bh1,bh2)) |
bh1 | 464 | fs/sysv/inode.c | brelse(bh1); |
bh1 | 101 | fs/ufs/ufs_super.c | struct buffer_head * bh1, *bh2; |
bh1 | 116 | fs/ufs/ufs_super.c | if (!(bh1 = bread(sb->s_dev, UFS_SBLOCK/BLOCK_SIZE, BLOCK_SIZE)) || |
bh1 | 121 | fs/ufs/ufs_super.c | if (bh1) { |
bh1 | 122 | fs/ufs/ufs_super.c | brelse(bh1); |
bh1 | 135 | fs/ufs/ufs_super.c | memcpy((char *)usb, bh1->b_data, BLOCK_SIZE); |
bh1 | 139 | fs/ufs/ufs_super.c | brelse(bh1); |