Home
last modified time | relevance | path

Searched refs:f_datarep (Results 1 – 10 of 10) sorted by relevance

/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/common/ompio/
H A Dcommon_ompio_file_view.c87 if (NULL != fh->f_datarep) { in mca_common_ompio_set_view()
88 free (fh->f_datarep); in mca_common_ompio_set_view()
89 fh->f_datarep = NULL; in mca_common_ompio_set_view()
99 fh->f_datarep = strdup (datarep); in mca_common_ompio_set_view()
H A Dcommon_ompio_file_open.c336 if (NULL != ompio_fh->f_datarep) { in mca_common_ompio_file_close()
337 free (ompio_fh->f_datarep); in mca_common_ompio_file_close()
338 ompio_fh->f_datarep = NULL; in mca_common_ompio_file_close()
424 fh->f_datarep = strdup ("native"); in mca_common_ompio_set_file_defaults()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/common/ompio/
H A Dcommon_ompio_file_view.c99 if (NULL != fh->f_datarep) { in mca_common_ompio_set_view()
100 free (fh->f_datarep); in mca_common_ompio_set_view()
101 fh->f_datarep = NULL; in mca_common_ompio_set_view()
120 fh->f_datarep = strdup (datarep); in mca_common_ompio_set_view()
H A Dcommon_ompio_file_open.c339 if (NULL != ompio_fh->f_datarep) { in mca_common_ompio_file_close()
340 free (ompio_fh->f_datarep); in mca_common_ompio_file_close()
341 ompio_fh->f_datarep = NULL; in mca_common_ompio_file_close()
465 fh->f_datarep = NULL; in mca_common_ompio_set_file_defaults()
H A Dcommon_ompio.h160 char *f_datarep; member
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/ompio/
H A Dio_ompio_file_set_view.c110 strcpy (datarep, fh->f_datarep); in mca_io_ompio_file_get_view()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/ompio/
H A Dio_ompio_file_set_view.c105 strcpy (datarep, fh->f_datarep); in mca_io_ompio_file_get_view()
H A Dio_ompio.h206 char *f_datarep; member
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/sharedfp/lockedfile/
H A Dsharedfp_lockedfile_file_open.c74 ompio_fh->f_datarep, in mca_sharedfp_lockedfile_file_open()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/sharedfp/sm/
H A Dsharedfp_sm_file_open.c93 ompio_fh->f_datarep,