Home
last modified time | relevance | path

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

/linux-6.12.1/fs/netfs/
Dread_pgpriv2.c101 cache->submit_off = 0; in netfs_pgpriv2_copy_folio()
112 wreq->io_iter.iov_offset = cache->submit_off; in netfs_pgpriv2_copy_folio()
114 atomic64_set(&wreq->issued_to, fpos + cache->submit_off); in netfs_pgpriv2_copy_folio()
115 cache->submit_extendable_to = fsize - cache->submit_off; in netfs_pgpriv2_copy_folio()
116 part = netfs_advance_write(wreq, cache, fpos + cache->submit_off, in netfs_pgpriv2_copy_folio()
118 cache->submit_off += part; in netfs_pgpriv2_copy_folio()
Dwrite_issue.c443 stream->submit_off = foff; in netfs_write_folio()
448 stream->submit_off = UINT_MAX; in netfs_write_folio()
467 stream->submit_off < lowest_off) { in netfs_write_folio()
468 lowest_off = stream->submit_off; in netfs_write_folio()
478 if (stream->submit_off > iter_off) { in netfs_write_folio()
479 iov_iter_advance(&wreq->io_iter, stream->submit_off - iter_off); in netfs_write_folio()
480 iter_off = stream->submit_off; in netfs_write_folio()
483 atomic64_set(&wreq->issued_to, fpos + stream->submit_off); in netfs_write_folio()
484 stream->submit_extendable_to = fsize - stream->submit_off; in netfs_write_folio()
485 part = netfs_advance_write(wreq, stream, fpos + stream->submit_off, in netfs_write_folio()
[all …]
/linux-6.12.1/include/linux/
Dnetfs.h136 unsigned int submit_off; /* Folio offset we're submitting from */ member