/openbmc/linux/fs/btrfs/ |
H A D | ordered-data.h | 172 bool uptodate); 175 u64 num_bytes, bool uptodate);
|
H A D | subpage.c | 392 uptodate, start, len); in btrfs_subpage_set_uptodate() 397 if (subpage_test_bitmap_all_set(fs_info, subpage, uptodate)) in btrfs_subpage_set_uptodate() 407 uptodate, start, len); in btrfs_subpage_clear_uptodate() 576 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(uptodate); 642 IMPLEMENT_BTRFS_PAGE_OPS(uptodate, SetPageUptodate, ClearPageUptodate, 743 GET_SUBPAGE_BITMAP(subpage, subpage_info, uptodate, &uptodate_bitmap); in btrfs_subpage_dump_bitmap()
|
H A D | ordered-data.c | 309 u64 len, bool uptodate) in can_finish_ordered_extent() argument 344 if (!uptodate) in can_finish_ordered_extent() 374 bool uptodate) in btrfs_finish_ordered_extent() argument 380 trace_btrfs_finish_ordered_extent(inode, file_offset, len, uptodate); in btrfs_finish_ordered_extent() 383 ret = can_finish_ordered_extent(ordered, page, file_offset, len, uptodate); in btrfs_finish_ordered_extent() 406 u64 num_bytes, bool uptodate) in btrfs_mark_ordered_io_finished() argument 416 uptodate); in btrfs_mark_ordered_io_finished() 470 if (can_finish_ordered_extent(entry, page, cur, len, uptodate)) { in btrfs_mark_ordered_io_finished()
|
H A D | raid56.c | 66 unsigned int uptodate:8; member 185 ASSERT(rbio->stripe_sectors[i].uptodate); in cache_rbio_pages() 195 rbio->stripe_sectors[i].uptodate = 1; in cache_rbio_pages() 230 if (!rbio->stripe_sectors[i].uptodate) in full_page_sectors_uptodate() 271 dest->stripe_sectors[i].uptodate = true; in steal_rbio_page() 1202 sector->uptodate = 1; in generate_pq_vertical() 1211 sector->uptodate = 1; in generate_pq_vertical() 1406 sector->uptodate = 1; in set_bio_pages_uptodate() 1857 sector->uptodate = 1; in recover_vertical() 1865 sector->uptodate = 1; in recover_vertical() [all …]
|
H A D | extent_io.c | 433 static void end_page_read(struct page *page, bool uptodate, u64 start, u32 len) in end_page_read() argument 440 if (uptodate && btrfs_verify_page(page, start)) in end_page_read() 507 bool uptodate; member 523 bool uptodate) in endio_readpage_release_extent() argument 543 if (processed->inode == inode && processed->uptodate == uptodate && in endio_readpage_release_extent() 561 processed->uptodate = uptodate; in endio_readpage_release_extent() 599 bool uptodate = !bio->bi_status; in end_bio_extent_readpage() local 634 if (likely(uptodate)) { in end_bio_extent_readpage() 657 end_page_read(page, uptodate, start, len); in end_bio_extent_readpage() 659 start, end, uptodate); in end_bio_extent_readpage() [all …]
|
H A D | subpage.h | 142 DECLARE_BTRFS_SUBPAGE_OPS(uptodate);
|
/openbmc/linux/include/trace/events/ |
H A D | erofs.h | 94 __field(int, uptodate) 103 __entry->uptodate = folio_test_uptodate(folio); 112 __entry->uptodate,
|
H A D | btrfs.h | 666 bool uptodate), 668 TP_ARGS(inode, start, len, uptodate), 674 __field( bool, uptodate ) 682 __entry->uptodate = uptodate; 689 __entry->len, !!__entry->uptodate) 752 int uptodate), 754 TP_ARGS(inode, start, end, uptodate), 760 __field( int, uptodate ) 768 __entry->uptodate = uptodate; 775 __entry->end, __entry->uptodate)
|
H A D | mmflags.h | 105 DEF_PAGEFLAG_NAME(uptodate), \
|
H A D | f2fs.h | 1235 __field(int, uptodate) 1246 __entry->uptodate = PageUptodate(page); 1256 __entry->uptodate)
|
/openbmc/linux/fs/ |
H A D | buffer.c | 143 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() argument 145 if (uptodate) { in __end_buffer_read_notouch() 158 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() argument 160 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_sync() 165 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() argument 167 if (uptodate) { in end_buffer_write_sync() 245 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() argument 256 if (uptodate) { in end_buffer_async_read() 353 static void end_buffer_async_read_io(struct buffer_head *bh, int uptodate) in end_buffer_async_read_io() argument 360 if (uptodate && (decrypt || verify)) { in end_buffer_async_read_io() [all …]
|
/openbmc/linux/include/linux/ |
H A D | buffer_head.h | 48 typedef void (bh_end_io_t)(struct buffer_head *bh, int uptodate); 208 void end_buffer_read_sync(struct buffer_head *bh, int uptodate); 209 void end_buffer_write_sync(struct buffer_head *bh, int uptodate); 210 void end_buffer_async_write(struct buffer_head *bh, int uptodate);
|
H A D | page-flags.h | 774 CLEARPAGEFLAG(Uptodate, uptodate, PF_NO_TAIL)
|
/openbmc/linux/fs/ocfs2/ |
H A D | Makefile | 39 uptodate.o \
|
/openbmc/linux/fs/ntfs/ |
H 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() 805 int uptodate = 1; in ntfs_write_block() local 808 uptodate = 0; in ntfs_write_block() 813 if (uptodate) in ntfs_write_block()
|
/openbmc/linux/drivers/md/ |
H A D | raid1.c | 366 int uptodate = !bio->bi_status; in raid1_end_read_request() local 376 if (uptodate) in raid1_end_read_request() 393 uptodate = 1; in raid1_end_read_request() 397 if (uptodate) { in raid1_end_read_request() 1922 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate) in put_sync_write_buf() argument 1933 md_done_sync(mddev, s, uptodate); in put_sync_write_buf() 1940 int uptodate = !bio->bi_status; in end_sync_write() local 1948 if (!uptodate) { in end_sync_write() 1964 put_sync_write_buf(r1_bio, uptodate); in end_sync_write()
|
H A D | raid5.h | 285 int locked, uptodate, to_read, to_write, failed, written; member
|
H A D | raid5.c | 3932 if ((s->uptodate == disks - 1) && in fetch_block() 3953 s->uptodate++; in fetch_block() 3955 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block() 3977 s->uptodate += 2; in fetch_block() 4324 BUG_ON(s->uptodate != disks); in handle_parity_checks5() 4328 s->uptodate--; in handle_parity_checks5() 4344 BUG_ON(s->uptodate != disks); in handle_parity_checks5() 4390 s->uptodate++; in handle_parity_checks5() 4449 s->uptodate--; in handle_parity_checks6() 4559 s->uptodate++; in handle_parity_checks6() [all …]
|
/openbmc/linux/fs/f2fs/ |
H A D | compress.c | 845 int index, int nr_pages, bool uptodate) in f2fs_all_cluster_page_ready() argument 848 int i = uptodate ? 0 : 1; in f2fs_all_cluster_page_ready() 854 if (uptodate && (pgidx % cc->cluster_size)) in f2fs_all_cluster_page_ready() 863 if (uptodate && !PageUptodate(pages[index + i])) in f2fs_all_cluster_page_ready()
|
/openbmc/linux/fs/jbd2/ |
H 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()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | netfs_library.rst | 364 uptodate, unlocking them or dropping their refs - the helpers need to deal 392 unlocked (and marked uptodate if applicable). 440 * Will be marked uptodate.
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | printk-formats.rst | 552 %pGp 0x17ffffc0002036(referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff)
|
/openbmc/linux/fs/ext4/ |
H 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()
|
/openbmc/linux/fs/reiserfs/ |
H 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()
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | rpc-cache.rst | 126 done when the found cache item is not uptodate, but the is reason to
|