Searched refs:submit_off (Results 1 – 3 of 3) sorted by relevance
455 stream->submit_off = foff; in netfs_write_folio()461 stream->submit_off = UINT_MAX; in netfs_write_folio()481 lowest_off = stream->submit_off; in netfs_write_folio()491 if (stream->submit_off > iter_off) { in netfs_write_folio()493 iter_off = stream->submit_off; in netfs_write_folio()500 stream->submit_off += part; in netfs_write_folio()789 stream->submit_off = 0; in netfs_write_folio_single()792 stream->submit_off = UINT_MAX; in netfs_write_folio_single()812 lowest_off = stream->submit_off; in netfs_write_folio_single()824 iter_off = stream->submit_off; in netfs_write_folio_single()[all …]
62 cache->submit_off = 0; in netfs_pgpriv2_copy_folio()73 creq->buffer.iter.iov_offset = cache->submit_off; in netfs_pgpriv2_copy_folio()75 atomic64_set(&creq->issued_to, fpos + cache->submit_off); in netfs_pgpriv2_copy_folio()76 cache->submit_extendable_to = fsize - cache->submit_off; in netfs_pgpriv2_copy_folio()77 part = netfs_advance_write(creq, cache, fpos + cache->submit_off, in netfs_pgpriv2_copy_folio()79 cache->submit_off += part; in netfs_pgpriv2_copy_folio()
139 unsigned int submit_off; /* Folio offset we're submitting from */ member