Home
last modified time | relevance | path

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

/linux-6.15/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.c280 loff_t start, size_t len, bool to_eof) in netfs_advance_write() argument
309 to_eof) { in netfs_advance_write()
332 bool to_eof = false, streamw = false; in netfs_write_folio() local
369 to_eof = false; in netfs_write_folio()
376 to_eof = true; in netfs_write_folio()
378 to_eof = true; in netfs_write_folio()
499 stream->submit_len, to_eof); in netfs_write_folio()
750 bool to_eof = false; in netfs_write_folio_single() local
759 to_eof = true; in netfs_write_folio_single()
761 to_eof = true; in netfs_write_folio_single()
[all …]
H A Dinternal.h196 loff_t start, size_t len, bool to_eof);