/fs/ |
D | buffer.c | 142 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() argument 144 if (uptodate) { in __end_buffer_read_notouch() 157 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() argument 159 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_sync() 164 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() argument 166 if (uptodate) { in end_buffer_write_sync() 244 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() argument 255 if (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() argument 323 if (uptodate && in end_buffer_async_read_io() [all …]
|
/fs/btrfs/ |
D | ordered-data.h | 158 u64 file_offset, u64 io_size, int uptodate); 162 int uptodate);
|
D | ordered-data.c | 313 u64 *file_offset, u64 io_size, int uptodate) in btrfs_dec_test_first_ordered_pending() argument 353 if (!uptodate) in btrfs_dec_test_first_ordered_pending() 383 u64 file_offset, u64 io_size, int uptodate) in btrfs_dec_test_ordered_pending() argument 416 if (!uptodate) in btrfs_dec_test_ordered_pending()
|
D | extent_io.c | 2714 int uptodate = (err == 0); in end_extent_writepage() local 2717 btrfs_writepage_endio_finish_ordered(page, start, end, uptodate); in end_extent_writepage() 2719 if (!uptodate) { in end_extent_writepage() 2778 int uptodate) in endio_readpage_release_extent() argument 2783 if (uptodate && tree->track_uptodate) in endio_readpage_release_extent() 2802 int uptodate = !bio->bi_status; in end_bio_extent_readpage() local 2849 if (likely(uptodate)) { in end_bio_extent_readpage() 2857 uptodate = 0; in end_bio_extent_readpage() 2865 if (likely(uptodate)) in end_bio_extent_readpage() 2884 uptodate = !bio->bi_status; in end_bio_extent_readpage() [all …]
|
D | ctree.c | 1615 int uptodate; in btrfs_realloc_node() local 1664 uptodate = btrfs_buffer_uptodate(cur, gen, 0); in btrfs_realloc_node() 1666 uptodate = 0; in btrfs_realloc_node() 1667 if (!cur || !uptodate) { in btrfs_realloc_node() 1678 } else if (!uptodate) { in btrfs_realloc_node()
|
D | inode.c | 96 const bool uptodate); 2832 u64 end, int uptodate) in btrfs_writepage_endio_finish_ordered() argument 2839 trace_btrfs_writepage_end_io_hook(page, start, end, uptodate); in btrfs_writepage_endio_finish_ordered() 2843 end - start + 1, uptodate)) in btrfs_writepage_endio_finish_ordered() 7653 const bool uptodate) in btrfs_check_read_dio_bio() argument 7673 if (uptodate && in btrfs_check_read_dio_bio() 7705 const bool uptodate) in __endio_write_update_ordered() argument 7724 uptodate)) { in __endio_write_update_ordered()
|
D | free-space-cache.c | 374 static int io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) in io_ctl_prepare_pages() argument 388 if (uptodate && !PageUptodate(page)) { in io_ctl_prepare_pages()
|
D | ctree.h | 3070 u64 end, int uptodate);
|
/fs/iomap/ |
D | buffered-io.c | 32 unsigned long uptodate[]; member 60 iop = kzalloc(struct_size(iop, uptodate, BITS_TO_LONGS(nr_blocks)), in iomap_page_create() 64 bitmap_fill(iop->uptodate, nr_blocks); in iomap_page_create() 79 WARN_ON_ONCE(bitmap_full(iop->uptodate, nr_blocks) != in iomap_page_release() 110 if (!test_bit(i, iop->uptodate)) in iomap_adjust_read_range() 120 if (test_bit(i, iop->uptodate)) { in iomap_adjust_read_range() 154 bitmap_set(iop->uptodate, first, last - first + 1); in iomap_iop_set_range_uptodate() 155 if (bitmap_full(iop->uptodate, i_blocks_per_page(inode, page))) in iomap_iop_set_range_uptodate() 450 if (!test_bit(i, iop->uptodate)) in iomap_is_partially_uptodate() 1360 if (iop && !test_bit(i, iop->uptodate)) in iomap_writepage_map()
|
/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() 803 int uptodate = 1; in ntfs_write_block() local 806 uptodate = 0; in ntfs_write_block() 811 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 | fast_commit.c | 122 static void ext4_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in ext4_end_buffer_io_sync() argument 125 if (uptodate) { in ext4_end_buffer_io_sync()
|
D | ext4.h | 2803 extern void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate);
|
/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() argument 626 if (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() argument 637 if (uptodate) in reiserfs_end_ordered_io()
|