Searched refs:offp (Results 1 – 2 of 2) sorted by relevance
319 loff_t offp = 0; in ubi_volume_read() local334 if (offp == vol->used_bytes) in ubi_volume_read()346 if (offp + size > vol->used_bytes) in ubi_volume_read()347 size = vol->used_bytes - offp; in ubi_volume_read()359 tmp = offp; in ubi_volume_read()380 offp += len; in ubi_volume_read()
12171 off_t *offp = NULL; in _syscall2() local12178 offp = &off; in _syscall2()12180 ret = get_errno(sendfile(arg1, arg2, offp, arg4)); in _syscall2()12193 off_t *offp = NULL; in _syscall2() local12200 offp = &off; in _syscall2()12202 ret = get_errno(sendfile(arg1, arg2, offp, arg4)); in _syscall2()