Home
last modified time | relevance | path

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

12

/linux-5.15/include/linux/ !
H A Dbuffer_head.h49 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);
H A Dpage-flags.h571 CLEARPAGEFLAG(Uptodate, uptodate, PF_NO_TAIL)
/linux-5.15/fs/ !
H A Dbuffer.c142 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() argument
144 if (uptodate) { in __end_buffer_read_notouch()
157 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() argument
159 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_sync()
164 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() argument
166 if (uptodate) { in end_buffer_write_sync()
244 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() argument
255 if (uptodate) { in end_buffer_async_read()
320 static void end_buffer_async_read_io(struct buffer_head *bh, int uptodate) in end_buffer_async_read_io() argument
323 if (uptodate && in end_buffer_async_read_io()
[all …]
/linux-5.15/include/trace/events/ !
A Derofs.h92 __field(int, uptodate)
101 __entry->uptodate = PageUptodate(page);
110 __entry->uptodate,
H A Dbtrfs.h658 int uptodate),
660 TP_ARGS(inode, start, end, uptodate),
666 __field( int, uptodate )
674 __entry->uptodate = uptodate;
681 __entry->end, __entry->uptodate)
A Df2fs.h1220 __field(int, uptodate)
1231 __entry->uptodate = PageUptodate(page);
1241 __entry->uptodate)
/linux-5.15/fs/iomap/ !
A Dbuffered-io.c32 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()
444 if (!test_bit(i, iop->uptodate)) in iomap_is_partially_uptodate()
1309 if (iop && !test_bit(i, iop->uptodate)) in iomap_writepage_map()
/linux-5.15/fs/ocfs2/ !
H A DMakefile39 uptodate.o \
/linux-5.15/fs/btrfs/ !
H A Dextent_io.c2674 static void end_page_read(struct page *page, bool uptodate, u64 start, u32 len) in end_page_read() argument
2681 if (uptodate) { in end_page_read()
2730 bool uptodate = false; in submit_read_repair() local
2738 uptodate = true; in submit_read_repair()
2762 end_page_read(page, uptodate, start + offset, sectorsize); in submit_read_repair()
2763 if (uptodate) in submit_read_repair()
2781 const bool uptodate = (err == 0); in end_extent_writepage() local
2786 btrfs_writepage_endio_finish_ordered(inode, page, start, end, uptodate); in end_extent_writepage()
2788 if (!uptodate) { in end_extent_writepage()
2865 bool uptodate; member
[all …]
A Dsubpage.h120 DECLARE_BTRFS_SUBPAGE_OPS(uptodate);
H A Dordered-data.h177 bool uptodate);
A Dsubpage.c489 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(uptodate);
555 IMPLEMENT_BTRFS_PAGE_OPS(uptodate, SetPageUptodate, ClearPageUptodate,
H A Dordered-data.c319 bool uptodate) in btrfs_mark_ordered_io_finished() argument
419 if (!uptodate) in btrfs_mark_ordered_io_finished()
/linux-5.15/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()
803 int uptodate = 1; in ntfs_write_block() local
806 uptodate = 0; in ntfs_write_block()
811 if (uptodate) in ntfs_write_block()
/linux-5.15/drivers/md/ !
H A Draid1.c363 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()
H A Draid5.h284 int locked, uptodate, to_read, to_write, failed, written; member
H A Draid5.c3859 if ((s->uptodate == disks - 1) && in fetch_block()
3880 s->uptodate++; in fetch_block()
3882 } else if (s->uptodate == disks-2 && s->failed >= 2) { 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()
[all …]
/linux-5.15/Documentation/filesystems/ !
A Dnetfs_library.rst317 uptodate, unlocking them or dropping their refs - the helpers need to deal
342 unlocked (and marked uptodate if applicable).
395 * Will be marked uptodate.
A Dgfs2-glocks.rst112 indicates that it is caching uptodate data.
/linux-5.15/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()
/linux-5.15/Documentation/translations/zh_CN/core-api/ !
A Dprintk-formats.rst551 %pGp referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff
/linux-5.15/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()
A Dfast_commit.c183 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-5.15/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()
/linux-5.15/Documentation/filesystems/nfs/ !
A Drpc-cache.rst126 done when the found cache item is not uptodate, but the is reason to

12