blob: 3d40c06722d9ed1851655b629a06ee207c4b6564 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Directory Entries
=================
A directory entry associates a name with an inode.
As such, a directory entry may refer to any entity represented by an inode.
Directory entries may be nested.
API Reference
-------------
.. doxygenstruct:: kernel::filesystem::dentry
:members:
|