fstat()
rtems_filesystem_location_info_t *loc, struct stat *buf
The following information is extracted from the filesystem
specific node and placed in the stat
structure:
Both the stat()
and lstat()
services are
implemented directly using the fstat()
handler. The
difference in behavior is determined by how the path is evaluated
prior to this handler being called on a particular
file entity.
The fstat()
system call is implemented directly
on top of this filesystem handler.
Copyright © 1988-2007OAR Corporation