Searched refs:uptodate (Results 26 - 38 of 38) sorted by relevance

12

/linux-master/fs/bcachefs/
H A Dbtree_iter.c696 if (path->uptodate == BTREE_ITER_UPTODATE && !path->cached) {
1023 if (trans->paths[idx].uptodate) {
1040 * (path->uptodate < BTREE_ITER_NEED_TRAVERSE); however, since
1196 path->uptodate = BTREE_ITER_UPTODATE;
1647 path->uptodate = BTREE_ITER_NEED_TRAVERSE;
1691 EBUG_ON(path->uptodate != BTREE_ITER_UPTODATE);
1865 EBUG_ON(btree_iter_path(trans, iter)->uptodate);
/linux-master/drivers/md/
H A Draid5.c1526 /* mark the computed target(s) as uptodate */
1875 /* Only process blocks that are known to be uptodate */
3914 * In the raid6 case if the only non-uptodate disk is P
3922 if ((s->uptodate == disks - 1) &&
3937 /* Careful: from this point on 'uptodate' is in the eye
3943 s->uptodate++;
3945 } else if (s->uptodate == disks-2 && s->failed >= 2) {
3967 s->uptodate += 2;
4022 * any written block on an uptodate or failed drive can be returned.
4317 BUG_ON(s->uptodate !
[all...]
H A Dmd-bitmap.c317 static void end_bitmap_write(struct buffer_head *bh, int uptodate) argument
321 if (!uptodate)
H A Draid10.c377 int uptodate = !bio->bi_status; local
390 if (uptodate) {
405 * "uptodate" to mean "Don't want to retry"
409 uptodate = 1;
411 if (uptodate) {
/linux-master/include/trace/events/
H A Df2fs.h1320 __field(int, uptodate)
1331 __entry->uptodate = PageUptodate(page);
1335 "dirty = %d, uptodate = %d",
1341 __entry->uptodate)
/linux-master/fs/reiserfs/
H A Djournal.c616 static void reiserfs_end_buffer_io_sync(struct buffer_head *bh, int uptodate) argument
623 if (uptodate)
632 static void reiserfs_end_ordered_io(struct buffer_head *bh, int uptodate) argument
634 if (uptodate)
821 * in theory, dirty non-uptodate buffers should never get here,
/linux-master/include/linux/
H A Dpage-flags.h764 * The uptodate flag is set on a folio when every byte in the folio is
766 * and CoW folios are always uptodate. If the folio is not uptodate,
775 * _after_ we've loaded folio->flags to check the uptodate bit.
776 * We can skip the barrier if the folio is not uptodate, because
803 * uptodate are actually visible before folio_test_uptodate becomes true.
819 CLEARPAGEFLAG(Uptodate, uptodate, PF_NO_TAIL)
/linux-master/fs/ext4/
H A Dfast_commit.c171 static void ext4_end_buffer_io_sync(struct buffer_head *bh, int uptodate) argument
174 if (uptodate) {
H A Dext4.h2881 extern void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate);
3781 * to mark the bitmap uptodate. We need to also zero-out the bitmap
/linux-master/drivers/block/
H A Dfloppy.c2279 static void request_done(int uptodate) argument
2286 snprintf(msg, sizeof(msg), "request done %d", uptodate);
2294 if (uptodate) {
/linux-master/fs/btrfs/
H A Dfree-space-cache.c450 static int io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) argument
475 if (uptodate && !PageUptodate(page)) {
1673 * get an uptodate value of 8K as the maximum chunk size. Then we'll get the
/linux-master/fs/ceph/
H A Dcaps.c3141 bool uptodate = PageUptodate(page); local
3144 if (uptodate)
/linux-master/fs/f2fs/
H A Df2fs.h4283 int index, int nr_pages, bool uptodate);

Completed in 274 milliseconds

12