Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dbuffer.c142 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch()
157 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync()
164 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync()
244 static void end_buffer_async_read(struct buffer_head *bh, int 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()
342 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write()
899 int uptodate = PageUptodate(page); in init_page_buffers() local
2543 static void end_buffer_read_nobh(struct buffer_head *bh, int uptodate) in end_buffer_read_nobh()
/Linux-v5.15/fs/ntfs/
Daops.c45 static void ntfs_end_buffer_async_read(struct buffer_head *bh, int uptodate) in ntfs_end_buffer_async_read()
803 int uptodate = 1; in ntfs_write_block() local
/Linux-v5.15/fs/jbd2/
Dcommit.c32 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync()
/Linux-v5.15/fs/btrfs/
Dextent_io.c2674 static void end_page_read(struct page *page, bool uptodate, u64 start, u32 len) in end_page_read()
2730 bool uptodate = false; in submit_read_repair() local
2781 const bool uptodate = (err == 0); in end_extent_writepage() local
2865 bool uptodate; member
2881 bool uptodate) in endio_readpage_release_extent()
2993 bool uptodate = !bio->bi_status; in end_bio_extent_readpage() local
6084 int uptodate = 1; in alloc_extent_buffer() local
6780 bool uptodate; in assert_eb_page_uptodate() local
Dordered-data.c319 bool uptodate) in btrfs_mark_ordered_io_finished()
Dinode.c3193 u64 end, bool uptodate) in btrfs_writepage_endio_finish_ordered()
8078 const bool uptodate) in btrfs_check_read_dio_bio()
8130 const bool uptodate) in __endio_write_update_ordered()
Ddisk-io.c469 bool uptodate; in csum_dirty_subpage_buffers() local
Dfree-space-cache.c421 static int io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) in io_ctl_prepare_pages()
/Linux-v5.15/drivers/md/
Draid1.c363 int uptodate = !bio->bi_status; in raid1_end_read_request() local
1916 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate) in put_sync_write_buf()
1934 int uptodate = !bio->bi_status; in end_sync_write() local
Dmd-bitmap.c317 static void end_bitmap_write(struct buffer_head *bh, int uptodate) in end_bitmap_write()
Draid5.h284 int locked, uptodate, to_read, to_write, failed, written; member
Draid10.c352 int uptodate = !bio->bi_status; in raid10_end_read_request() local
/Linux-v5.15/fs/ext4/
Dialloc.c69 void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate) in ext4_end_bitmap_read()
Dfast_commit.c183 static void ext4_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in ext4_end_buffer_io_sync()
/Linux-v5.15/fs/reiserfs/
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()
/Linux-v5.15/fs/iomap/
Dbuffered-io.c32 unsigned long uptodate[]; member
/Linux-v5.15/fs/ceph/
Dcaps.c2954 bool uptodate = PageUptodate(page); in ceph_get_caps() local
/Linux-v5.15/drivers/block/
Dfloppy.c2277 static void request_done(int uptodate) in request_done()