| /linux/fs/btrfs/ |
| H A D | subpage.c | 325 uptodate, start, len); in btrfs_subpage_set_uptodate() 330 if (subpage_test_bitmap_all_set(fs_info, folio, uptodate)) in btrfs_subpage_set_uptodate() 340 uptodate, start, len); in btrfs_subpage_clear_uptodate() 686 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(uptodate); 779 IMPLEMENT_BTRFS_PAGE_OPS(uptodate, folio_mark_uptodate, folio_clear_uptodate, 814 DEFINE_GET_SUBPAGE_BITMAP(uptodate); 932 unsigned long uptodate; in btrfs_subpage_dump_bitmap() local 937 uptodate = get_bitmap_value_uptodate(fs_info, folio); in btrfs_subpage_dump_bitmap() 946 blocks_per_folio, &uptodate, in btrfs_subpage_dump_bitmap()
|
| H A D | volumes.h | 924 bool uptodate = false; in btrfs_get_per_profile_avail() local 928 uptodate = true; in btrfs_get_per_profile_avail() 932 return uptodate; in btrfs_get_per_profile_avail()
|
| H A D | subpage.h | 173 DECLARE_BTRFS_SUBPAGE_OPS(uptodate);
|
| H A D | extent_io.c | 511 bool uptodate, u64 start, u32 len) in end_folio_read() argument 518 if (uptodate && btrfs_verify_folio(vi, folio, start, len)) in end_folio_read() 600 bool uptodate = !bio->bi_status; in end_bbio_data_read() local 610 if (likely(uptodate)) { in end_bbio_data_read() 636 end_folio_read(vi, folio, uptodate, start, fi.length); in end_bbio_data_read() 3851 bool uptodate = true; in alloc_extent_buffer() local 3922 uptodate = false; in alloc_extent_buffer() 3931 if (uptodate) in alloc_extent_buffer() 4299 bool uptodate = !bbio->bio.bi_status; in end_bbio_meta_read() local 4310 if (uptodate && in end_bbio_meta_read() [all …]
|
| H A D | free-space-cache.c | 442 static int io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) in io_ctl_prepare_pages() argument 469 if (uptodate && !folio_test_uptodate(folio)) { in io_ctl_prepare_pages()
|
| /linux/fs/ |
| H A D | buffer.c | 166 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() argument 168 if (uptodate) { in end_buffer_read_sync() 188 bool uptodate = bio_endio_bh(bio, &bh); in bh_end_read() local 189 end_buffer_read_sync(bh, uptodate); in bh_end_read() 293 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() argument 304 if (uptodate) { in end_buffer_async_read() 365 bool uptodate = bio_endio_bh(bio, &bh); in bh_end_async_read() local 374 if (vi && uptodate) { in bh_end_async_read() 384 uptodate = false; in bh_end_async_read() 386 end_buffer_async_read(bh, uptodate); in bh_end_async_read() [all …]
|
| /linux/fs/ocfs2/ |
| H A D | Makefile | 39 uptodate.o \
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 32 mapping, managing uptodate and dirty state, or writeback of pagecache 164 The uptodate (memory contents are at least as new as what's on disk) and 169 tracks the per-fsblock uptodate and dirty state itself. 176 * ``uptodate``: iomap will try to keep folios fully up to date. 178 uptodate. 179 The folio itself will be marked uptodate when all fsblocks within the 180 folio are uptodate. 726 Regions of the pagecache with a folio mapped and uptodate fsblocks 741 Regions of the pagecache with no folio mapped, or a !uptodate fsblock
|
| /linux/fs/iomap/ |
| H A D | buffered-io.c | 448 bool uptodate = !error; in iomap_finish_folio_read() local 461 uptodate = ifs_set_range_uptodate(folio, ifs, off, len); in iomap_finish_folio_read() 468 folio_end_read(folio, uptodate); in iomap_finish_folio_read() 515 bool end_read, uptodate; in iomap_read_end() local 539 uptodate = ifs_is_fully_uptodate(folio, ifs); in iomap_read_end() 542 folio_end_read(folio, uptodate); in iomap_read_end()
|
| /linux/include/trace/events/ |
| H A D | btrfs.h | 754 bool uptodate), 756 TP_ARGS(inode, start, len, uptodate), 762 __field( bool, uptodate ) 770 __entry->uptodate = uptodate; 777 __entry->len, __entry->uptodate) 836 int uptodate), 838 TP_ARGS(inode, start, end, uptodate), 844 __field( int, uptodate ) 852 __entry->uptodate = uptodate; 859 __entry->end, __entry->uptodate)
|
| H A D | mmflags.h | 138 DEF_PAGEFLAG_NAME(uptodate), \
|
| /linux/drivers/md/ |
| H A D | raid5.h | 285 int locked, uptodate, to_read, to_write, failed, written; member
|
| H A D | raid1.c | 387 int uptodate = !bio->bi_status; in raid1_end_read_request() local 397 if (uptodate) { in raid1_end_read_request() 405 uptodate = 1; in raid1_end_read_request() 416 uptodate = 1; in raid1_end_read_request() 420 if (uptodate) { in raid1_end_read_request()
|
| H A D | raid5.c | 3968 if ((s->uptodate == disks - 1) && in fetch_block() 3989 s->uptodate++; in fetch_block() 3991 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block() 4015 s->uptodate += 2; in fetch_block() 4369 BUG_ON(s->uptodate != disks); in handle_parity_checks5() 4373 s->uptodate--; in handle_parity_checks5() 4389 BUG_ON(s->uptodate != disks); in handle_parity_checks5() 4435 s->uptodate++; in handle_parity_checks5() 4494 s->uptodate--; in handle_parity_checks6() 4604 s->uptodate++; in handle_parity_checks6() [all …]
|
| H A D | raid10.c | 394 int uptodate = !bio->bi_status; in raid10_end_read_request() local 407 if (uptodate) { in raid10_end_read_request() 419 uptodate = 1; in raid10_end_read_request() 428 uptodate = 1; in raid10_end_read_request() 430 if (uptodate) { in raid10_end_read_request()
|
| H A D | md-bitmap.c | 508 bool uptodate = bio_endio_bh(bio, &bh); in end_bitmap_write() local 511 if (!uptodate) in end_bitmap_write()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | printk-formats.rst | 551 %pGp 0x17ffffc0002036(referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff)
|
| /linux/fs/ext4/ |
| H A D | ialloc.c | 72 bool uptodate = bio_endio_bh(bio, &bh); in ext4_end_bitmap_read() local 74 if (uptodate) { in ext4_end_bitmap_read()
|
| /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
|
| /linux/drivers/block/ |
| H A D | floppy.c | 2275 static void request_done(int uptodate) in request_done() argument 2282 snprintf(msg, sizeof(msg), "request done %d", uptodate); in request_done() 2290 if (uptodate) { in request_done()
|