RTEMS CPU Kit with SuperCore  4.10.99.0
Data Fields
rtems_filesystem_global_location_t Struct Reference

Global file system location. More...

#include <fs.h>

Collaboration diagram for rtems_filesystem_global_location_t:
Collaboration graph
[legend]

Data Fields

rtems_filesystem_location_info_t location
int reference_count
struct
rtems_filesystem_global_location_t
deferred_released_next
 A release within a critical section of the operating system will add this location to a list of deferred released locations.
int deferred_released_count
 A release within a critical section can happen multiple times.

Detailed Description

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().

See also:
rtems_filesystem_global_location_obtain() and rtems_filesystem_global_location_release().

Field Documentation

A release within a critical section can happen multiple times.

This field counts the deferred releases.

A release within a critical section of the operating system will add this location to a list of deferred released locations.

This list is processed in the next rtems_filesystem_global_location_obtain() in FIFO order.


The documentation for this struct was generated from the following file: