Home
last modified time | relevance | path

Searched defs:uptodate (Results 1 – 12 of 12) sorted by relevance

/linux/fs/
H A Dbuffer.c166 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync()
188 bool uptodate = bio_endio_bh(bio, &bh); in bh_end_read() local
293 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read()
365 bool uptodate = bio_endio_bh(bio, &bh); in bh_end_async_read() local
818 bool uptodate = folio_test_uptodate(folio); in folio_init_buffers() local
2087 bool uptodate = folio_test_uptodate(folio); in block_commit_write() local
/linux/fs/btrfs/
H A Dextent_io.c511 bool uptodate, u64 start, u32 len) in end_folio_read()
600 bool uptodate = !bio->bi_status; in end_bbio_data_read() local
3851 bool uptodate = true; in alloc_extent_buffer() local
4299 bool uptodate = !bbio->bio.bi_status; in end_bbio_meta_read() local
H A Dsubpage.c932 unsigned long uptodate; in btrfs_subpage_dump_bitmap() local
H A Dvolumes.h924 bool uptodate = false; in btrfs_get_per_profile_avail() local
H A Dfree-space-cache.c442 static int io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) in io_ctl_prepare_pages()
/linux/fs/iomap/
H A Dbuffered-io.c448 bool uptodate = !error; in iomap_finish_folio_read() local
515 bool end_read, uptodate; in iomap_read_end() local
/linux/fs/ext4/
H A Dialloc.c72 bool uptodate = bio_endio_bh(bio, &bh); in ext4_end_bitmap_read() local
/linux/drivers/md/
H A Draid5.h285 int locked, uptodate, to_read, to_write, failed, written; member
H A Draid1.c387 int uptodate = !bio->bi_status; in raid1_end_read_request() local
H A Dmd-bitmap.c508 bool uptodate = bio_endio_bh(bio, &bh); in end_bitmap_write() local
H A Draid10.c394 int uptodate = !bio->bi_status; in raid10_end_read_request() local
/linux/drivers/block/
H A Dfloppy.c2275 static void request_done(int uptodate) in request_done()