Searched refs:whence (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | fs.h | 3174 extern loff_t default_llseek(struct file *file, loff_t offset, int whence); 3176 extern loff_t vfs_llseek(struct file *file, loff_t offset, int whence); 3305 extern loff_t noop_llseek(struct file *file, loff_t offset, int whence); 3306 extern loff_t no_llseek(struct file *file, loff_t offset, int whence); 3308 extern loff_t generic_file_llseek(struct file *file, loff_t offset, int whence); 3310 int whence, loff_t maxsize, loff_t eof); 3312 int whence, loff_t size);
|
D | pagemap.h | 750 int whence);
|
D | syscalls.h | 500 unsigned int whence); 502 unsigned int whence);
|
/include/uapi/linux/ |
D | fuse.h | 964 uint32_t whence; member
|