Home
last modified time | relevance | path

Searched refs:b_end_io (Results 1 – 25 of 28) sorted by relevance

12

/linux-2.4.37.9/drivers/ide/raid/
Dataraid.c157 private->parent->b_end_io(private->parent,uptodate); in ataraid_end_request()
183 bh1->b_end_io = ataraid_end_request; in ataraid_split_request()
184 bh2->b_end_io = ataraid_end_request; in ataraid_split_request()
Dpdcraid.c268 bh1->b_end_io = ataraid_end_request; in pdcraid1_write_request()
Dhptraid.c472 bh1->b_end_io = ataraid_end_request; in hptraid1_write_request()
/linux-2.4.37.9/mm/
Dhighmem.c250 bh_orig->b_end_io(bh_orig, uptodate); in bounce_end_io()
442 bh->b_end_io = bounce_end_io_write; in create_bounce()
445 bh->b_end_io = bounce_end_io_read; in create_bounce()
/linux-2.4.37.9/drivers/block/
Dll_rw_blk.c1177 bh->b_end_io(bh, test_bit(BH_Uptodate, &bh->b_state)); in __make_request()
1221 if (!bh->b_end_io) in generic_make_request()
1245 bh->b_end_io(bh, 0); in generic_make_request()
1394 bh->b_end_io = end_buffer_io_sync; in ll_rw_block()
1413 bh->b_end_io(bh, test_bit(BH_Uptodate, &bh->b_state)); in ll_rw_block()
1472 bh->b_end_io(bh, uptodate); in end_that_request_first()
Dloop.c339 if (bh && bh->b_end_io == loop_end_io_transfer) { in loop_put_buffer()
396 rbh->b_end_io(rbh, uptodate); in loop_end_io_transfer()
448 bh->b_end_io = loop_end_io_transfer; in loop_get_buffer()
544 bh->b_end_io(bh, !ret); in loop_handle_bh()
552 rbh->b_end_io(rbh, !ret); in loop_handle_bh()
Drd.c267 sbh->b_end_io(sbh,1); in rd_make_request()
Dumem.c525 bh->b_end_io(bh, 1); in process_page()
531 bh->b_end_io(bh, 0); in process_page()
Dnbd.c94 bh->b_end_io(bh, uptodate); in nbd_end_request()
Dsx8.c905 bh->b_end_io(bh, status); in complete_buffers()
Dcpqarray.c971 bh->b_end_io(bh, ok); in complete_buffers()
/linux-2.4.37.9/fs/jbd/
Dcommit.c508 bh->b_end_io = journal_end_buffer_io_sync; in journal_commit_transaction()
650 bh->b_end_io = journal_end_buffer_io_sync; in journal_commit_transaction()
Drevoke.c545 bh->b_end_io = journal_end_buffer_io_sync; in flush_descriptor()
/linux-2.4.37.9/drivers/md/
Draid1.c407 bh->b_end_io(bh, uptodate); in raid1_end_bh_io()
654 bh_req->b_end_io = raid1_end_request; in raid1_make_request()
707 mbh->b_end_io = raid1_end_request; in raid1_make_request()
1254 mbh->b_end_io = end_sync_write; in raid1d()
1493 bh->b_end_io = end_sync_read; in raid1_sync_request()
Draid5.c418 buffer->b_end_io(buffer, 1); in raid5_end_read_request()
1127 bh->b_end_io(bh, 1); in handle_stripe()
1132 bh->b_end_io(bh, 0); in handle_stripe()
1140 bh->b_end_io = raid5_end_read_request; in handle_stripe()
1142 bh->b_end_io = raid5_end_write_request; in handle_stripe()
1233 bh->b_end_io(bh, test_bit(BH_Uptodate, &bh->b_state)); in raid5_make_request()
Dmultipath.c186 bh->b_end_io(bh, uptodate); in multipath_end_bh_io()
278 bh_req->b_end_io = multipath_end_request; in multipath_make_request()
Dlvm.c1161 bh.b_end_io = NULL; in lvm_user_bmap()
1368 if (bh->b_end_io) in lvm_map()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c114 bh->b_end_io = NULL; in linvfs_unwritten_done()
596 if (buffer_unwritten(bh) && !bh->b_end_io) { in xfs_convert_page()
733 if (!bh->b_end_io) { in xfs_page_state_convert()
Dxfs_linux.h127 bh->b_end_io = linvfs_unwritten_done; in set_buffer_unwritten_io()
/linux-2.4.37.9/fs/
Dbuffer.c236 bh->b_end_io = end_buffer_io_sync; in write_locked_buffers()
801 bh->b_end_io = handler; in init_buffer()
867 bh->b_end_io = end_buffer_io_async; in set_buffer_async_io()
1331 bh->b_end_io = NULL; in create_buffers()
1478 bh->b_end_io = NULL; in create_empty_buffers()
2710 bh->b_end_io = end_buffer_io_sync; in sync_page_buffers()
/linux-2.4.37.9/drivers/scsi/
Dscsi_lib.c385 bh->b_end_io(bh, uptodate); in __scsi_end_request()
/linux-2.4.37.9/include/linux/
Dfs.h267 void (*b_end_io)(struct buffer_head *bh, int uptodate); /* I/O completion */ member
1248 bh->b_end_io(bh, 0); in buffer_IO_error()
/linux-2.4.37.9/drivers/s390/char/
Dtapeblock.c247 bh->b_end_io (bh, uptodate); in tapeblock_end_request()
/linux-2.4.37.9/Documentation/filesystems/
DLocking198 void (*b_end_io)(struct buffer_head *bh, int uptodate);
/linux-2.4.37.9/fs/jfs/
Djfs_logmgr.c1714 lbuf->l_bh.b_end_io = lbmIODone; in lbmLogInit()

12