IMFS_chown()
rtems_filesystem_location_info_t *pathloc /* IN */ uid_t owner /* IN */ gid_t group /* IN */
imfs_chown.c
This routine will locate the IMFS_jnode_t structure that holds ownership information for the selected node in the filesystem.
This structure is pointed to by pathloc->node_access.
The st_uid and st_gid fields of the node are then modified. Since this is a memory based filesystem, no further action is required to alter the ownership of the IMFS_jnode_t structure.
Copyright © 1988-2000 OAR Corporation