diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-31 13:13:16 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-31 13:13:16 +0200 |
| commit | fd15eda1cf574d667fb04ebd2b51462ee8e7774e (patch) | |
| tree | 02568b23e9e9f5d138d4576bc19033f6e0a1ae5b /docs/kernel/filesystem/device_inode.rst | |
| parent | ecf882dad2aaa6160e6c27277dceae935658b4cb (diff) | |
| download | kernel-fd15eda1cf574d667fb04ebd2b51462ee8e7774e.tar.xz kernel-fd15eda1cf574d667fb04ebd2b51462ee8e7774e.zip | |
docs: prepare for pages deployment
Diffstat (limited to 'docs/kernel/filesystem/device_inode.rst')
| -rw-r--r-- | docs/kernel/filesystem/device_inode.rst | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/kernel/filesystem/device_inode.rst b/docs/kernel/filesystem/device_inode.rst deleted file mode 100644 index cf5e72fa..00000000 --- a/docs/kernel/filesystem/device_inode.rst +++ /dev/null @@ -1,19 +0,0 @@ -Device Inodes -============= - -Device inodes are filesystem inodes that represent a device in the system. -They may be created from either a device, or by reconstituting a persistent device inode from a filesystem. - -An example for device inodes created to directly represent devices are the entries in the devfs (/dev) filesystem. -Entries in this filesystem are generally created and removed based on devices appearing in and being removed from the system. - -An example for device inodes reconstituted from persisted inodes can be found in the inodes supported by the ext2 filesystem. -In that filesystem, an inode may represent a device, using a device identification number. -When accessing such an inode, a device inode needs to be reconstituted from the persisted device inode in order to resolve which device, if any, it refers to. -However, any file operations (e.g. `stat`) need to be forwarded to the persisted inode. - -API Reference -------------- - -.. doxygenstruct:: kernel::filesystem::device_inode - :members:
\ No newline at end of file |
