Searched refs:whence (Results 1 – 3 of 3) sorted by relevance
/include/uapi/linux/ |
D | fuse.h | 877 uint32_t whence; member
|
/include/linux/ |
D | fs.h | 3039 extern loff_t default_llseek(struct file *file, loff_t offset, int whence); 3041 extern loff_t vfs_llseek(struct file *file, loff_t offset, int whence); 3158 extern loff_t noop_llseek(struct file *file, loff_t offset, int whence); 3159 extern loff_t no_llseek(struct file *file, loff_t offset, int whence); 3161 extern loff_t generic_file_llseek(struct file *file, loff_t offset, int whence); 3163 int whence, loff_t maxsize, loff_t eof); 3165 int whence, loff_t size);
|
D | syscalls.h | 460 unsigned int whence); 462 unsigned int whence); 1246 off_t ksys_lseek(unsigned int fd, off_t offset, unsigned int whence);
|