Expand description
NFS v4 Client (RFC 7530)
Implements NFS v4 compound operations with XDR encoding/decoding, file handle management, and VFS mount point integration.
Structs§
- AuthSys
- AUTH_SYS authentication credentials (RFC 5531).
- Compound
Request - NFS v4 COMPOUND request (RFC 7530 Section 16.2).
- Compound
Response - NFS v4 COMPOUND response.
- NfsAttr
- NFS file attributes (fattr4 subset).
- NfsClient
- NFS v4 client.
- NfsDir
Entry - NFS directory entry.
- NfsFile
Handle - Opaque NFS file handle.
- NfsMount
Point - NFS mount point for VFS integration.
- XdrDecoder
- XDR decoder for NFS wire format.
- XdrEncoder
- XDR (RFC 4506) encoder for NFS wire format.