Module kcore::chan [−][src]
Expand description
Channel and mount space.
Structs
| Chan | Channel represents a virtual file from kernel’s perspective. |
| ChanId | File identification within a device, analogous to the i-number. |
| ChanKey | A key representing one client handle of the file. Basically, it’s used to check if we have forgotten to close a file. |
| Dirent | Machine-independent directory entry. |
Enums
| ChanKind | File type. |
| Perm | Permission control on a file. |