Searched refs:whence (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | fs.h | 3169 extern loff_t default_llseek(struct file *file, loff_t offset, int whence); 3171 extern loff_t vfs_llseek(struct file *file, loff_t offset, int whence); 3300 extern loff_t noop_llseek(struct file *file, loff_t offset, int whence); 3301 extern loff_t no_llseek(struct file *file, loff_t offset, int whence); 3303 extern loff_t generic_file_llseek(struct file *file, loff_t offset, int whence); 3305 int whence, loff_t maxsize, loff_t eof); 3307 int whence, loff_t size);
|
D | pagemap.h | 751 int whence);
|
D | syscalls.h | 500 unsigned int whence); 502 unsigned int whence);
|
/include/uapi/linux/ |
D | fuse.h | 935 uint32_t whence; member
|