fs: Add VFS docs

This commit adds VFS docmentation, and details about the VFS interface.

Signed-off-by: Saurav Pal <resyfer.dev@gmail.com>
This commit is contained in:
Saurav Pal
2024-02-20 18:35:43 +00:00
committed by Xiang Xiao
parent 81d3e123cb
commit 93d03d0418
6 changed files with 529 additions and 13 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
* Name: file_syncfs
*
* Description:
* Equivalent to the standard syncsf() function except that is accepts a
* Equivalent to the standard syncfs() function except that is accepts a
* struct file instance instead of a fd descriptor and it does not set
* the errno variable
*