MOS Source Code
|
#include <vfs_types.h>
Public Attributes | |
as_linked_list | |
dentry_t * | root |
dentry_t * | mountpoint |
superblock_t * | superblock |
filesystem_t * | fs |
Definition at line 188 of file vfs_types.h.
as_linked_list |
Definition at line 190 of file vfs_types.h.
dentry_t* root |
Definition at line 191 of file vfs_types.h.
Referenced by dentry_dump_refstat(), dentry_mount(), dentry_resolve_to_parent(), and dentry_root_get_mountpoint().
dentry_t* mountpoint |
Definition at line 192 of file vfs_types.h.
Referenced by dentry_get_mount(), dentry_mount(), and dentry_unmount().
superblock_t* superblock |
Definition at line 193 of file vfs_types.h.
Referenced by dentry_mount().
filesystem_t* fs |
Definition at line 194 of file vfs_types.h.
Referenced by dentry_mount().