This set of routines represents the application's interface to files and directories
under the RTEMS filesystem. All routines are compliant with POSIX standards if a
specific interface has been established. The list below represents the routines that have
been included as part of the application's interface.
access()
chdir()
chmod()
chown()
close()
closedir()
dup()
dup2()
fchmod()
fcntl()
fdatasync()
fpathconf()
fstat()
ioctl()
link()
lseek()
mkdir()
mkfifo()
mknod()
mount()
open()
opendir()
pathconf()
read()
readdir()
unmount()
The sections that follow provide developmental information concerning each
of these functions.