Searched refs:whence (Results 1 – 5 of 5) sorted by relevance
| /arch/xtensa/platforms/iss/include/platform/ |
| A D | simcall.h | 76 static inline int simc_lseek(int fd, uint32_t off, int whence) in simc_lseek() argument 78 return __simc(SYS_lseek, fd, off, whence); in simc_lseek()
|
| /arch/powerpc/kernel/ |
| A D | proc_powerpc.c | 22 static loff_t page_map_seek(struct file *file, loff_t off, int whence) in page_map_seek() argument 24 return fixed_size_llseek(file, off, whence, PAGE_SIZE); in page_map_seek()
|
| /arch/powerpc/platforms/pseries/ |
| A D | papr-rtas-common.c | 306 int whence) in papr_rtas_common_handle_seek() argument 310 return fixed_size_llseek(file, off, whence, blob->len); in papr_rtas_common_handle_seek()
|
| A D | papr-rtas-common.h | 59 int whence);
|
| /arch/sparc/kernel/ |
| A 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()
|
Completed in 11 milliseconds