/fs/iomap/ |
D | buffered-io.c | 33 bitmap_zero(iop->uptodate, PAGE_SIZE / SECTOR_SIZE); in iomap_page_create() 86 if (!test_bit(i, iop->uptodate)) in iomap_adjust_read_range() 96 if (test_bit(i, iop->uptodate)) { in iomap_adjust_read_range() 128 bool uptodate = true; in iomap_set_range_uptodate() local 133 set_bit(i, iop->uptodate); in iomap_set_range_uptodate() 134 else if (!test_bit(i, iop->uptodate)) in iomap_set_range_uptodate() 135 uptodate = false; in iomap_set_range_uptodate() 139 if (uptodate && !PageError(page)) in iomap_set_range_uptodate() 446 if (!test_bit(i, iop->uptodate)) in iomap_is_partially_uptodate()
|
/fs/btrfs/ |
D | ordered-data.h | 158 u64 file_offset, u64 io_size, int uptodate); 162 int uptodate);
|
D | ordered-data.c | 304 u64 *file_offset, u64 io_size, int uptodate) in btrfs_dec_test_first_ordered_pending() argument 345 if (!uptodate) in btrfs_dec_test_first_ordered_pending() 375 u64 file_offset, u64 io_size, int uptodate) in btrfs_dec_test_ordered_pending() argument 409 if (!uptodate) in btrfs_dec_test_ordered_pending()
|
D | extent_io.c | 2618 int uptodate = (err == 0); in end_extent_writepage() local 2621 btrfs_writepage_endio_finish_ordered(page, start, end, uptodate); in end_extent_writepage() 2623 if (!uptodate) { in end_extent_writepage() 2682 int uptodate) in endio_readpage_release_extent() argument 2687 if (uptodate && tree->track_uptodate) in endio_readpage_release_extent() 2706 int uptodate = !bio->bi_status; in end_bio_extent_readpage() local 2755 if (likely(uptodate)) { in end_bio_extent_readpage() 2760 uptodate = 0; in end_bio_extent_readpage() 2768 if (likely(uptodate)) in end_bio_extent_readpage() 2786 uptodate = !bio->bi_status; in end_bio_extent_readpage() [all …]
|
D | inode.c | 95 const bool uptodate); 3269 u64 end, int uptodate) in btrfs_writepage_endio_finish_ordered() argument 3276 trace_btrfs_writepage_end_io_hook(page, start, end, uptodate); in btrfs_writepage_endio_finish_ordered() 3280 end - start + 1, uptodate)) in btrfs_writepage_endio_finish_ordered() 7990 int uptodate; member 8009 done->uptodate = 1; in btrfs_retry_endio_nocsum() 8046 done.uptodate = 0; in __btrfs_correct_data_nocsum() 8061 if (!done.uptodate) { in __btrfs_correct_data_nocsum() 8087 int uptodate; in btrfs_retry_endio() local 8095 uptodate = 1; in btrfs_retry_endio() [all …]
|
D | check-integrity.c | 335 static void btrfsic_bh_end_io(struct buffer_head *bh, int uptodate); 2151 static void btrfsic_bh_end_io(struct buffer_head *bh, int uptodate) in btrfsic_bh_end_io() argument 2154 int iodone_w_error = !uptodate; in btrfsic_bh_end_io() 2180 bh->b_end_io(bh, uptodate); in btrfsic_bh_end_io()
|
D | ctree.c | 1605 int uptodate; in btrfs_realloc_node() local 1654 uptodate = btrfs_buffer_uptodate(cur, gen, 0); in btrfs_realloc_node() 1656 uptodate = 0; in btrfs_realloc_node() 1657 if (!cur || !uptodate) { in btrfs_realloc_node() 1668 } else if (!uptodate) { in btrfs_realloc_node()
|
D | free-space-cache.c | 372 int uptodate) in io_ctl_prepare_pages() argument 385 if (uptodate && !PageUptodate(page)) { in io_ctl_prepare_pages()
|
D | disk-io.c | 3375 static void btrfs_end_buffer_write_sync(struct buffer_head *bh, int uptodate) in btrfs_end_buffer_write_sync() argument 3377 if (uptodate) { in btrfs_end_buffer_write_sync()
|
D | ctree.h | 2904 u64 end, int uptodate);
|
/fs/ |
D | buffer.c | 148 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() argument 150 if (uptodate) { in __end_buffer_read_notouch() 163 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() argument 165 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_sync() 170 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() argument 172 if (uptodate) { in end_buffer_write_sync() 254 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() argument 265 if (uptodate) { in end_buffer_async_read() 315 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() argument 325 if (uptodate) { in end_buffer_async_write() [all …]
|
/fs/ocfs2/ |
D | Makefile | 39 uptodate.o \
|
/fs/ntfs/ |
D | aops.c | 45 static void ntfs_end_buffer_async_read(struct buffer_head *bh, int uptodate) in ntfs_end_buffer_async_read() argument 58 if (likely(uptodate)) { in ntfs_end_buffer_async_read() 806 int uptodate = 1; in ntfs_write_block() local 809 uptodate = 0; in ntfs_write_block() 814 if (uptodate) in ntfs_write_block()
|
/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() argument 37 if (uptodate) in journal_end_buffer_io_sync()
|
/fs/ext4/ |
D | ialloc.c | 69 void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate) in ext4_end_bitmap_read() argument 71 if (uptodate) { in ext4_end_bitmap_read()
|
D | ext4.h | 2530 extern void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate);
|
/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() argument 628 if (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() argument 639 if (uptodate) in reiserfs_end_ordered_io()
|
/fs/xfs/ |
D | xfs_aops.c | 891 if (iop && !test_bit(i, iop->uptodate)) in xfs_writepage_map()
|