/linux/include/linux/ |
A D | buffer_head.h | 49 typedef void (bh_end_io_t)(struct buffer_head *bh, int uptodate); 120 BUFFER_FNS(Uptodate, uptodate) 165 void end_buffer_read_sync(struct buffer_head *bh, int uptodate); 166 void end_buffer_write_sync(struct buffer_head *bh, int uptodate); 167 void end_buffer_async_write(struct buffer_head *bh, int uptodate);
|
A D | page-flags.h | 667 CLEARPAGEFLAG(Uptodate, uptodate, PF_NO_TAIL)
|
/linux/fs/ |
A D | buffer.c | 144 if (uptodate) { in __end_buffer_read_notouch() 159 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_sync() 166 if (uptodate) { in end_buffer_write_sync() 255 if (uptodate) { in end_buffer_async_read() 323 if (uptodate && in end_buffer_async_read_io() 333 uptodate = 0; in end_buffer_async_read_io() 335 end_buffer_async_read(bh, uptodate); in end_buffer_async_read_io() 352 if (uptodate) { in end_buffer_async_write() 899 int uptodate = PageUptodate(page); in init_page_buffers() local 908 if (uptodate) in init_page_buffers() [all …]
|
/linux/fs/iomap/ |
A 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() 455 if (!test_bit(i, iop->uptodate)) in iomap_is_partially_uptodate() 1315 if (iop && !test_bit(i, iop->uptodate)) in iomap_writepage_map()
|
/linux/include/trace/events/ |
A D | erofs.h | 92 __field(int, uptodate) 101 __entry->uptodate = PageUptodate(page); 110 __entry->uptodate,
|
A D | btrfs.h | 658 int uptodate), 660 TP_ARGS(inode, start, end, uptodate), 666 __field( int, uptodate ) 674 __entry->uptodate = uptodate; 681 __entry->end, __entry->uptodate)
|
A D | f2fs.h | 1231 __field(int, uptodate) 1242 __entry->uptodate = PageUptodate(page); 1252 __entry->uptodate)
|
/linux/fs/btrfs/ |
A D | subpage.c | 393 uptodate, start, len); in btrfs_subpage_set_uptodate() 398 if (subpage_test_bitmap_all_set(fs_info, subpage, uptodate)) in btrfs_subpage_set_uptodate() 408 uptodate, start, len); in btrfs_subpage_clear_uptodate() 606 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(uptodate); 673 IMPLEMENT_BTRFS_PAGE_OPS(uptodate, SetPageUptodate, ClearPageUptodate,
|
A D | extent_io.c | 2698 if (uptodate) { in end_page_read() 2755 uptodate = true; in submit_read_repair() 2780 if (uptodate) in submit_read_repair() 2805 if (!uptodate) { in end_extent_writepage() 2882 bool uptodate; member 2918 if (processed->inode == inode && processed->uptodate == uptodate && in endio_readpage_release_extent() 2940 processed->uptodate = uptodate; in endio_readpage_release_extent() 6163 int uptodate = 1; in alloc_extent_buffer() local 6258 uptodate = 0; in alloc_extent_buffer() 6268 if (uptodate) in alloc_extent_buffer() [all …]
|
A D | subpage.h | 141 DECLARE_BTRFS_SUBPAGE_OPS(uptodate);
|
A D | ordered-data.h | 177 bool uptodate);
|
A D | ordered-data.c | 319 bool uptodate) in btrfs_mark_ordered_io_finished() argument 419 if (!uptodate) in btrfs_mark_ordered_io_finished()
|
/linux/fs/ocfs2/ |
A D | Makefile | 39 uptodate.o \
|
/linux/fs/ntfs/ |
A 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()
|
/linux/drivers/md/ |
A D | raid1.c | 363 int uptodate = !bio->bi_status; in raid1_end_read_request() local 373 if (uptodate) in raid1_end_read_request() 390 uptodate = 1; in raid1_end_read_request() 394 if (uptodate) { in raid1_end_read_request() 1916 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate) in put_sync_write_buf() argument 1927 md_done_sync(mddev, s, uptodate); in put_sync_write_buf() 1934 int uptodate = !bio->bi_status; in end_sync_write() local 1942 if (!uptodate) { in end_sync_write() 1958 put_sync_write_buf(r1_bio, uptodate); in end_sync_write()
|
A D | raid5.h | 284 int locked, uptodate, to_read, to_write, failed, written; member
|
A D | raid5.c | 3859 if ((s->uptodate == disks - 1) && in fetch_block() 3880 s->uptodate++; in fetch_block() 3904 s->uptodate += 2; in fetch_block() 4254 BUG_ON(s->uptodate != disks); in handle_parity_checks5() 4258 s->uptodate--; in handle_parity_checks5() 4274 BUG_ON(s->uptodate != disks); in handle_parity_checks5() 4321 s->uptodate++; in handle_parity_checks5() 4380 s->uptodate--; in handle_parity_checks6() 4491 s->uptodate++; in handle_parity_checks6() 4497 s->uptodate++; in handle_parity_checks6() [all …]
|
/linux/Documentation/filesystems/ |
A D | netfs_library.rst | 317 uptodate, unlocking them or dropping their refs - the helpers need to deal 343 unlocked (and marked uptodate if applicable). 396 * Will be marked uptodate.
|
A D | gfs2-glocks.rst | 112 indicates that it is caching uptodate data.
|
/linux/fs/jbd2/ |
A 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()
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | printk-formats.rst | 551 %pGp referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff
|
/linux/fs/ext4/ |
A 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()
|
A D | fast_commit.c | 183 static void ext4_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in ext4_end_buffer_io_sync() argument 186 if (uptodate) { in ext4_end_buffer_io_sync()
|
/linux/fs/reiserfs/ |
A 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()
|
/linux/Documentation/filesystems/nfs/ |
A D | rpc-cache.rst | 126 done when the found cache item is not uptodate, but the is reason to
|