Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/
A Dbuffer_head.h50 typedef void (bh_end_io_t)(struct buffer_head *bh, int uptodate);
204 void end_buffer_read_sync(struct buffer_head *bh, int uptodate);
205 void end_buffer_write_sync(struct buffer_head *bh, int uptodate);
206 void end_buffer_async_write(struct buffer_head *bh, int uptodate);
A Dpage-flags.h759 CLEARPAGEFLAG(Uptodate, uptodate, PF_NO_TAIL)
/linux-6.3-rc2/include/trace/events/
A Derofs.h94 __field(int, uptodate)
103 __entry->uptodate = PageUptodate(page);
112 __entry->uptodate,
A Dbtrfs.h724 int uptodate),
726 TP_ARGS(inode, start, end, uptodate),
732 __field( int, uptodate )
740 __entry->uptodate = uptodate;
747 __entry->end, __entry->uptodate)
A Df2fs.h1234 __field(int, uptodate)
1245 __entry->uptodate = PageUptodate(page);
1255 __entry->uptodate)
/linux-6.3-rc2/fs/
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()
361 if (uptodate && (decrypt || verify)) { in end_buffer_async_read_io()
376 uptodate = 0; in end_buffer_async_read_io()
378 end_buffer_async_read(bh, uptodate); in end_buffer_async_read_io()
395 if (uptodate) { in end_buffer_async_write()
939 int uptodate = PageUptodate(page); in init_page_buffers() local
[all …]
/linux-6.3-rc2/fs/btrfs/
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()
1212 sector->uptodate = 1; in generate_pq_vertical()
1221 sector->uptodate = 1; in generate_pq_vertical()
1405 sector->uptodate = 1; in set_bio_pages_uptodate()
1859 sector->uptodate = 1; in recover_vertical()
1867 sector->uptodate = 1; in recover_vertical()
2464 p_sector.uptodate = 1; in finish_parity_scrub()
2475 q_sector.uptodate = 1; in finish_parity_scrub()
[all …]
A Dsubpage.c417 uptodate, start, len); in btrfs_subpage_set_uptodate()
422 if (subpage_test_bitmap_all_set(fs_info, subpage, uptodate)) in btrfs_subpage_set_uptodate()
432 uptodate, start, len); in btrfs_subpage_clear_uptodate()
630 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(uptodate);
697 IMPLEMENT_BTRFS_PAGE_OPS(uptodate, SetPageUptodate, ClearPageUptodate,
A Dextent_io.c524 if (uptodate) { in end_page_read()
557 if (!uptodate) { in end_extent_writepage()
629 bool uptodate; member
645 bool uptodate) in endio_readpage_release_extent() argument
665 if (processed->inode == inode && processed->uptodate == uptodate && in endio_readpage_release_extent()
683 processed->uptodate = uptodate; in endio_readpage_release_extent()
789 uptodate = false; in end_bio_extent_readpage()
791 if (likely(uptodate)) { in end_bio_extent_readpage()
4006 int uptodate = 1; in alloc_extent_buffer() local
4099 uptodate = 0; in alloc_extent_buffer()
[all …]
A Dordered-data.h177 u64 num_bytes, bool uptodate);
A Dsubpage.h143 DECLARE_BTRFS_SUBPAGE_OPS(uptodate);
A Dbtrfs_inode.h504 u64 end, bool uptodate);
A Dordered-data.c301 u64 num_bytes, bool uptodate) in btrfs_mark_ordered_io_finished() argument
401 if (!uptodate) in btrfs_mark_ordered_io_finished()
/linux-6.3-rc2/fs/iomap/
A Dbuffered-io.c34 unsigned long uptodate[]; member
61 iop = kzalloc(struct_size(iop, uptodate, BITS_TO_LONGS(nr_blocks)), in iomap_page_create()
66 bitmap_fill(iop->uptodate, nr_blocks); in iomap_page_create()
82 WARN_ON_ONCE(bitmap_full(iop->uptodate, nr_blocks) != in iomap_page_release()
113 if (!test_bit(i, iop->uptodate)) in iomap_adjust_read_range()
123 if (test_bit(i, iop->uptodate)) { in iomap_adjust_read_range()
156 bitmap_set(iop->uptodate, first, last - first + 1); in iomap_iop_set_range_uptodate()
157 if (bitmap_full(iop->uptodate, i_blocks_per_folio(inode, folio))) in iomap_iop_set_range_uptodate()
454 if (!test_bit(i, iop->uptodate)) in iomap_is_partially_uptodate()
1638 if (iop && !test_bit(i, iop->uptodate)) in iomap_writepage_map()
/linux-6.3-rc2/fs/ocfs2/
A DMakefile39 uptodate.o \
/linux-6.3-rc2/fs/ntfs/
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()
/linux-6.3-rc2/drivers/md/
A Draid1.c367 int uptodate = !bio->bi_status; in raid1_end_read_request() local
377 if (uptodate) in raid1_end_read_request()
394 uptodate = 1; in raid1_end_read_request()
398 if (uptodate) { in raid1_end_read_request()
1945 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate) in put_sync_write_buf() argument
1956 md_done_sync(mddev, s, uptodate); in put_sync_write_buf()
1963 int uptodate = !bio->bi_status; in end_sync_write() local
1971 if (!uptodate) { in end_sync_write()
1987 put_sync_write_buf(r1_bio, uptodate); in end_sync_write()
A Draid5.h285 int locked, uptodate, to_read, to_write, failed, written; member
A Draid5.c3961 if ((s->uptodate == disks - 1) && in fetch_block()
3982 s->uptodate++; in fetch_block()
4006 s->uptodate += 2; in fetch_block()
4356 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4360 s->uptodate--; in handle_parity_checks5()
4376 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4423 s->uptodate++; in handle_parity_checks5()
4482 s->uptodate--; in handle_parity_checks6()
4593 s->uptodate++; in handle_parity_checks6()
4599 s->uptodate++; in handle_parity_checks6()
[all …]
/linux-6.3-rc2/fs/jbd2/
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()
/linux-6.3-rc2/fs/f2fs/
A Dcompress.c839 int index, int nr_pages, bool uptodate) in f2fs_all_cluster_page_ready() argument
842 int i = uptodate ? 0 : 1; in f2fs_all_cluster_page_ready()
848 if (uptodate && (pgidx % cc->cluster_size)) in f2fs_all_cluster_page_ready()
857 if (uptodate && !PageUptodate(pages[index + i])) in f2fs_all_cluster_page_ready()
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dprintk-formats.rst552 %pGp 0x17ffffc0002036(referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff)
/linux-6.3-rc2/Documentation/filesystems/
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.
/linux-6.3-rc2/fs/ext4/
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()
/linux-6.3-rc2/fs/reiserfs/
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()

Completed in 90 milliseconds

12