Searched refs:to_offs (Results 1 – 2 of 2) sorted by relevance
1152 size_t inlen, to_offs, from_offs; in gss_read_proxy_verf() local1180 to_offs = length; in gss_read_proxy_verf()1183 pgto = to_offs >> PAGE_SHIFT; in gss_read_proxy_verf()1185 pgto_offs = to_offs & ~PAGE_MASK; in gss_read_proxy_verf()1195 to_offs += length; in gss_read_proxy_verf()
1397 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes() argument1407 if (lseek(to, to_offs, SEEK_SET) != to_offs) in copy_bytes()