/fs/logfs/ |
D | dev_bdev.c | 69 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in writeseg_end_io() local 173 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in erase_end_io() local
|
/fs/ |
D | buffer.c | 129 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() 144 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() 151 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() 265 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() 327 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() 937 int uptodate = PageUptodate(page); in init_page_buffers() local 2421 static void end_buffer_read_nobh(struct buffer_head *bh, int uptodate) in end_buffer_read_nobh()
|
D | mpage.c | 46 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in mpage_end_io() local
|
D | direct-io.c | 460 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in dio_bio_complete() local
|
/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() 824 int uptodate = 1; in ntfs_write_block() local
|
/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()
|
/fs/exofs/ |
D | ore_raid.c | 487 bool uptodate; in _read_4_write_first_stripe() local 555 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()
|
/fs/nfs/blocklayout/ |
D | blocklayout.c | 204 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in bl_end_io_read() local 386 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in bl_end_io_write_zero() local 414 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in bl_end_io_write() local
|
/fs/btrfs/ |
D | ordered-data.c | 298 u64 *file_offset, u64 io_size, int uptodate) in btrfs_dec_test_first_ordered_pending() 366 u64 file_offset, u64 io_size, int uptodate) in btrfs_dec_test_ordered_pending()
|
D | extent_io.c | 2357 int uptodate = (err == 0); in end_extent_writepage() local 2436 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in end_bio_extent_readpage() local 3275 int uptodate = err == 0; in end_bio_extent_buffer_writepage() local 4318 int uptodate = 1; in alloc_extent_buffer() local
|
D | raid56.c | 833 static void rbio_orig_end_io(struct btrfs_raid_bio *rbio, int err, int uptodate) in rbio_orig_end_io()
|
D | check-integrity.c | 2348 static void btrfsic_bh_end_io(struct buffer_head *bh, int uptodate) in btrfsic_bh_end_io()
|
D | disk-io.c | 2921 static void btrfs_end_buffer_write_sync(struct buffer_head *bh, int uptodate) in btrfs_end_buffer_write_sync()
|
D | free-space-cache.c | 336 int uptodate) in io_ctl_prepare_pages()
|
D | ctree.c | 1514 int uptodate; in btrfs_realloc_node() local
|
D | inode.c | 2765 struct extent_state *state, int uptodate) in btrfs_writepage_end_io_hook()
|
/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()
|
/fs/xfs/ |
D | xfs_aops.c | 686 int count = 0, done = 0, uptodate = 1; in xfs_convert_page() local 929 int err, imap_valid = 0, uptodate = 1; in xfs_vm_writepage() local
|
/fs/nilfs2/ |
D | segbuf.c | 343 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in nilfs_end_bio_write() local
|
/fs/nfs/objlayout/ |
D | objio_osd.c | 487 static struct page *__r4w_get_page(void *priv, u64 offset, bool *uptodate) in __r4w_get_page()
|
/fs/f2fs/ |
D | data.c | 335 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in read_end_io() local
|
D | segment.c | 638 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in f2fs_end_io_write() local
|
/fs/ext4/ |
D | ialloc.c | 106 void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate) in ext4_end_bitmap_read()
|
/fs/reiserfs/ |
D | journal.c | 618 static void reiserfs_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in reiserfs_end_buffer_io_sync() 636 static void reiserfs_end_ordered_io(struct buffer_head *bh, int uptodate) in reiserfs_end_ordered_io()
|