PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
superblock_ops_t Struct Reference

Superblock operations structure. More...

#include <superblock.h>

Collaboration diagram for superblock_ops_t:

Data Fields

void(* cleanup )(superblock_t *superblock)
 
void(* unmount )(superblock_t *superblock)
 

Detailed Description

Superblock operations structure.

Definition at line 58 of file superblock.h.

Field Documentation

◆ cleanup

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.

◆ unmount

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.


The documentation for this struct was generated from the following file: