/linux-6.12.1/fs/ |
D | buffer.c | 143 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() 346 static void end_buffer_async_read_io(struct buffer_head *bh, int uptodate) in end_buffer_async_read_io() 377 static void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() 1002 bool uptodate = folio_test_uptodate(folio); in folio_init_buffers() local
|
/linux-6.12.1/fs/btrfs/ |
D | ordered-data.c | 336 u64 len, bool uptodate) in can_finish_ordered_extent() 401 bool uptodate) in btrfs_finish_ordered_extent() 464 u64 num_bytes, bool uptodate) in btrfs_mark_ordered_io_finished()
|
D | extent_io.c | 426 static void end_folio_read(struct folio *folio, bool uptodate, u64 start, u32 len) in end_folio_read() 522 bool uptodate = !bio->bi_status; in end_bbio_data_read() local 1630 bool uptodate = !bbio->bio.bi_status; in end_bbio_meta_write() local 2941 int uptodate = 1; in alloc_extent_buffer() local 3400 bool uptodate = !bbio->bio.bi_status; in end_bbio_meta_read() local
|
D | raid56.c | 144 unsigned int uptodate:8; member
|
D | free-space-cache.c | 449 static int io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) in io_ctl_prepare_pages()
|
/linux-6.12.1/fs/bcachefs/ |
D | fs-io-pagecache.h | 67 bool uptodate; member
|
D | btree_types.h | 325 enum btree_path_uptodate uptodate:2; member
|
/linux-6.12.1/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.12.1/drivers/md/ |
D | raid1.c | 364 int uptodate = !bio->bi_status; in raid1_end_read_request() local 2040 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate) in put_sync_write_buf() 2058 int uptodate = !bio->bi_status; in end_sync_write() local
|
D | raid5.h | 285 int locked, uptodate, to_read, to_write, failed, written; member
|
D | md-bitmap.c | 516 static void end_bitmap_write(struct buffer_head *bh, int uptodate) in end_bitmap_write()
|
D | raid10.c | 377 int uptodate = !bio->bi_status; in raid10_end_read_request() local
|
/linux-6.12.1/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.12.1/fs/iomap/ |
D | buffered-io.c | 76 bool uptodate = true; in iomap_set_range_uptodate() local 295 bool uptodate = !error; in iomap_finish_folio_read() local
|
/linux-6.12.1/fs/reiserfs/ |
D | journal.c | 616 static void reiserfs_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in reiserfs_end_buffer_io_sync() 632 static void reiserfs_end_ordered_io(struct buffer_head *bh, int uptodate) in reiserfs_end_ordered_io()
|
/linux-6.12.1/fs/f2fs/ |
D | compress.c | 847 int index, int nr_pages, bool uptodate) in f2fs_all_cluster_page_ready()
|
/linux-6.12.1/drivers/block/ |
D | floppy.c | 2279 static void request_done(int uptodate) in request_done()
|
/linux-6.12.1/fs/ceph/ |
D | caps.c | 3156 bool uptodate = PageUptodate(page); in __ceph_get_caps() local
|