Home
last modified time | relevance | path

Searched refs:submit_extendable_to (Results 1 – 4 of 4) sorted by relevance

/linux/fs/netfs/
H A Dread_pgpriv2.c100 cache->submit_extendable_to = fsize; in netfs_pgpriv2_copy_folio()
115 cache->submit_extendable_to = fsize - cache->submit_off; in netfs_pgpriv2_copy_folio()
H A Dwrite_issue.c296 stream->submit_extendable_to -= part; in netfs_advance_write()
478 stream->submit_extendable_to = fsize - stream->submit_off; in netfs_write_folio()
/linux/include/linux/
H A Dnetfs.h138 unsigned int submit_extendable_to; /* Amount I/O can be rounded up to */ member
/linux/fs/cachefiles/
H A Dio.c680 if (part && stream->submit_extendable_to >= need) { in cachefiles_issue_write()