Home
last modified time | relevance | path

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

/fs/
Dbuffer.c2361 unsigned zerofrom, offset, len; in cont_expand_zero() local
2368 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2369 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2373 len = PAGE_SIZE - zerofrom; in cont_expand_zero()
2380 zero_user(page, zerofrom, len); in cont_expand_zero()
2398 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2400 if (offset <= zerofrom) { in cont_expand_zero()
2403 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2407 len = offset - zerofrom; in cont_expand_zero()
2414 zero_user(page, zerofrom, len); in cont_expand_zero()
[all …]