Expand description
Filesystem capability probing and copy tier selection.
probe_capabilities(), copy tier selection, CopyCapabilities.
Structs§
- Capabilities
- Filesystem and hardware capabilities detected by
probe_capabilities
Functions§
- probe_
cachestat - Probe whether
cachestat(2)is available on this kernel. Result is cached viaOnceLock– probes once per process. - probe_
capabilities - Detect filesystem and hardware capabilities for a path (cached per mount point)
- query_
cache_ residency - Query page cache residency for an open file via
cachestat(2). Returns fraction of pages in cache (0.0-1.0), orNoneif unavailable.