Searched refs:whence (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/kernel/ |
D | proc_powerpc.c | 19 static loff_t page_map_seek(struct file *file, loff_t off, int whence) in page_map_seek() argument 21 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 | 121 static inline int simc_lseek(int fd, uint32_t off, int whence) in simc_lseek() argument 123 return __simc(SYS_lseek, fd, off, whence); in simc_lseek()
|
/arch/sparc/kernel/ |
D | mdesc.c | 1288 static loff_t mdesc_llseek(struct file *file, loff_t offset, int whence) in mdesc_llseek() argument 1292 return no_seek_end_llseek_size(file, offset, whence, hp->handle_size); in mdesc_llseek()
|