|
PatchworkOS
19e446b
A non-POSIX operating system.
|
Superblock operations structure. More...
#include <superblock.h>
Data Fields | |
| void(* | cleanup )(superblock_t *superblock) |
| void(* | unmount )(superblock_t *superblock) |
Superblock operations structure.
Definition at line 58 of file superblock.h.
| void(* superblock_ops_t::cleanup) (superblock_t *superblock) |
Called when the filesystem is superblock is being freed to give the filesystem a chance to clean up any private data.
Definition at line 64 of file superblock.h.
| void(* superblock_ops_t::unmount) (superblock_t *superblock) |
Called when the the superblocks mountCount reaches zero, meaning it is not visible anywhere in any namespace.
Definition at line 68 of file superblock.h.