Searched refs:whence (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| D | fs.h | 3109 extern loff_t default_llseek(struct file *file, loff_t offset, int whence); 3111 extern loff_t vfs_llseek(struct file *file, loff_t offset, int whence); 3269 extern loff_t noop_llseek(struct file *file, loff_t offset, int whence); 3271 extern loff_t generic_file_llseek(struct file *file, loff_t offset, int whence); 3273 int whence, loff_t maxsize, loff_t eof); 3274 loff_t generic_llseek_cookie(struct file *file, loff_t offset, int whence, 3277 int whence, loff_t size);
|
| D | kernfs.h | 330 loff_t (*llseek)(struct kernfs_open_file *of, loff_t offset, int whence);
|
| D | pagemap.h | 1304 int whence);
|
| D | syscalls.h | 459 unsigned int whence); 461 unsigned int whence);
|
| /include/uapi/linux/ |
| D | fuse.h | 1124 uint32_t whence; member
|