/linux-4.1.27/mm/ |
D | page_io.c | 48 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in end_swap_bio_write() local 74 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in end_swap_bio_read() local
|
/linux-4.1.27/fs/logfs/ |
D | dev_bdev.c | 58 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in writeseg_end_io() local 158 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in erase_end_io() local
|
/linux-4.1.27/fs/ |
D | buffer.c | 150 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() 165 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() 172 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() 279 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() 340 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() 946 int uptodate = PageUptodate(page); in init_page_buffers() local 2466 static void end_buffer_read_nobh(struct buffer_head *bh, int uptodate) in end_buffer_read_nobh()
|
D | direct-io.c | 460 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in dio_bio_complete() local
|
/linux-4.1.27/fs/jbd/ |
D | commit.c | 29 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync()
|
/linux-4.1.27/drivers/md/ |
D | raid1.c | 317 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in raid1_end_read_request() local 402 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in raid1_end_write_request() local 1759 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in end_sync_write() local 1970 int uptodate; in process_checks() local 2011 int uptodate = test_bit(BIO_UPTODATE, &sbio->bi_flags); in process_checks() local
|
D | multipath.c | 86 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in multipath_end_request() local
|
D | raid10.c | 363 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in raid10_end_read_request() local 443 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in raid10_end_write_request() local 1982 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in end_sync_write() local 4619 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in end_reshape_write() local
|
D | raid5.c | 2291 int uptodate = test_bit(BIO_UPTODATE, &bi->bi_flags); in raid5_end_read_request() local 2415 int uptodate = test_bit(BIO_UPTODATE, &bi->bi_flags); in raid5_end_write_request() local 4765 int uptodate = test_bit(BIO_UPTODATE, &bi->bi_flags); in raid5_align_endio() local
|
D | raid5.h | 261 int locked, uptodate, to_read, to_write, failed, written; member
|
D | bitmap.c | 314 static void end_bitmap_write(struct buffer_head *bh, int uptodate) in end_bitmap_write()
|
/linux-4.1.27/fs/ntfs/ |
D | aops.c | 58 static void ntfs_end_buffer_async_read(struct buffer_head *bh, int uptodate) in ntfs_end_buffer_async_read() 823 int uptodate = 1; in ntfs_write_block() local
|
/linux-4.1.27/fs/exofs/ |
D | ore_raid.c | 492 bool uptodate; in _read_4_write_first_stripe() local 559 bool uptodate; in _read_4_write_last_stripe() local
|
D | inode.c | 568 static struct page *__r4w_get_page(void *priv, u64 offset, bool *uptodate) in __r4w_get_page()
|
/linux-4.1.27/drivers/ide/ |
D | ide-floppy.c | 67 int uptodate = pc->error ? 0 : 1; in ide_floppy_callback() local
|
D | ide-cd.c | 527 int dma_error = 0, dma, thislen, uptodate = 0; in cdrom_newpc_intr() local 780 int uptodate = 0; in ide_cd_do_request() local
|
D | ide-atapi.c | 429 int uptodate, error; in ide_pc_intr() local
|
D | ide-tape.c | 331 int uptodate = pc->error ? 0 : 1; in ide_tape_callback() local
|
/linux-4.1.27/fs/btrfs/ |
D | ordered-data.c | 310 u64 *file_offset, u64 io_size, int uptodate) in btrfs_dec_test_first_ordered_pending() 380 u64 file_offset, u64 io_size, int uptodate) in btrfs_dec_test_ordered_pending()
|
D | extent_io.c | 2453 int uptodate = (err == 0); in end_extent_writepage() local 2525 int uptodate) in endio_readpage_release_extent() 2549 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in end_bio_extent_readpage() local 4912 int uptodate = 1; in alloc_extent_buffer() local
|
D | raid56.c | 854 static void rbio_orig_end_io(struct btrfs_raid_bio *rbio, int err, int uptodate) in rbio_orig_end_io()
|
D | check-integrity.c | 2258 static void btrfsic_bh_end_io(struct buffer_head *bh, int uptodate) in btrfsic_bh_end_io()
|
D | inode.c | 2985 struct extent_state *state, int uptodate) in btrfs_writepage_end_io_hook() 7736 int uptodate; member 7799 int uptodate; in btrfs_retry_endio() local
|
D | disk-io.c | 3138 static void btrfs_end_buffer_write_sync(struct buffer_head *bh, int uptodate) in btrfs_end_buffer_write_sync()
|
D | free-space-cache.c | 380 int uptodate) in io_ctl_prepare_pages()
|
D | ctree.c | 1635 int uptodate; in btrfs_realloc_node() local
|
/linux-4.1.27/fs/jbd2/ |
D | commit.c | 35 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync()
|
/linux-4.1.27/fs/ext4/ |
D | file.c | 195 static void ext4_end_io_unwritten(struct buffer_head *bh, int uptodate) in ext4_end_io_unwritten()
|
D | ialloc.c | 105 void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate) in ext4_end_bitmap_read()
|
/linux-4.1.27/fs/nilfs2/ |
D | segbuf.c | 343 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in nilfs_end_bio_write() local
|
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.c | 696 int count = 0, done = 0, uptodate = 1; in xfs_convert_page() local 951 int err, imap_valid = 0, uptodate = 1; in xfs_vm_writepage() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_page.c | 199 int uptodate) in vvp_page_export()
|
/linux-4.1.27/fs/nfs/objlayout/ |
D | objio_osd.c | 454 static struct page *__r4w_get_page(void *priv, u64 offset, bool *uptodate) in __r4w_get_page()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_worker.c | 177 int uptodate = bio_flagged(bio, BIO_UPTODATE); in drbd_peer_request_endio() local 218 int uptodate = bio_flagged(bio, BIO_UPTODATE); in drbd_request_endio() local
|
D | drbd_bitmap.c | 950 int uptodate = bio_flagged(bio, BIO_UPTODATE); in drbd_bm_endio() local
|
/linux-4.1.27/drivers/target/ |
D | target_core_pscsi.c | 1090 static void pscsi_req_done(struct request *req, int uptodate) in pscsi_req_done()
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | blocklayout.c | 322 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in bl_end_io_write() local
|
/linux-4.1.27/drivers/block/ |
D | pktcdvd.c | 1342 static void pkt_finish_packet(struct packet_data *pkt, int uptodate) in pkt_finish_packet() 1356 int uptodate; in pkt_run_state_machine() local
|
D | floppy.c | 2223 static void request_done(int uptodate) in request_done()
|
/linux-4.1.27/block/ |
D | bsg.c | 302 static void bsg_rq_end_io(struct request *rq, int uptodate) in bsg_rq_end_io()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_error.c | 1942 static void eh_lock_door_done(struct request *req, int uptodate) in eh_lock_door_done()
|
D | sg.c | 1280 sg_rq_end_io(struct request *rq, int uptodate) in sg_rq_end_io()
|
D | st.c | 474 static void st_scsi_execute_end(struct request *req, int uptodate) in st_scsi_execute_end()
|
/linux-4.1.27/fs/reiserfs/ |
D | journal.c | 619 static void reiserfs_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in reiserfs_end_buffer_io_sync() 637 static void reiserfs_end_ordered_io(struct buffer_head *bh, int uptodate) in reiserfs_end_ordered_io()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_page.c | 1135 void cl_page_export(const struct lu_env *env, struct cl_page *pg, int uptodate) in cl_page_export()
|