/Linux-v4.19/fs/ |
D | buffer.c | 146 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() 161 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() 168 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() 251 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() 312 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() 897 int uptodate = PageUptodate(page); in init_page_buffers() local 2502 static void end_buffer_read_nobh(struct buffer_head *bh, int uptodate) in end_buffer_read_nobh()
|
D | iomap.c | 202 bool uptodate = true; in iomap_set_range_uptodate() local
|
/Linux-v4.19/fs/exofs/ |
D | ore_raid.c | 527 bool uptodate; in _read_4_write_first_stripe() local 594 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-v4.19/fs/ntfs/ |
D | aops.c | 59 static void ntfs_end_buffer_async_read(struct buffer_head *bh, int uptodate) in ntfs_end_buffer_async_read() 820 int uptodate = 1; in ntfs_write_block() local
|
/Linux-v4.19/fs/btrfs/ |
D | ordered-data.c | 299 u64 *file_offset, u64 io_size, int uptodate) in btrfs_dec_test_first_ordered_pending() 370 u64 file_offset, u64 io_size, int uptodate) in btrfs_dec_test_ordered_pending()
|
D | extent_io.c | 2408 int uptodate = (err == 0); in end_extent_writepage() local 2477 int uptodate) in endio_readpage_release_extent() 2501 int uptodate = !bio->bi_status; in end_bio_extent_readpage() local 4936 int uptodate = 1; in alloc_extent_buffer() local
|
D | inode.c | 3159 struct extent_state *state, int uptodate) in btrfs_writepage_end_io_hook() 7822 int uptodate; member 7919 int uptodate; in btrfs_retry_endio() local 7968 bool uptodate = (err == 0); in __btrfs_subio_endio_read() local 8071 const bool uptodate) in __endio_write_update_ordered()
|
D | check-integrity.c | 2147 static void btrfsic_bh_end_io(struct buffer_head *bh, int uptodate) in btrfsic_bh_end_io()
|
D | disk-io.c | 3344 static void btrfs_end_buffer_write_sync(struct buffer_head *bh, int uptodate) in btrfs_end_buffer_write_sync()
|
D | free-space-cache.c | 360 int uptodate) in io_ctl_prepare_pages()
|
D | ctree.c | 1561 int uptodate; in btrfs_realloc_node() local
|
/Linux-v4.19/drivers/ide/ |
D | ide-floppy.c | 68 int uptodate = pc->error ? 0 : 1; in ide_floppy_callback() local
|
D | ide-cd.c | 525 int dma_error = 0, dma, thislen, uptodate = 0; in cdrom_newpc_intr() local 790 int uptodate = 0; in ide_cd_do_request() local
|
D | ide-atapi.c | 439 int uptodate; in ide_pc_intr() local
|
D | ide-tape.c | 331 int uptodate = pc->error ? 0 : 1; in ide_tape_callback() local
|
/Linux-v4.19/fs/jbd2/ |
D | commit.c | 32 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync()
|
/Linux-v4.19/fs/ext4/ |
D | ialloc.c | 69 void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate) in ext4_end_bitmap_read()
|
/Linux-v4.19/drivers/md/ |
D | raid1.c | 330 int uptodate = !bio->bi_status; in raid1_end_read_request() local 1867 int uptodate = !bio->bi_status; in end_sync_write() local
|
D | md-bitmap.c | 316 static void end_bitmap_write(struct buffer_head *bh, int uptodate) in end_bitmap_write()
|
D | raid5.h | 275 int locked, uptodate, to_read, to_write, failed, written; member
|
D | raid10.c | 389 int uptodate = !bio->bi_status; in raid10_end_read_request() local
|
/Linux-v4.19/fs/reiserfs/ |
D | journal.c | 621 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-v4.19/drivers/block/ |
D | floppy.c | 2229 static void request_done(int uptodate) in request_done()
|