MOS Source Code
Loading...
Searching...
No Matches
dentry_t Struct Referencefinal

#include <vfs_types.hpp>

Inheritance diagram for dentry_t:
Collaboration diagram for dentry_t:

Public Attributes

 as_tree
spinlock_t lock
atomic_t refcount
inode_tinode
mos::string name
superblock_tsuperblock
bool is_mountpoint

Additional Inherited Members

Static Public Attributes inherited from NamedType<"dentry">
static constexpr mos::string_view type_name

Detailed Description

Definition at line 116 of file vfs_types.hpp.

Member Data Documentation

◆ as_tree

as_tree

Definition at line 118 of file vfs_types.hpp.

◆ lock

spinlock_t lock

Definition at line 119 of file vfs_types.hpp.

Referenced by dentry_create(), dentry_get_from_parent(), and dentry_lookup_child().

◆ refcount

◆ inode

◆ name

◆ superblock

◆ is_mountpoint


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