Expand description
Files and file descriptors.
C headers: include/linux/fs.h and
include/linux/file.h
Modules§
Structs§
- BadFdError 
- Represents the EBADFerror code.
- File
- Wraps the kernel’s struct file. Thread safe.
- FileDescriptor Reservation 
- A file descriptor reservation.
- LocalFile 
- Wraps the kernel’s struct file. Not thread safe.