/linux-4.4.14/fs/ |
D | buffer.c | 154 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() 169 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() 176 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() 283 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() 344 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() 963 int uptodate = PageUptodate(page); in init_page_buffers() local 2469 static void end_buffer_read_nobh(struct buffer_head *bh, int uptodate) in end_buffer_read_nobh()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/fs/btrfs/ |
D | ordered-data.c | 303 u64 *file_offset, u64 io_size, int uptodate) in btrfs_dec_test_first_ordered_pending() 376 u64 file_offset, u64 io_size, int uptodate) in btrfs_dec_test_ordered_pending()
|
D | extent_io.c | 2521 int uptodate = (err == 0); in end_extent_writepage() local 2593 int uptodate) in endio_readpage_release_extent() 2617 int uptodate = !bio->bi_error; in end_bio_extent_readpage() local 4984 int uptodate = 1; in alloc_extent_buffer() local
|
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 | 3014 struct extent_state *state, int uptodate) in btrfs_writepage_end_io_hook() 7831 int uptodate; member 7894 int uptodate; in btrfs_retry_endio() local
|
D | free-space-cache.c | 378 int uptodate) in io_ctl_prepare_pages()
|
D | disk-io.c | 3207 static void btrfs_end_buffer_write_sync(struct buffer_head *bh, int uptodate) in btrfs_end_buffer_write_sync()
|
D | ctree.c | 1638 int uptodate; in btrfs_realloc_node() local
|
/linux-4.4.14/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.4.14/fs/ext4/ |
D | file.c | 196 static void ext4_end_io_unwritten(struct buffer_head *bh, int uptodate) in ext4_end_io_unwritten()
|
D | ialloc.c | 104 void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate) in ext4_end_bitmap_read()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | vvp_page.c | 198 int uptodate) in vvp_page_export()
|
/linux-4.4.14/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.4.14/fs/xfs/ |
D | xfs_aops.c | 701 int count = 0, done = 0, uptodate = 1; in xfs_convert_page() local 956 int err, imap_valid = 0, uptodate = 1; in xfs_vm_writepage() local
|
/linux-4.4.14/drivers/target/ |
D | target_core_pscsi.c | 1095 static void pscsi_req_done(struct request *req, int uptodate) in pscsi_req_done()
|
/linux-4.4.14/drivers/md/ |
D | raid1.c | 320 int uptodate = !bio->bi_error; in raid1_end_read_request() local 1720 int uptodate = !bio->bi_error; in end_sync_write() local
|
D | raid5.h | 265 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()
|
D | raid10.c | 364 int uptodate = !bio->bi_error; in raid10_end_read_request() local
|
/linux-4.4.14/block/ |
D | bsg.c | 302 static void bsg_rq_end_io(struct request *rq, int uptodate) in bsg_rq_end_io()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_error.c | 1952 static void eh_lock_door_done(struct request *req, int uptodate) in eh_lock_door_done()
|
D | sg.c | 1286 sg_rq_end_io(struct request *rq, int uptodate) in sg_rq_end_io()
|
D | st.c | 514 static void st_scsi_execute_end(struct request *req, int uptodate) in st_scsi_execute_end()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_page.c | 1117 void cl_page_export(const struct lu_env *env, struct cl_page *pg, int uptodate) in cl_page_export()
|
/linux-4.4.14/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.4.14/drivers/block/ |
D | floppy.c | 2223 static void request_done(int uptodate) in request_done()
|