Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dbuffer.c143 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch()
158 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync()
165 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync()
245 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read()
353 static void end_buffer_async_read_io(struct buffer_head *bh, int uptodate) in end_buffer_async_read_io()
384 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write()
1008 bool uptodate = folio_test_uptodate(folio); in folio_init_buffers() local
/openbmc/linux/fs/btrfs/
H A Dordered-data.c309 u64 len, bool uptodate) in can_finish_ordered_extent()
374 bool uptodate) in btrfs_finish_ordered_extent()
406 u64 num_bytes, bool uptodate) in btrfs_mark_ordered_io_finished()
H A Dextent_io.c433 static void end_page_read(struct page *page, bool uptodate, u64 start, u32 len) in end_page_read()
507 bool uptodate; member
523 bool uptodate) in endio_readpage_release_extent()
599 bool uptodate = !bio->bi_status; in end_bio_extent_readpage() local
1605 bool uptodate = !bbio->bio.bi_status; in extent_buffer_write_end_io() local
3679 int uptodate = 1; in alloc_extent_buffer() local
4072 bool uptodate = !bbio->bio.bi_status; in extent_buffer_read_end_io() local
H A Draid56.c66 unsigned int uptodate:8; member
H A Dfree-space-cache.c447 static int io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) in io_ctl_prepare_pages()
/openbmc/linux/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()
805 int uptodate = 1; in ntfs_write_block() local
/openbmc/linux/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()
/openbmc/linux/drivers/md/
H A Draid1.c366 int uptodate = !bio->bi_status; in raid1_end_read_request() local
1940 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate) in put_sync_write_buf()
1958 int uptodate = !bio->bi_status; in end_sync_write() local
H A Draid5.h285 int locked, uptodate, to_read, to_write, failed, written; member
H A Dmd-bitmap.c317 static void end_bitmap_write(struct buffer_head *bh, int uptodate) in end_bitmap_write()
H A Draid10.c378 int uptodate = !bio->bi_status; in raid10_end_read_request() local
/openbmc/linux/fs/ext4/
H A Dialloc.c69 void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate) in ext4_end_bitmap_read()
H A Dfast_commit.c171 static void ext4_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in ext4_end_buffer_io_sync()
/openbmc/linux/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()
633 static void reiserfs_end_ordered_io(struct buffer_head *bh, int uptodate) in reiserfs_end_ordered_io()
/openbmc/linux/fs/f2fs/
H A Dcompress.c845 int index, int nr_pages, bool uptodate) in f2fs_all_cluster_page_ready()
/openbmc/linux/drivers/block/
H A Dfloppy.c2276 static void request_done(int uptodate) in request_done()
/openbmc/linux/fs/ceph/
H A Dcaps.c3064 bool uptodate = PageUptodate(page); in __ceph_get_caps() local