Searched defs:lseek (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/pci/hotplug/ |
D | cpqphp_sysfs.c | 154 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek() function
|
/Linux-v6.6/fs/ |
D | read_write.c | 311 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) in SYSCALL_DEFINE3() argument 317 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
|
/Linux-v6.6/tools/include/nolibc/ |
D | sys.h | 592 off_t lseek(int fd, off_t offset, int whence) in lseek() function
|