Searched defs:lseek (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
D | cpqphp_sysfs.c | 154 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek() function
|
/kernel/uniproton/src/fs/vfs/ |
D | vfs_files.h | 39 off_t (*lseek)(struct TagFile *, off_t, S32); member
|
/kernel/liteos_m/components/fs/vfs/ |
D | vfs_files.h | 60 off_t (*lseek)(struct File *, off_t, int); member
|
D | vfs_fs.c | 667 off_t lseek(int fd, off_t off, int whence) in lseek() function
|
/kernel/uniproton/src/fs/ |
D | fs.c | 59 off_t lseek(int fd, off_t offset, int whence) in lseek() function
|
/kernel/linux/linux-5.10/fs/ |
D | read_write.c | 317 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/ |
D | nolibc.h | 1999 off_t lseek(int fd, off_t offset, int whence) in lseek() function
|