Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dbuffer.c2283 unsigned zerofrom, offset, len; in cont_expand_zero() local
2290 zerofrom = curpos & ~PAGE_CACHE_MASK; in cont_expand_zero()
2291 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2295 len = PAGE_CACHE_SIZE - zerofrom; in cont_expand_zero()
2302 zero_user(page, zerofrom, len); in cont_expand_zero()
2320 zerofrom = curpos & ~PAGE_CACHE_MASK; in cont_expand_zero()
2322 if (offset <= zerofrom) { in cont_expand_zero()
2325 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2329 len = offset - zerofrom; in cont_expand_zero()
2336 zero_user(page, zerofrom, len); in cont_expand_zero()
[all …]