Home
last modified time | relevance | path

Searched defs:uptodate (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c142 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch()
157 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync()
164 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync()
244 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read()
320 static void end_buffer_async_read_io(struct buffer_head *bh, int uptodate) in end_buffer_async_read_io()
342 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write()
924 int uptodate = PageUptodate(page); in init_page_buffers() local
2571 static void end_buffer_read_nobh(struct buffer_head *bh, int uptodate) in end_buffer_read_nobh()
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Daops.c45 static void ntfs_end_buffer_async_read(struct buffer_head *bh, int uptodate) in ntfs_end_buffer_async_read()
803 int uptodate = 1; in ntfs_write_block() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dordered-data.c313 u64 *file_offset, u64 io_size, int uptodate) in btrfs_dec_test_first_ordered_pending()
383 u64 file_offset, u64 io_size, int uptodate) in btrfs_dec_test_ordered_pending()
H A Dextent_io.c2714 int uptodate = (err == 0); in end_extent_writepage() local
2778 int uptodate) in endio_readpage_release_extent()
2802 int uptodate = !bio->bi_status; in end_bio_extent_readpage() local
5200 int uptodate = 1; in alloc_extent_buffer() local
H A Dinode.c2832 u64 end, int uptodate) in btrfs_writepage_endio_finish_ordered()
7656 const bool uptodate) in btrfs_check_read_dio_bio()
7708 const bool uptodate) in __endio_write_update_ordered()
H A Dfree-space-cache.c374 static int io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) in io_ctl_prepare_pages()
H A Dctree.c1615 int uptodate; in btrfs_realloc_node() local
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-floppy.c69 int uptodate = pc->error ? 0 : 1; in ide_floppy_callback() local
H A Dide-cd.c613 int dma_error = 0, dma, thislen, uptodate = 0; in cdrom_newpc_intr() local
880 int uptodate = 0; in ide_cd_do_request() local
H A Dide-atapi.c455 int uptodate; in ide_pc_intr() local
H A Dide-tape.c332 int uptodate = pc->error ? 0 : 1; in ide_tape_callback() local
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dcommit.c32 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync()
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid1.c361 int uptodate = !bio->bi_status; in raid1_end_read_request() local
1891 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate) in put_sync_write_buf()
1909 int uptodate = !bio->bi_status; in end_sync_write() local
H A Dmd-bitmap.c317 static void end_bitmap_write(struct buffer_head *bh, int uptodate) in end_bitmap_write()
H A Draid5.h284 int locked, uptodate, to_read, to_write, failed, written; member
H A Draid10.c351 int uptodate = !bio->bi_status; in raid10_end_read_request() local
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dialloc.c69 void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate) in ext4_end_bitmap_read()
H A Dfast_commit.c122 static void ext4_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in ext4_end_buffer_io_sync()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Djournal.c619 static void reiserfs_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in reiserfs_end_buffer_io_sync()
635 static void reiserfs_end_ordered_io(struct buffer_head *bh, int uptodate) in reiserfs_end_ordered_io()
/OK3568_Linux_fs/kernel/fs/iomap/
H A Dbuffered-io.c32 unsigned long uptodate[]; member
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c2275 static void request_done(int uptodate) in request_done()