Home
last modified time | relevance | path

Searched refs:to_eof (Results 1 – 3 of 3) sorted by relevance

/linux/fs/netfs/
H A Dread_pgpriv2.c65 bool to_eof = false; in netfs_pgpriv2_copy_folio() local
87 to_eof = true; in netfs_pgpriv2_copy_folio()
89 to_eof = true; in netfs_pgpriv2_copy_folio()
117 cache->submit_len, to_eof); in netfs_pgpriv2_copy_folio()
H A Dwrite_issue.c271 loff_t start, size_t len, bool to_eof) in netfs_advance_write() argument
300 to_eof) { in netfs_advance_write()
323 bool to_eof = false, streamw = false; in netfs_write_folio() local
357 to_eof = false; in netfs_write_folio()
364 to_eof = true; in netfs_write_folio()
366 to_eof = true; in netfs_write_folio()
486 stream->submit_len, to_eof); in netfs_write_folio()
H A Dinternal.h186 loff_t start, size_t len, bool to_eof);