Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dread_pgpriv2.c62 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()
/linux/include/linux/
H A Dnetfs.h136 unsigned int submit_off; /* Folio offset we're submitting from */ member