RTEMS
5.0.0
|
Set of Utility Functions to Support RTEMS RFS on RTEMS. More...
Functions | |
bool | rtems_rfs_rtems_set_handlers (rtems_filesystem_location_info_t *loc, rtems_rfs_inode_handle *inode) |
uint16_t | rtems_rfs_rtems_imode (mode_t mode) |
mode_t | rtems_rfs_rtems_mode (int imode) |
Set of Utility Functions to Support RTEMS RFS on RTEMS.
uint16_t rtems_rfs_rtems_imode | ( | mode_t | mode | ) |
Convert the system mode flags to inode mode flags.
[in] | mode | is the system mode flags. |
mode_t rtems_rfs_rtems_mode | ( | int | imode | ) |
Convert the inode mode flags to system mode flags.
[in] | imode | is the inode mode flags |
bool rtems_rfs_rtems_set_handlers | ( | rtems_filesystem_location_info_t * | pathloc, |
rtems_rfs_inode_handle * | inode | ||
) |
Set the handlers in the path location based on the mode of the inode.
[in] | loc | is a pointer to the path location to set the handlers in. |
[in] | inode | is the inode handle to check the mode of for the type of handlers. |
true | The handlers have been set. |
false | There are no handlers for the mode. |