Warning, /cpukit/libmisc/fsmount/README.md is written in an unsupported language. File is not indexed.
0001 fsmount
0002 =======
0003
0004 Author: Thomas Doerfler 02/07/2003
0005
0006 fsmount.c contains the function fsmount. It processes the
0007 fs table given as an parameter to create the listed mount points
0008 and mount the corresponding file systems to their mount points.
0009 See "c/src/tests/samples/fileio" for a sample on how to use this
0010 function.
0011
0012 The field "report_reasons" specifies, what results of the mount point
0013 creation/mount operations should print to the console.
0014
0015 The field "abort_reasons" specifies, what results of the mount point
0016 creation/mount operations should abort the function. Do not set the
0017 "abort_reasons" bit, unless you want to stop the processing of the
0018 fsmount table after the first successful mount.