Home
last modified time | relevance | path

Searched refs:b_private (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/drivers/ide/raid/
Dataraid.c151 struct ataraid_bh_private *private = bh->b_private; in ataraid_end_request()
191 bh1->b_private = private; in ataraid_split_request()
192 bh2->b_private = private; in ataraid_split_request()
Dpdcraid.c269 bh1->b_private = private; in pdcraid1_write_request()
Dhptraid.c473 bh1->b_private = private; in hptraid1_write_request()
/linux-2.4.37.9/mm/
Dhighmem.c247 struct buffer_head *bh_orig = (struct buffer_head *)(bh->b_private); in bounce_end_io()
326 struct buffer_head *bh_orig = (struct buffer_head *)(bh->b_private); in bounce_end_io_read()
446 bh->b_private = (void *)bh_orig; in create_bounce()
/linux-2.4.37.9/drivers/md/
Draid1.c412 struct raid1_bh * r1_bh = (struct raid1_bh *)(bh->b_private); in raid1_end_request()
655 bh_req->b_private = r1_bh; in raid1_make_request()
708 mbh->b_private = r1_bh; in raid1_make_request()
1255 mbh->b_private = r1_bh; in raid1d()
1494 bh->b_private = r1_bh; in raid1_sync_request()
1511 struct raid1_bh * r1_bh = (struct raid1_bh *)(bh->b_private); in end_sync_read()
1526 struct raid1_bh * r1_bh = (struct raid1_bh *)(bh->b_private); in end_sync_write()
Dmultipath.c192 struct multipath_bh * mp_bh = (struct multipath_bh *)(bh->b_private); in multipath_end_request()
279 bh_req->b_private = mp_bh; in multipath_make_request()
Draid5.c380 struct stripe_head *sh = bh->b_private; in raid5_end_read_request()
438 struct stripe_head *sh = bh->b_private; in raid5_end_write_request()
Dmd.c479 complete((struct completion*)bh->b_private); in bh_complete()
/linux-2.4.37.9/fs/jbd/
Djournal.c1807 J_ASSERT_BH(bh, bh->b_private != NULL); in journal_add_journal_head()
1809 jh = bh->b_private; in journal_add_journal_head()
1817 bh->b_private = jh; in journal_add_journal_head()
1826 return bh->b_private; in journal_add_journal_head()
1859 bh->b_private = NULL; in __journal_remove_journal_head()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c111 xfs_buf_t *pb = (xfs_buf_t *)bh->b_private; in linvfs_unwritten_done()
260 bh->b_private = pb; in xfs_probe_unwritten_page()
443 bh->b_private = pb; in xfs_map_unwritten()
604 bh->b_private = private; in xfs_convert_page()
Dxfs_buf.c1375 xfs_buf_t *pb = (xfs_buf_t *)bh->b_private; in _end_io_pagebuf()
/linux-2.4.37.9/drivers/block/
Dloop.c394 struct buffer_head *rbh = bh->b_private; in loop_end_io_transfer()
449 bh->b_private = rbh; in loop_get_buffer()
546 struct buffer_head *rbh = bh->b_private; in loop_handle_bh()
/linux-2.4.37.9/include/linux/
Djbd.h314 return bh->b_private; in bh2jh()
Dfs.h268 void *b_private; /* reserved for b_end_io */ member
/linux-2.4.37.9/fs/jfs/
Djfs_logmgr.c1715 lbuf->l_bh.b_private = lbuf; in lbmLogInit()
2045 struct lbuf *bp = bh->b_private; in lbmIODone()
/linux-2.4.37.9/fs/
Dbuffer.c802 bh->b_private = private; in init_buffer()
2267 kiobuf = bh->b_private; in end_buffer_io_kiobuf()