/linux-2.4.37.9/drivers/ide/raid/ |
D | ataraid.c | 157 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()
|
D | pdcraid.c | 268 bh1->b_end_io = ataraid_end_request; in pdcraid1_write_request()
|
D | hptraid.c | 472 bh1->b_end_io = ataraid_end_request; in hptraid1_write_request()
|
/linux-2.4.37.9/mm/ |
D | highmem.c | 250 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/ |
D | ll_rw_blk.c | 1177 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()
|
D | loop.c | 339 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()
|
D | rd.c | 267 sbh->b_end_io(sbh,1); in rd_make_request()
|
D | umem.c | 525 bh->b_end_io(bh, 1); in process_page() 531 bh->b_end_io(bh, 0); in process_page()
|
D | nbd.c | 94 bh->b_end_io(bh, uptodate); in nbd_end_request()
|
D | sx8.c | 905 bh->b_end_io(bh, status); in complete_buffers()
|
D | cpqarray.c | 971 bh->b_end_io(bh, ok); in complete_buffers()
|
/linux-2.4.37.9/fs/jbd/ |
D | commit.c | 508 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()
|
D | revoke.c | 545 bh->b_end_io = journal_end_buffer_io_sync; in flush_descriptor()
|
/linux-2.4.37.9/drivers/md/ |
D | raid1.c | 407 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()
|
D | raid5.c | 418 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()
|
D | multipath.c | 186 bh->b_end_io(bh, uptodate); in multipath_end_bh_io() 278 bh_req->b_end_io = multipath_end_request; in multipath_make_request()
|
D | lvm.c | 1161 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/ |
D | xfs_aops.c | 114 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()
|
D | xfs_linux.h | 127 bh->b_end_io = linvfs_unwritten_done; in set_buffer_unwritten_io()
|
/linux-2.4.37.9/fs/ |
D | buffer.c | 236 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/ |
D | scsi_lib.c | 385 bh->b_end_io(bh, uptodate); in __scsi_end_request()
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 267 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/ |
D | tapeblock.c | 247 bh->b_end_io (bh, uptodate); in tapeblock_end_request()
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | Locking | 198 void (*b_end_io)(struct buffer_head *bh, int uptodate);
|
/linux-2.4.37.9/fs/jfs/ |
D | jfs_logmgr.c | 1714 lbuf->l_bh.b_end_io = lbmIODone; in lbmLogInit()
|