Home
last modified time | relevance | path

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

12

/linux/include/linux/
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);
A Dpage-flags.h667 CLEARPAGEFLAG(Uptodate, uptodate, PF_NO_TAIL)
/linux/fs/
A Dbuffer.c144 if (uptodate) { in __end_buffer_read_notouch()
159 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_sync()
166 if (uptodate) { in end_buffer_write_sync()
255 if (uptodate) { in end_buffer_async_read()
323 if (uptodate && in end_buffer_async_read_io()
333 uptodate = 0; in end_buffer_async_read_io()
335 end_buffer_async_read(bh, uptodate); in end_buffer_async_read_io()
352 if (uptodate) { in end_buffer_async_write()
899 int uptodate = PageUptodate(page); in init_page_buffers() local
908 if (uptodate) in init_page_buffers()
[all …]
/linux/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()
455 if (!test_bit(i, iop->uptodate)) in iomap_is_partially_uptodate()
1315 if (iop && !test_bit(i, iop->uptodate)) in iomap_writepage_map()
/linux/include/trace/events/
A Derofs.h92 __field(int, uptodate)
101 __entry->uptodate = PageUptodate(page);
110 __entry->uptodate,
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.h1231 __field(int, uptodate)
1242 __entry->uptodate = PageUptodate(page);
1252 __entry->uptodate)
/linux/fs/btrfs/
A Dsubpage.c393 uptodate, start, len); in btrfs_subpage_set_uptodate()
398 if (subpage_test_bitmap_all_set(fs_info, subpage, uptodate)) in btrfs_subpage_set_uptodate()
408 uptodate, start, len); in btrfs_subpage_clear_uptodate()
606 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(uptodate);
673 IMPLEMENT_BTRFS_PAGE_OPS(uptodate, SetPageUptodate, ClearPageUptodate,
A Dextent_io.c2698 if (uptodate) { in end_page_read()
2755 uptodate = true; in submit_read_repair()
2780 if (uptodate) in submit_read_repair()
2805 if (!uptodate) { in end_extent_writepage()
2882 bool uptodate; member
2918 if (processed->inode == inode && processed->uptodate == uptodate && in endio_readpage_release_extent()
2940 processed->uptodate = uptodate; in endio_readpage_release_extent()
6163 int uptodate = 1; in alloc_extent_buffer() local
6258 uptodate = 0; in alloc_extent_buffer()
6268 if (uptodate) in alloc_extent_buffer()
[all …]
A Dsubpage.h141 DECLARE_BTRFS_SUBPAGE_OPS(uptodate);
A Dordered-data.h177 bool uptodate);
A Dordered-data.c319 bool uptodate) in btrfs_mark_ordered_io_finished() argument
419 if (!uptodate) in btrfs_mark_ordered_io_finished()
/linux/fs/ocfs2/
A DMakefile39 uptodate.o \
/linux/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()
803 int uptodate = 1; in ntfs_write_block() local
806 uptodate = 0; in ntfs_write_block()
811 if (uptodate) in ntfs_write_block()
/linux/drivers/md/
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()
A Draid5.h284 int locked, uptodate, to_read, to_write, failed, written; member
A Draid5.c3859 if ((s->uptodate == disks - 1) && in fetch_block()
3880 s->uptodate++; 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()
4497 s->uptodate++; in handle_parity_checks6()
[all …]
/linux/Documentation/filesystems/
A Dnetfs_library.rst317 uptodate, unlocking them or dropping their refs - the helpers need to deal
343 unlocked (and marked uptodate if applicable).
396 * Will be marked uptodate.
A Dgfs2-glocks.rst112 indicates that it is caching uptodate data.
/linux/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/Documentation/translations/zh_CN/core-api/
A Dprintk-formats.rst551 %pGp referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff
/linux/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()
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/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()
/linux/Documentation/filesystems/nfs/
A Drpc-cache.rst126 done when the found cache item is not uptodate, but the is reason to

Completed in 71 milliseconds

12