Home
last modified time | relevance | path

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

/fs/
Dbuffer.c2416 loff_t curpos; in cont_expand_zero() local
2423 while (index > (curidx = (curpos = *bytes)>>PAGE_SHIFT)) { in cont_expand_zero()
2424 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2431 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero()
2436 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero()
2453 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2464 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero()
2469 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero()