Home
last modified time | relevance | path

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

/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()
256 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read()
356 static void end_buffer_async_read_io(struct buffer_head *bh, int uptodate) in end_buffer_async_read_io()
387 static void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write()
1009 bool uptodate = folio_test_uptodate(folio); in folio_init_buffers() local
/linux/fs/iomap/
H A Dbuffered-io.c82 bool uptodate = true; in iomap_set_range_uptodate() local
388 bool uptodate = !error; in iomap_finish_folio_read() local
456 bool end_read, uptodate; in iomap_read_end() local
/linux/fs/btrfs/
H A Dextent_io.c490 static void end_folio_read(struct folio *folio, bool uptodate, u64 start, u32 len) in end_folio_read()
582 bool uptodate = !bio->bi_status; in end_bbio_data_read() local
3382 int uptodate = 1; in alloc_extent_buffer() local
3810 bool uptodate = !bbio->bio.bi_status; in end_bbio_meta_read() local
/linux/fs/ext4/
H A Dfast_commit.c186 static void ext4_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in ext4_end_buffer_io_sync()
/linux/fs/f2fs/
H A Dcompress.c845 int index, int nr_pages, bool uptodate) in f2fs_all_cluster_page_ready()
/linux/fs/ceph/
H A Dcaps.c3143 bool uptodate = PageUptodate(page); in __ceph_get_caps() local