RTEMS
|
Global file system location. More...
#include <fs.h>
Public Attributes | |
rtems_filesystem_location_info_t | location |
int | reference_count |
struct rtems_filesystem_global_location_t * | deferred_released_next |
int | deferred_released_count |
Global file system location.
The global file system locations are used for
During the path evaluation global start locations are obtained to ensure that the current file system will be not unmounted in the meantime.
To support a release within critical sections of the operating system a deferred release is supported. This is similar to malloc() and free().
int rtems_filesystem_global_location_t::deferred_released_count |
struct rtems_filesystem_global_location_t* rtems_filesystem_global_location_t::deferred_released_next |