Home
last modified time | relevance | path

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

/linux/fs/
H A Dbuffer.c2419 loff_t curpos; in cont_expand_zero() local
2426 while (index > (curidx = (curpos = *bytes)>>PAGE_SHIFT)) { in cont_expand_zero()
2427 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2434 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero()
2438 folio_zero_range(folio, offset_in_folio(folio, curpos), len); in cont_expand_zero()
2439 err = aops->write_end(iocb, mapping, curpos, len, len, in cont_expand_zero()
2456 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2467 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero()
2471 folio_zero_range(folio, offset_in_folio(folio, curpos), len); in cont_expand_zero()
2472 err = aops->write_end(iocb, mapping, curpos, len, len, in cont_expand_zero()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.h348 uint32_t curpos = NVReadRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS); in nv_fix_nv40_hw_cursor() local
349 NVWriteRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS, curpos); in nv_fix_nv40_hw_cursor()
/linux/drivers/media/pci/cx25821/
H A Dcx25821.h191 int curpos; member
/linux/scripts/
H A Dcheckpatch.pl939 my $curpos = 0;
942 $curpos = pos($string);
945 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));
946 $lastpos = $curpos;