Home
last modified time | relevance | path

Searched defs:lseek (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/hotplug/
Dcpqphp_sysfs.c154 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek() function
/kernel/uniproton/src/fs/vfs/
Dvfs_files.h39 off_t (*lseek)(struct TagFile *, off_t, S32); member
/kernel/liteos_m/components/fs/vfs/
Dvfs_files.h60 off_t (*lseek)(struct File *, off_t, int); member
Dvfs_fs.c667 off_t lseek(int fd, off_t off, int whence) in lseek() function
/kernel/uniproton/src/fs/
Dfs.c59 off_t lseek(int fd, off_t offset, int whence) in lseek() function
/kernel/linux/linux-5.10/fs/
Dread_write.c317 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) in SYSCALL_DEFINE3() argument
323 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
/kernel/linux/linux-5.10/tools/include/nolibc/
Dnolibc.h1999 off_t lseek(int fd, off_t offset, int whence) in lseek() function