Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Dcpqphp_sysfs.c154 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek() function
/Linux-v5.4/arch/mips/include/asm/
Dpmon.h19 off_t (*lseek) (int, off_t, int); member
/Linux-v5.4/fs/
Dread_write.c322 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) in SYSCALL_DEFINE3() argument
328 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
/Linux-v5.4/tools/include/nolibc/
Dnolibc.h1988 off_t lseek(int fd, off_t offset, int whence) in lseek() function