5 lines
233 B
Go
5 lines
233 B
Go
// Package scoutfs provides a CGo-free wrapper for the ScoutFS v1.29 kernel
|
|
// ioctl interface. It mirrors the UAPI struct layouts from kmod/src/ioctl.h
|
|
// and provides high-level iterators for bulk inode operations.
|
|
package scoutfs
|