Home
last modified time | relevance | path

Searched refs:uptodate (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/linux/fs/btrfs/
H A Dordered-data.h172 bool uptodate);
175 u64 num_bytes, bool uptodate);
H A Dsubpage.c392 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,
737 GET_SUBPAGE_BITMAP(subpage, subpage_info, uptodate, &uptodate_bitmap); in btrfs_subpage_dump_bitmap()
H A Dordered-data.c309 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 Draid56.c66 unsigned int uptodate:8; member
195 rbio->stripe_sectors[i].uptodate = 1; in cache_rbio_pages()
230 if (!rbio->stripe_sectors[i].uptodate) in full_page_sectors_uptodate()
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()
2445 p_sector.uptodate = 1; in finish_parity_scrub()
2456 q_sector.uptodate = 1; in finish_parity_scrub()
[all …]
H A Dextent_io.c507 bool uptodate; member
543 if (processed->inode == inode && processed->uptodate == uptodate && in endio_readpage_release_extent()
561 processed->uptodate = uptodate; in endio_readpage_release_extent()
1610 if (!uptodate) in extent_buffer_write_end_io()
3681 int uptodate = 1; in alloc_extent_buffer() local
3768 uptodate = 0; in alloc_extent_buffer()
3778 if (uptodate) in alloc_extent_buffer()
4081 if (uptodate && in extent_buffer_read_end_io()
4083 uptodate = false; in extent_buffer_read_end_io()
4085 if (uptodate) { in extent_buffer_read_end_io()
[all …]
H A Dsubpage.h142 DECLARE_BTRFS_SUBPAGE_OPS(uptodate);
/openbmc/linux/include/trace/events/
H A Derofs.h94 __field(int, uptodate)
103 __entry->uptodate = folio_test_uptodate(folio);
112 __entry->uptodate,
H A Dbtrfs.h666 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 Dmmflags.h105 DEF_PAGEFLAG_NAME(uptodate), \
H A Df2fs.h1234 __field(int, uptodate)
1245 __entry->uptodate = PageUptodate(page);
1255 __entry->uptodate)
/openbmc/linux/include/linux/
H A Dbuffer_head.h48 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 Dpage-flags.h774 CLEARPAGEFLAG(Uptodate, uptodate, PF_NO_TAIL)
/openbmc/linux/fs/
H A Dbuffer.c145 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()
167 if (uptodate) { in end_buffer_write_sync()
256 if (uptodate) { in end_buffer_async_read()
360 if (uptodate && (decrypt || verify)) { in end_buffer_async_read_io()
375 uptodate = 0; in end_buffer_async_read_io()
377 end_buffer_async_read(bh, uptodate); in end_buffer_async_read_io()
394 if (uptodate) { in end_buffer_async_write()
1008 bool uptodate = folio_test_uptodate(folio); in folio_init_buffers() local
[all …]
/openbmc/linux/fs/ocfs2/
H A DMakefile39 uptodate.o \
/openbmc/linux/fs/ntfs/
H A Daops.c45 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 Draid1.c366 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()
1940 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate) in put_sync_write_buf() argument
1951 md_done_sync(mddev, s, uptodate); in put_sync_write_buf()
1958 int uptodate = !bio->bi_status; in end_sync_write() local
1966 if (!uptodate) { in end_sync_write()
1982 put_sync_write_buf(r1_bio, uptodate); in end_sync_write()
H A Draid5.h285 int locked, uptodate, to_read, to_write, failed, written; member
H A Draid5.c3967 if ((s->uptodate == disks - 1) && in fetch_block()
3988 s->uptodate++; in fetch_block()
4012 s->uptodate += 2; in fetch_block()
4362 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4366 s->uptodate--; in handle_parity_checks5()
4382 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4429 s->uptodate++; in handle_parity_checks5()
4488 s->uptodate--; in handle_parity_checks6()
4599 s->uptodate++; in handle_parity_checks6()
4605 s->uptodate++; in handle_parity_checks6()
[all …]
/openbmc/linux/fs/jbd2/
H A Dcommit.c32 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/fs/f2fs/
H A Dcompress.c845 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/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst552 %pGp 0x17ffffc0002036(referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff)
/openbmc/linux/Documentation/filesystems/
H A Dnetfs_library.rst364 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/fs/ext4/
H A Dialloc.c69 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 Djournal.c617 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 Drpc-cache.rst126 done when the found cache item is not uptodate, but the is reason to

12