Searched refs:zerofrom (Results 1 – 1 of 1) sorted by relevance
2420 unsigned zerofrom, offset, len; in cont_expand_zero() local2427 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()2428 if (zerofrom & (blocksize-1)) { in cont_expand_zero()2432 len = PAGE_SIZE - zerofrom; in cont_expand_zero()2456 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()2458 if (offset <= zerofrom) { in cont_expand_zero()2461 if (zerofrom & (blocksize-1)) { in cont_expand_zero()2465 len = offset - zerofrom; in cont_expand_zero()2493 unsigned int zerofrom; in cont_write_begin() local2500 zerofrom = *bytes & ~PAGE_MASK; in cont_write_begin()[all …]