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

#include <vfs_types.h>

+ Collaboration diagram for dentry_t:

Public Attributes

 as_tree
 
spinlock_t lock
 
atomic_t refcount
 
inode_tinode
 
const char * name
 
superblock_tsuperblock
 
bool is_mountpoint
 

Detailed Description

Definition at line 112 of file vfs_types.h.

Member Data Documentation

◆ as_tree

as_tree

Definition at line 114 of file vfs_types.h.

◆ lock

spinlock_t lock

Definition at line 115 of file vfs_types.h.

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: