Home
last modified time | relevance | path

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

/fs/
Dbuffer.c2340 unsigned zerofrom, offset, len; in cont_expand_zero() local
2347 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2348 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2352 len = PAGE_SIZE - zerofrom; in cont_expand_zero()
2358 zero_user(page, zerofrom, len); in cont_expand_zero()
2376 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2378 if (offset <= zerofrom) { in cont_expand_zero()
2381 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2385 len = offset - zerofrom; in cont_expand_zero()
2391 zero_user(page, zerofrom, len); in cont_expand_zero()
[all …]