|
NAMEfistgen - FiST language code translatorSYNOPSISfistgen -v [ -o output-dir ] [ -u uname ] fistfileDESCRIPTIONFiST (File System Translator) is a language for describing stackable file systems. fistgen is the FiST language code translator.fistgen generates file system sources from fistfile OPTIONS-v explain what is being done-o specify output directory (defaults to "out/") -u specify the target OS version (defaults to running OS) EXAMPLESfistgen -o /tmp/stkgen -u Linux-2.6 fist/cryptfs.fistproduce code for a stackable file system named "cryptfs", for the Linux 2.6 kernel, and place the generated code in "/tmp/stkgen/Linux-2.6/cryptfs/". AUTHORSErez Zadok, Josef Sipek, and Kiron Vijayasankar, Computer Science Department, Stony Brook University.REPORTING BUGSReport bugs at https://bugzilla.filesystems.org/SEE ALSOhttp://www.filesystems.org/ for additional documentation, including a description of the FiST language.
Visit the GSP FreeBSD Man Page Interface. |