/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/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() 451 if (!test_bit(i, iop->uptodate)) in iomap_is_partially_uptodate() 1317 if (iop && !test_bit(i, iop->uptodate)) in iomap_writepage_map()
|
/fs/btrfs/ |
D | extent_io.c | 2676 static void end_page_read(struct page *page, bool uptodate, u64 start, u32 len) in end_page_read() argument 2683 if (uptodate) { in end_page_read() 2732 bool uptodate = false; in submit_read_repair() local 2740 uptodate = true; in submit_read_repair() 2764 end_page_read(page, uptodate, start + offset, sectorsize); in submit_read_repair() 2765 if (uptodate) in submit_read_repair() 2783 const bool uptodate = (err == 0); in end_extent_writepage() local 2788 btrfs_writepage_endio_finish_ordered(inode, page, start, end, uptodate); in end_extent_writepage() 2790 if (!uptodate) { in end_extent_writepage() 2867 bool uptodate; member [all …]
|
D | subpage.h | 120 DECLARE_BTRFS_SUBPAGE_OPS(uptodate);
|
D | ordered-data.h | 177 bool uptodate);
|
D | subpage.c | 489 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(uptodate); 555 IMPLEMENT_BTRFS_PAGE_OPS(uptodate, SetPageUptodate, ClearPageUptodate,
|
D | ordered-data.c | 319 bool uptodate) in btrfs_mark_ordered_io_finished() argument 419 if (!uptodate) in btrfs_mark_ordered_io_finished()
|
D | inode.c | 95 const bool uptodate); 3262 u64 end, bool uptodate) in btrfs_writepage_endio_finish_ordered() argument 3264 trace_btrfs_writepage_end_io_hook(inode, start, end, uptodate); in btrfs_writepage_endio_finish_ordered() 3267 finish_ordered_fn, uptodate); in btrfs_writepage_endio_finish_ordered() 8250 const bool uptodate) in btrfs_check_read_dio_bio() argument 8270 if (uptodate && in btrfs_check_read_dio_bio() 8302 const bool uptodate) in __endio_write_update_ordered() argument 8305 finish_ordered_fn, uptodate); in __endio_write_update_ordered()
|
D | disk-io.c | 406 bool uptodate; in csum_dirty_subpage_buffers() local 409 uptodate = btrfs_subpage_test_uptodate(fs_info, page, cur, in csum_dirty_subpage_buffers() 420 if (WARN_ON(!uptodate)) { in csum_dirty_subpage_buffers()
|
D | free-space-cache.c | 421 static int io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) in io_ctl_prepare_pages() argument 446 if (uptodate && !PageUptodate(page)) { in io_ctl_prepare_pages()
|
D | ctree.h | 3264 u64 end, bool uptodate);
|
/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 | 173 static void ext4_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in ext4_end_buffer_io_sync() argument 176 if (uptodate) { in ext4_end_buffer_io_sync()
|
D | ext4.h | 2908 extern void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate);
|
/fs/reiserfs/ |
D | journal.c | 617 static void reiserfs_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in reiserfs_end_buffer_io_sync() argument 624 if (uptodate) in reiserfs_end_buffer_io_sync() 633 static void reiserfs_end_ordered_io(struct buffer_head *bh, int uptodate) in reiserfs_end_ordered_io() argument 635 if (uptodate) in reiserfs_end_ordered_io()
|
/fs/ceph/ |
D | caps.c | 2960 bool uptodate = PageUptodate(page); in ceph_get_caps() local 2963 if (uptodate) in ceph_get_caps()
|