Searched refs:whence (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/kernel/ |
D | proc_powerpc.c | 32 static loff_t page_map_seek(struct file *file, loff_t off, int whence) in page_map_seek() argument 34 return fixed_size_llseek(file, off, whence, PAGE_SIZE); in page_map_seek()
|
/arch/mips/include/asm/ |
D | pmon.h | 37 #define pmon_lseek(fd, off, whence) debug_vectors->lseek(fd, off, whence) argument
|
/arch/xtensa/platforms/iss/include/platform/ |
D | simcall.h | 111 static inline int simc_lseek(int fd, uint32_t off, int whence) in simc_lseek() argument 113 return __simc(SYS_lseek, fd, off, whence); in simc_lseek()
|
/arch/sparc/kernel/ |
D | mdesc.c | 1035 static loff_t mdesc_llseek(struct file *file, loff_t offset, int whence) in mdesc_llseek() argument 1039 switch (whence) { in mdesc_llseek()
|
/arch/s390/kernel/ |
D | compat_wrapper.c | 97 …d int, fd, unsigned long, high, unsigned long, low, loff_t __user *, result, unsigned int, whence);
|