Results 1 to 1 of 1
Hello, I'm new in this forum
I just need some help, In the Linux Kernel's VFS you have vfs_read, vfs_write and vfs_llseek to replace the famous functions fread, fwrite and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-02-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 2
Rewind in VFS
Hello, I'm new in this forum
I just need some help, In the Linux Kernel's VFS you have vfs_read, vfs_write and vfs_llseek to replace the famous functions fread, fwrite and fseek in C
Is there a function in the VFS that makes the same job that rewind does?
is there a vfs_rewind or another function that returns the pointer to the beginning of a file?
Thanks in advance


Reply With Quote
