Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dbuffer.c2382 unsigned zerofrom, offset, len; in cont_expand_zero() local
2389 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2390 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2394 len = PAGE_SIZE - zerofrom; in cont_expand_zero()
2400 zero_user(page, zerofrom, len); in cont_expand_zero()
2418 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2420 if (offset <= zerofrom) { in cont_expand_zero()
2423 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2427 len = offset - zerofrom; in cont_expand_zero()
2433 zero_user(page, zerofrom, len); in cont_expand_zero()
[all …]