Searched refs:bh (Results 226 - 250 of 286) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dblock_dev.c115 struct buffer_head *bh, int create)
129 bh->b_bdev = I_BDEV(inode);
130 bh->b_blocknr = iblock;
131 set_buffer_mapped(bh);
137 struct buffer_head *bh, int create)
140 unsigned long max_blocks = bh->b_size >> inode->i_blkbits;
155 bh->b_bdev = I_BDEV(inode);
156 bh->b_blocknr = iblock;
157 bh->b_size = max_blocks << inode->i_blkbits;
159 set_buffer_mapped(bh);
114 blkdev_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh, int create) argument
136 blkdev_get_blocks(struct inode *inode, sector_t iblock, struct buffer_head *bh, int create) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dinode.c415 struct buffer_head *bh; local
424 error = gfs2_meta_inode_buffer(ip, &bh);
431 gfs2_inum_range_in(&ir, bh->b_data + sizeof(struct gfs2_dinode));
436 gfs2_trans_add_bh(ip->i_gl, bh, 1);
438 bh->b_data + sizeof(struct gfs2_dinode));
439 brelse(bh);
445 brelse(bh);
458 struct buffer_head *bh; local
471 error = gfs2_meta_inode_buffer(ip, &bh);
475 gfs2_inum_range_in(&ir, bh
[all...]
H A Dops_file.c259 struct buffer_head *bh; local
301 error = gfs2_meta_inode_buffer(ip, &bh);
304 gfs2_trans_add_bh(ip->i_gl, bh, 1);
306 gfs2_dinode_out(ip, bh->b_data);
307 brelse(bh);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvmnc.c233 int bw = 16, bh = 16; local
239 if(j + 16 > h) bh = h - j;
248 if(src - ssrc > ssize - bw * bh * bpp) {
252 paint_raw(dst2, bw, bh, src, bpp, c->bigendian, stride);
253 src += bw * bh * bpp;
266 paint_rect(dst2, 0, 0, bw, bh, bg, bpp, stride);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fat/
H A Dfatent.c219 const struct buffer_head *bh = fatent->bhs[0]; local
221 if (fatent->u.ent16_p < (__le16 *)(bh->b_data + (bh->b_size - 2))) {
231 const struct buffer_head *bh = fatent->bhs[0]; local
233 if (fatent->u.ent32_p < (__le32 *)(bh->b_data + (bh->b_size - 4))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Dsuper.c164 struct buffer_head *bh; local
172 bh = sb_bread(sb, block);
173 if (bh) {
174 vhdr = (struct hfsplus_vh *)(bh->b_data + offset);
177 mark_buffer_dirty(bh);
178 brelse(bh);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/usb/
H A Dusbnet.c276 tasklet_schedule(&dev->bh);
345 tasklet_schedule (&dev->bh);
543 tasklet_schedule(&dev->bh);
591 tasklet_kill (&dev->bh);
660 tasklet_schedule (&dev->bh);
816 tasklet_schedule (&dev->bh);
831 tasklet_schedule (&dev->bh);
910 tasklet_schedule (&dev->bh);
1056 tasklet_schedule (&dev->bh);
1152 dev->bh
[all...]
H A Dusbnet.h58 struct tasklet_struct bh; member in struct:usbnet
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hpfs/
H A Ddir.c78 struct buffer_head *bh; local
81 if (!(fno = hpfs_map_fnode(inode->i_sb, inode->i_ino, &bh))) {
94 brelse(bh);
H A Ddnode.c237 struct buffer_head *bh; local
338 if (!(fnode = hpfs_map_fnode(i->i_sb, d->up, &bh))) {
348 mark_buffer_dirty(bh);
349 brelse(bh);
533 struct buffer_head *bh; local
549 if ((fnode = hpfs_map_fnode(i->i_sb, up, &bh))) {
551 mark_buffer_dirty(bh);
552 brelse(bh);
997 struct buffer_head *bh; local
1015 if (!(upf = hpfs_map_fnode(s, f->up, &bh))) {
[all...]
H A Dalloc.c424 struct buffer_head **bh)
428 if (!(f = hpfs_get_sector(s, *fno, bh))) {
441 struct buffer_head **bh)
445 if (!(a = hpfs_get_sector(s, *ano, bh))) {
423 hpfs_alloc_fnode(struct super_block *s, secno near, fnode_secno *fno, struct buffer_head **bh) argument
440 hpfs_alloc_anode(struct super_block *s, secno near, anode_secno *ano, struct buffer_head **bh) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dinode.h139 struct buffer_head *bh);
H A Dlocalalloc.c200 struct buffer_head *bh = NULL; local
248 bh = osb->local_alloc_bh;
249 alloc = (struct ocfs2_dinode *) bh->b_data;
251 alloc_copy = kmalloc(bh->b_size, GFP_KERNEL);
256 memcpy(alloc_copy, alloc, bh->b_size);
258 status = ocfs2_journal_access(handle, local_alloc_inode, bh,
267 status = ocfs2_journal_dirty(handle, bh);
273 brelse(bh);
H A Dsuballoc.c60 struct buffer_head *bh);
276 struct buffer_head *bh)
279 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) bh->b_data;
354 bh, OCFS2_JOURNAL_ACCESS_WRITE);
372 status = ocfs2_journal_dirty(handle, bh);
409 struct buffer_head *bh = NULL; local
423 status = ocfs2_meta_lock(alloc_inode, &bh, 1);
434 fe = (struct ocfs2_dinode *) bh->b_data;
459 status = ocfs2_block_group_alloc(osb, alloc_inode, bh);
473 get_bh(bh);
274 ocfs2_block_group_alloc(struct ocfs2_super *osb, struct inode *alloc_inode, struct buffer_head *bh) argument
[all...]
H A Ddlmglue.c316 struct buffer_head **bh);
1603 /* may or may not return a bh if it went to disk. */
1605 struct buffer_head **bh)
1644 /* read bh, cast, ocfs2_refresh_inode */
1646 bh, OCFS2_BH_CACHED, inode);
1651 fe = (struct ocfs2_dinode *) (*bh)->b_data;
1699 * returned bh. */
1794 /* This is fun. The caller may want a bh back, or it may
1888 struct buffer_head *bh = NULL; local
1891 ret = ocfs2_meta_lock(inode, &bh,
1604 ocfs2_meta_lock_update(struct inode *inode, struct buffer_head **bh) argument
1934 struct buffer_head *bh; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dext2.h103 struct buffer_head ** bh);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c195 #define lock_buffer(bh) do {} while(0)
196 #define unlock_buffer(bh) do {} while(0)
197 #define buffer_req(bh) 1
1431 struct buffer_head *bh; local
1433 bh = e2fsck_allocate_memory(kdev->k_ctx, sizeof(*bh), "block buffer");
1434 if (!bh)
1437 bh->b_ctx = kdev->k_ctx;
1439 bh->b_io = kdev->k_ctx->fs->io;
1441 bh
1463 struct buffer_head *bh; local
1494 mark_buffer_dirty(struct buffer_head *bh) argument
1499 mark_buffer_clean(struct buffer_head * bh) argument
1504 brelse(struct buffer_head *bh) argument
1511 buffer_uptodate(struct buffer_head *bh) argument
1516 mark_buffer_uptodate(struct buffer_head *bh, int val) argument
1521 wait_on_buffer(struct buffer_head *bh) argument
1543 struct buffer_head *bh; local
9776 struct buffer_head *bh; local
9814 count_tags(struct buffer_head *bh, int size) argument
9901 struct buffer_head * bh; local
10135 scan_revoke_records(journal_t *journal, struct buffer_head *bh, tid_t sequence, struct recovery_info *info) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Dsuper.c1296 struct buffer_head *bh; local
1308 bh = ufs_bread(inode, blk, 0, &err);
1311 if (!bh) /* A hole? */
1314 memcpy(data, bh->b_data+offset, tocopy);
1315 brelse(bh);
1335 struct buffer_head *bh; local
1342 bh = ufs_bread(inode, blk, 1, &err);
1343 if (!bh)
1345 lock_buffer(bh);
1346 memcpy(bh
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dattrib.c719 struct buffer_head *bh; local
763 bh = sb_bread(sb, block);
764 if (!bh) {
771 memcpy(al, bh->b_data, block_size);
772 brelse(bh);
794 memcpy(al, bh->b_data, al_end - al);
795 brelse(bh);
800 brelse(bh);
2471 struct buffer_head *bh, *head; local
2473 bh
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dext4_fs.h741 struct buffer_head *bh; member in struct:ext4_iloc
748 return (struct ext4_inode *) (iloc->bh->b_data + iloc->offset);
814 struct buffer_head ** bh);
847 struct buffer_head *bh, ext4_fsblk_t blocknr);
988 unsigned long max_blocks, struct buffer_head *bh,
993 bh, create, extend_disksize);
994 return ext4_get_blocks_handle(handle, inode, block, max_blocks, bh,
987 ext4_get_blocks_wrap(handle_t *handle, struct inode *inode, sector_t block, unsigned long max_blocks, struct buffer_head *bh, int create, int extend_disksize) argument
H A Dext3_fs.h710 struct buffer_head *bh; member in struct:ext3_iloc
717 return (struct ext3_inode *) (iloc->bh->b_data + iloc->offset);
776 struct buffer_head ** bh);
809 struct buffer_head *bh, ext3_fsblk_t blocknr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dcm206.h154 x(bh), x(open), x(ioctl_multisession), x(attention)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/console/
H A Dbitblit.c211 unsigned int bh = info->var.yres - (vc->vc_rows*ch); local
213 unsigned int bs = info->var.yres - bh;
227 if (bh) {
231 region.height = bh;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/adfs/
H A Dinode.c28 adfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh, argument
40 map_bh(bh, inode->i_sb, block);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-hcd.c806 int bh; local
827 bh = 0;
842 bh = 1;
849 bh = 1;
896 bh = 1;
900 if (bh)

Completed in 391 milliseconds

1234567891011>>