Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/kernel/
Dproc_powerpc.c32 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/
Dpmon.h37 #define pmon_lseek(fd, off, whence) debug_vectors->lseek(fd, off, whence) argument
/arch/xtensa/platforms/iss/include/platform/
Dsimcall.h111 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/
Dmdesc.c1035 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/
Dcompat_wrapper.c97 …d int, fd, unsigned long, high, unsigned long, low, loff_t __user *, result, unsigned int, whence);