fcntl_struct       53 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, 
fcntl_struct       29 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c void ADIOI_GRIDFTP_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, 
fcntl_struct       74 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c 	    fcntl_struct->fsize=fsize;
fcntl_struct       80 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c 	ADIOI_GEN_Prealloc(fd, fcntl_struct->diskspace, error_code);
fcntl_struct       30 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs.h void ADIOI_HFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
fcntl_struct       14 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c void ADIOI_HFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code)
fcntl_struct       26 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c 	fcntl_struct->fsize = lseek64(fd->fd_sys, 0, SEEK_END);
fcntl_struct       32 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c 	if (fcntl_struct->fsize == -1) {
fcntl_struct       51 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c 	err = prealloc64(fd->fd_sys, fcntl_struct->diskspace);
fcntl_struct       72 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c         if (fcntl_struct->diskspace <= 2147483647) {
fcntl_struct       73 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c 	    err = prealloc(fd->fd_sys, (off_t) fcntl_struct->diskspace);
fcntl_struct       89 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c 	if ((fcntl_struct->diskspace > 2147483647) || 
fcntl_struct       92 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c 		ADIOI_GEN_Prealloc(fd,fcntl_struct->diskspace, error_code);
fcntl_struct      105 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c 	fd->atomicity = (fcntl_struct->atomicity == 0) ? 0 : 1;
fcntl_struct       75 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct,
fcntl_struct       12 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c void ADIOI_LUSTRE_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code)
fcntl_struct       24 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 	fcntl_struct->fsize = lseek(fd->fd_sys, 0, SEEK_END);
fcntl_struct       27 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 	if (fcntl_struct->fsize == -1) {
fcntl_struct       46 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 	alloc_size = fcntl_struct->diskspace;
fcntl_struct       89 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 	fd->atomicity = (fcntl_struct->atomicity == 0) ? 0 : 1;
fcntl_struct       71 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
fcntl_struct       14 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_fcntl.c void ADIOI_NFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code)
fcntl_struct       24 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_fcntl.c 	fcntl_struct->fsize = lseek(fd->fd_sys, 0, SEEK_END);
fcntl_struct       38 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_fcntl.c 	if (fcntl_struct->fsize == -1) {
fcntl_struct       48 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_fcntl.c 	ADIOI_GEN_Prealloc(fd, fcntl_struct->diskspace, error_code);
fcntl_struct       52 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_fcntl.c 	fd->atomicity = (fcntl_struct->atomicity == 0) ? 0 : 1;
fcntl_struct       55 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
fcntl_struct       10 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_fcntl.c void ADIOI_NTFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code)
fcntl_struct       19 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_fcntl.c 	fcntl_struct->fsize = SetFilePointer(fd->fd_sys, 0, 0, FILE_END);
fcntl_struct       38 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_fcntl.c 	if (fcntl_struct->fsize == INVALID_SET_FILE_POINTER)
fcntl_struct       54 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_fcntl.c 	ADIOI_GEN_Prealloc(fd, fcntl_struct->diskspace, error_code);
fcntl_struct       58 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_fcntl.c 	fd->atomicity = (fcntl_struct->atomicity == 0) ? 0 : 1;
fcntl_struct       57 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h void ADIOI_PFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
fcntl_struct       11 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_fcntl.c void ADIOI_PFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct,
fcntl_struct       33 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_fcntl.c 	fcntl_struct->fsize = lseek(fd->fd_sys, 0, SEEK_END);
fcntl_struct       40 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_fcntl.c 	err = _lsize(fd->fd_sys, fcntl_struct->diskspace, SEEK_SET);
fcntl_struct       54 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_fcntl.c 	    iomod = (fcntl_struct->atomicity == 0) ? M_ASYNC : M_UNIX;
fcntl_struct       61 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_fcntl.c 	fd->atomicity = (fcntl_struct->atomicity == 0) ? 0 : 1;
fcntl_struct       30 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h void ADIOI_PIOFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
fcntl_struct       11 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_fcntl.c void ADIOI_PIOFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code)
fcntl_struct       25 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_fcntl.c 	fcntl_struct->fsize = llseek(fd->fd_sys, 0, SEEK_END);
fcntl_struct       28 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_fcntl.c 	if (fcntl_struct->fsize == -1) {
fcntl_struct       44 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_fcntl.c 	ADIOI_GEN_Prealloc(fd, fcntl_struct->diskspace, error_code);
fcntl_struct       53 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_fcntl.c 	piofs_change_view->flags = (fcntl_struct->atomicity == 0) 
fcntl_struct       57 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_fcntl.c 	fd->atomicity = (fcntl_struct->atomicity == 0) ? 0 : 1;
fcntl_struct       38 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h void ADIOI_PVFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
fcntl_struct       11 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_fcntl.c void ADIOI_PVFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct,
fcntl_struct       21 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_fcntl.c 	fcntl_struct->fsize = pvfs_lseek64(fd->fd_sys, 0, SEEK_END);
fcntl_struct       34 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_fcntl.c 	if (fcntl_struct->fsize == -1) {
fcntl_struct       44 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_fcntl.c 	ADIOI_GEN_Prealloc(fd, fcntl_struct->diskspace, error_code);
fcntl_struct       50 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_fcntl.c 	if (fcntl_struct->atomicity != 0) {
fcntl_struct       30 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
fcntl_struct       12 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_fcntl.c void ADIOI_PVFS2_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct,
fcntl_struct       38 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_fcntl.c 	fcntl_struct->fsize = resp_getattr.attr.size;
fcntl_struct       42 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_fcntl.c 	ADIOI_GEN_Prealloc(fd, fcntl_struct->diskspace, error_code);
fcntl_struct       17 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs.h void ADIOI_SFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
fcntl_struct       11 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_fcntl.c void ADIOI_SFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code)
fcntl_struct       33 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_fcntl.c 	fcntl_struct->fsize = llseek(fd->fd_sys, 0, SEEK_END);
fcntl_struct       36 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_fcntl.c 	if (fcntl_struct->fsize == -1) {
fcntl_struct       52 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_fcntl.c 	ADIOI_GEN_Prealloc(fd, fcntl_struct->diskspace, error_code);
fcntl_struct       56 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_fcntl.c 	fd->atomicity = (fcntl_struct->atomicity == 0) ? 0 : 1;
fcntl_struct       43 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, 
fcntl_struct       12 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_fcntl.c void ADIOI_TESTFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, 
fcntl_struct       27 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_fcntl.c 	fcntl_struct->fsize = 0;
fcntl_struct       36 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_fcntl.c 	fd->atomicity = (fcntl_struct->atomicity == 0) ? 0 : 1;
fcntl_struct       59 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h void ADIOI_UFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
fcntl_struct       34 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs.h void ADIOI_XFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
fcntl_struct       16 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c void ADIOI_XFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code)
fcntl_struct       28 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c 	fcntl_struct->fsize = lseek64(fd->fd_sys, 0, SEEK_END);
fcntl_struct       29 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c 	if (fcntl_struct->fsize == -1) {
fcntl_struct       42 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c 	fl.l_len = fcntl_struct->diskspace;
fcntl_struct       51 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c 	if (fcntl_struct->diskspace > lseek64(fd->fd_sys, 0, SEEK_END)) {
fcntl_struct       53 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c 	    err = ftruncate64(fd->fd_sys, fcntl_struct->diskspace);
fcntl_struct       67 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c 	fd->atomicity = (fcntl_struct->atomicity == 0) ? 0 : 1;
fcntl_struct       29 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h void ADIOI_ZOIDFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
fcntl_struct       12 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_fcntl.c void ADIOI_ZOIDFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct,
fcntl_struct       39 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_fcntl.c 	fcntl_struct->fsize = attr.size;
fcntl_struct       43 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_fcntl.c 	ADIOI_GEN_Prealloc(fd, fcntl_struct->diskspace, error_code);
fcntl_struct      217 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     ADIO_Fcntl_t fcntl_struct;
fcntl_struct      220 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     ADIO_Fcntl (fd, ADIO_FCNTL_GET_FSIZE, &fcntl_struct, &error_code);
fcntl_struct      223 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     fsize = ADIOI_MAX (fcntl_struct.fsize, max_end_offset+1);
fcntl_struct       14 ompi/mca/io/romio321/romio/adio/common/ad_fcntl.c void ADIOI_GEN_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct,
fcntl_struct       24 ompi/mca/io/romio321/romio/adio/common/ad_fcntl.c 	fcntl_struct->fsize = lseek(fd->fd_sys, 0, SEEK_END);
fcntl_struct       37 ompi/mca/io/romio321/romio/adio/common/ad_fcntl.c 	if (fcntl_struct->fsize == -1) {
fcntl_struct       47 ompi/mca/io/romio321/romio/adio/common/ad_fcntl.c 	ADIOI_GEN_Prealloc(fd, fcntl_struct->diskspace, error_code);
fcntl_struct       51 ompi/mca/io/romio321/romio/adio/common/ad_fcntl.c 	fd->atomicity = (fcntl_struct->atomicity == 0) ? 0 : 1;
fcntl_struct       22 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 	ADIO_Fcntl_t *fcntl_struct;
fcntl_struct       35 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 	fcntl_struct = (ADIO_Fcntl_t *) ADIOI_Malloc(sizeof(ADIO_Fcntl_t));
fcntl_struct       36 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 	ADIO_Fcntl(fd, ADIO_FCNTL_GET_FSIZE, fcntl_struct, error_code);
fcntl_struct       38 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 	curr_fsize = fcntl_struct->fsize; /* don't rely on fd->fp_ind: might be
fcntl_struct       88 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 	ADIOI_Free(fcntl_struct);
fcntl_struct       20 ompi/mca/io/romio321/romio/adio/common/eof_offset.c     ADIO_Fcntl_t *fcntl_struct;
fcntl_struct       25 ompi/mca/io/romio321/romio/adio/common/eof_offset.c     fcntl_struct = (ADIO_Fcntl_t *) ADIOI_Malloc(sizeof(ADIO_Fcntl_t));
fcntl_struct       26 ompi/mca/io/romio321/romio/adio/common/eof_offset.c     ADIO_Fcntl(fd, ADIO_FCNTL_GET_FSIZE, fcntl_struct, &error_code);
fcntl_struct       27 ompi/mca/io/romio321/romio/adio/common/eof_offset.c     fsize = fcntl_struct->fsize;
fcntl_struct       28 ompi/mca/io/romio321/romio/adio/common/eof_offset.c     ADIOI_Free(fcntl_struct);
fcntl_struct      386 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
fcntl_struct      175 ompi/mca/io/romio321/romio/adio/include/adioi.h                              ADIO_Fcntl_t *fcntl_struct, int *error_code); 
fcntl_struct      260 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_Fcntl(fd,flag,fcntl_struct,error_code) \
fcntl_struct      261 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_Fcntl))(fd,flag,fcntl_struct,error_code)
fcntl_struct      378 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct,
fcntl_struct       43 ompi/mca/io/romio321/romio/mpi-io/get_size.c     ADIO_Fcntl_t *fcntl_struct;
fcntl_struct       66 ompi/mca/io/romio321/romio/mpi-io/get_size.c     fcntl_struct = (ADIO_Fcntl_t *) ADIOI_Malloc(sizeof(ADIO_Fcntl_t));
fcntl_struct       67 ompi/mca/io/romio321/romio/mpi-io/get_size.c     ADIO_Fcntl(adio_fh, ADIO_FCNTL_GET_FSIZE, fcntl_struct, &error_code);
fcntl_struct       72 ompi/mca/io/romio321/romio/mpi-io/get_size.c     *size = fcntl_struct->fsize;
fcntl_struct       73 ompi/mca/io/romio321/romio/mpi-io/get_size.c     ADIOI_Free(fcntl_struct);
fcntl_struct       39 ompi/mca/io/romio321/romio/mpi-io/prealloc.c     ADIO_Fcntl_t *fcntl_struct;
fcntl_struct       85 ompi/mca/io/romio321/romio/mpi-io/prealloc.c 	fcntl_struct = (ADIO_Fcntl_t *) ADIOI_Malloc(sizeof(ADIO_Fcntl_t));
fcntl_struct       86 ompi/mca/io/romio321/romio/mpi-io/prealloc.c 	fcntl_struct->diskspace = size;
fcntl_struct       87 ompi/mca/io/romio321/romio/mpi-io/prealloc.c 	ADIO_Fcntl(adio_fh, ADIO_FCNTL_SET_DISKSPACE, fcntl_struct, &error_code);
fcntl_struct       88 ompi/mca/io/romio321/romio/mpi-io/prealloc.c 	ADIOI_Free(fcntl_struct);
fcntl_struct       41 ompi/mca/io/romio321/romio/mpi-io/set_atom.c     ADIO_Fcntl_t *fcntl_struct;
fcntl_struct       76 ompi/mca/io/romio321/romio/mpi-io/set_atom.c     fcntl_struct = (ADIO_Fcntl_t *) ADIOI_Malloc(sizeof(ADIO_Fcntl_t));
fcntl_struct       77 ompi/mca/io/romio321/romio/mpi-io/set_atom.c     fcntl_struct->atomicity = flag;
fcntl_struct       78 ompi/mca/io/romio321/romio/mpi-io/set_atom.c     ADIO_Fcntl(adio_fh, ADIO_FCNTL_SET_ATOMICITY, fcntl_struct, &error_code);
fcntl_struct       86 ompi/mca/io/romio321/romio/mpi-io/set_atom.c     ADIOI_Free(fcntl_struct);