Home
last modified time | relevance | path

Searched refs:folio_uptodate (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dbuffer.c299 int folio_uptodate = 1; in end_buffer_async_read() local
323 folio_uptodate = 0; in end_buffer_async_read()
332 folio_end_read(folio, folio_uptodate); in end_buffer_async_read()
/linux/fs/ext4/
H A Dinode.c1184 bool folio_uptodate = folio_test_uptodate(folio); in ext4_block_write_begin() local
1197 block_start < to || (!folio_uptodate && bh != head); in ext4_block_write_begin()
1201 if (folio_uptodate) in ext4_block_write_begin()
1223 if (folio_uptodate) { in ext4_block_write_begin()
1240 if (folio_uptodate) { in ext4_block_write_begin()