#include <fs.h>
Definition at line 330 of file fs.h.
◆ AllocateInode
int(* SuperBlockOperations::AllocateInode) (struct FileSystemInfo *Info, struct Inode **Result) |
Definition at line 332 of file fs.h.
◆ DeleteInode
Definition at line 333 of file fs.h.
◆ Destroy
Destroy the filesystem.
Unregister the filesystem and free all resources.
- Parameters
-
Info | Filesystem to destroy. |
- Returns
- Zero on success, otherwise an error code.
Definition at line 356 of file fs.h.
◆ Synchronize
Synchronize the filesystem.
Write all pending changes to the disk.
- Parameters
-
Info | Inode to synchronize. If NULL, synchronize all inodes. |
Node | Inode to synchronize. |
- Returns
- Zero on success, otherwise an error code.
Definition at line 345 of file fs.h.
The documentation for this struct was generated from the following file:
- Kernel/include/interface/fs.h