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
