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.c24 bool to_eof = false; in netfs_pgpriv2_copy_folio() local
46 to_eof = true; in netfs_pgpriv2_copy_folio()
48 to_eof = true; in netfs_pgpriv2_copy_folio()
78 cache->submit_len, to_eof); in netfs_pgpriv2_copy_folio()
H A Dwrite_issue.c279 loff_t start, size_t len, bool to_eof) in netfs_advance_write() argument
308 to_eof) { in netfs_advance_write()
331 bool to_eof = false, streamw = false; in netfs_write_folio() local
368 to_eof = false; in netfs_write_folio()
375 to_eof = true; in netfs_write_folio()
377 to_eof = true; in netfs_write_folio()
498 stream->submit_len, to_eof); in netfs_write_folio()
747 bool to_eof = false; in netfs_write_folio_single() local
756 to_eof = true; in netfs_write_folio_single()
758 to_eof = true; in netfs_write_folio_single()
[all …]
H A Dinternal.h208 loff_t start, size_t len, bool to_eof);