/linux-6.1.9/fs/ |
D | buffer.c | 142 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() 896 int uptodate = PageUptodate(page); in init_page_buffers() local
|
/linux-6.1.9/fs/ntfs/ |
D | aops.c | 45 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
|
/linux-6.1.9/fs/btrfs/ |
D | extent_io.c | 872 static void end_page_read(struct page *page, bool uptodate, u64 start, u32 len) in end_page_read() 900 static void end_sector_io(struct page *page, u64 offset, bool uptodate) in end_sector_io() 945 bool uptodate = false; in submit_data_read_repair() local 983 const bool uptodate = (err == 0); in end_extent_writepage() local 1068 bool uptodate; member 1084 bool uptodate) in endio_readpage_release_extent() 1190 bool uptodate = !bio->bi_status; in end_bio_extent_readpage() local 4573 int uptodate = 1; in alloc_extent_buffer() local 5294 bool uptodate, error; in assert_eb_page_uptodate() local
|
D | ordered-data.c | 298 u64 num_bytes, bool uptodate) in btrfs_mark_ordered_io_finished()
|
D | raid56.c | 63 unsigned int uptodate:8; member
|
D | inode.c | 3412 u64 end, bool uptodate) in btrfs_writepage_endio_finish_ordered() 7842 const bool uptodate) in btrfs_check_read_dio_bio() 10249 const bool uptodate = (bbio->bio.bi_status == BLK_STS_OK); in btrfs_encoded_read_verify_csum() local
|
D | disk-io.c | 370 bool uptodate; in csum_dirty_subpage_buffers() local
|
D | free-space-cache.c | 457 static int io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) in io_ctl_prepare_pages()
|
/linux-6.1.9/fs/jbd2/ |
D | commit.c | 32 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync()
|
/linux-6.1.9/drivers/md/ |
D | raid1.c | 367 int uptodate = !bio->bi_status; in raid1_end_read_request() local 1945 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate) in put_sync_write_buf() 1963 int uptodate = !bio->bi_status; in end_sync_write() local
|
D | md-bitmap.c | 317 static void end_bitmap_write(struct buffer_head *bh, int uptodate) in end_bitmap_write()
|
D | raid5.h | 285 int locked, uptodate, to_read, to_write, failed, written; member
|
D | raid10.c | 380 int uptodate = !bio->bi_status; in raid10_end_read_request() local
|
/linux-6.1.9/fs/ext4/ |
D | ialloc.c | 69 void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate) in ext4_end_bitmap_read()
|
D | fast_commit.c | 171 static void ext4_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in ext4_end_buffer_io_sync()
|
/linux-6.1.9/fs/reiserfs/ |
D | journal.c | 617 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-6.1.9/fs/iomap/ |
D | buffered-io.c | 34 unsigned long uptodate[]; member
|
/linux-6.1.9/fs/f2fs/ |
D | compress.c | 846 int index, int nr_pages, bool uptodate) in f2fs_all_cluster_page_ready()
|
/linux-6.1.9/fs/ceph/ |
D | caps.c | 2996 bool uptodate = PageUptodate(page); in ceph_get_caps() local
|
/linux-6.1.9/drivers/block/ |
D | floppy.c | 2276 static void request_done(int uptodate) in request_done()
|