taglinefilesource code
poff90mm/filemap.cunsigned long poff, pcnt, pc;
poff94mm/filemap.cpoff = (start >> PAGE_SHIFT) & (PTRS_PER_PAGE-1);
poff96mm/filemap.cif ((pcnt = PTRS_PER_PAGE - poff) > size)
poff104mm/filemap.cpoff = 0;
poff109mm/filemap.cif (poff) {
poff110mm/filemap.cpage_table += poff;
poff111mm/filemap.cpoff = 0;
poff291mm/memory.cunsigned long poff, pcnt, pc;
poff299mm/memory.cpoff = (from >> PAGE_SHIFT) & (PTRS_PER_PAGE-1);
poff300mm/memory.cif ((pcnt = PTRS_PER_PAGE - poff) > size)
poff306mm/memory.cpoff = 0;
poff314mm/memory.cif (poff) {
poff315mm/memory.cpage_table += poff;
poff316mm/memory.cpoff = 0;
poff342mm/memory.cunsigned long poff, pcnt;
poff358mm/memory.cpoff = (from >> PAGE_SHIFT) & (PTRS_PER_PAGE-1);
poff359mm/memory.cif ((pcnt = PTRS_PER_PAGE - poff) > size)
poff376mm/memory.cpage_table += poff;
poff377mm/memory.cpoff = 0;
poff405mm/memory.cunsigned long poff, pcnt;
poff420mm/memory.cpoff = (from >> PAGE_SHIFT) & (PTRS_PER_PAGE-1);
poff421mm/memory.cif ((pcnt = PTRS_PER_PAGE - poff) > size)
poff435mm/memory.cif (poff) {
poff436mm/memory.cpage_table += poff;
poff437mm/memory.cpoff = 0;