Lines Matching refs:origin
54 unsigned long ol, llse_loff_t * result, unsigned int origin)
61 unsigned long ol, llse_loff_t * result, unsigned int origin)
63 return syscall(__NR_llseek, fd, oh, ol, result, origin);
68 unsigned int origin)
75 &result, origin);
82 unsigned int origin)
88 result = my_llseek(fd, offset, origin);
104 return lseek(fd, (off_t) offset, origin);
113 unsigned int origin)
120 return lseek(fd, (off_t) offset, origin);