file_data         243 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c     struct mca_sharedfp_sm_data * file_data=NULL;
file_data         256 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c     file_data = (sm_data*)(sh->selected_module_data);
file_data         257 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c     if (file_data)  {
file_data         259 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c         if (file_data->sm_offset_ptr) {
file_data         262 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c              sem_close ( file_data->mutex);
file_data         263 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c              free (file_data->sem_name);
file_data         265 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c             sem_destroy(&file_data->sm_offset_ptr->mutex);
file_data         268 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c             munmap(file_data->sm_offset_ptr,sizeof(struct mca_sharedfp_sm_offset));
file_data         270 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c             remove(file_data->sm_filename);
file_data         273 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c         if(file_data->sm_filename){
file_data         274 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c             free(file_data->sm_filename);
file_data         276 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c         free(file_data);