Home
last modified time | relevance | path

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

/arch/xtensa/platforms/iss/include/platform/
A Dsimcall.h76 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 Dproc_powerpc.c22 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 Dpapr-rtas-common.c306 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 Dpapr-rtas-common.h59 int whence);
/arch/sparc/kernel/
A Dmdesc.c1288 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 10 milliseconds