Searched refs:zerofrom (Results 1 – 1 of 1) sorted by relevance
2283 unsigned zerofrom, offset, len; in cont_expand_zero() local2290 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 …]