Home
last modified time | relevance | path

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

/linux/fs/
H A Dbuffer.c2420 unsigned zerofrom, offset, len; in cont_expand_zero() local
2427 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() local
2500 zerofrom = *bytes & ~PAGE_MASK; in cont_write_begin()
[all …]