Searched refs:generic_llseek_cookie (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/udf/ |
| H A D | dir.c | 147 return generic_llseek_cookie(file, offset, whence, in udf_dir_llseek()
|
| /linux-6.15/fs/affs/ |
| H A D | dir.c | 31 return generic_llseek_cookie(file, offset, whence, &data->cookie); in affs_dir_llseek()
|
| /linux-6.15/fs/ufs/ |
| H A D | dir.c | 645 return generic_llseek_cookie(file, offset, whence, in ufs_dir_llseek()
|
| /linux-6.15/fs/ext2/ |
| H A D | dir.c | 722 return generic_llseek_cookie(file, offset, whence, in ext2_dir_llseek()
|
| /linux-6.15/fs/ |
| H A D | read_write.c | 201 loff_t generic_llseek_cookie(struct file *file, loff_t offset, int whence, in generic_llseek_cookie() function 232 EXPORT_SYMBOL(generic_llseek_cookie);
|
| /linux-6.15/fs/ubifs/ |
| H A D | dir.c | 1739 return generic_llseek_cookie(file, offset, whence, &data->cookie); in ubifs_dir_llseek()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | file.c | 2773 return generic_llseek_cookie(file, offset, whence, &fp->cookie); in ocfs2_dir_llseek()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 3388 loff_t generic_llseek_cookie(struct file *file, loff_t offset, int whence,
|
| /linux-6.15/fs/proc/ |
| H A D | base.c | 3987 off = generic_llseek_cookie(file, offset, whence, &cookie); in proc_dir_llseek()
|