stat_buf 157 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c struct stat stat_buf; stat_buf 168 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c err = stat(fd->filename,&stat_buf); stat_buf 211 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c struct stat stat_buf; stat_buf 222 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c err = stat(fd->filename, &stat_buf); stat_buf 18 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_resize.c struct stat stat_buf; stat_buf 30 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_resize.c AD_PANFS_RETRY(fstat(fd->fd_sys,&stat_buf),err); stat_buf 31 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_resize.c if(((ADIO_Offset)stat_buf.st_size) != size) stat_buf 34 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_resize.c FPRINTF(stderr, "%s: Rank %d: Resize failed: requested=%llu actual=%llu.\n",myname,myrank,size,(unsigned long long)stat_buf.st_size); stat_buf 49 opal/mca/pmix/pmix4x/pmix/test/pmix_test.c struct stat stat_buf; stat_buf 81 opal/mca/pmix/pmix4x/pmix/test/pmix_test.c if( 0 > ( rc = stat(params.binary, &stat_buf) ) ){ stat_buf 85 opal/mca/pmix/pmix4x/pmix/test/pmix_test.c } else if( !S_ISREG(stat_buf.st_mode) ){ stat_buf 89 opal/mca/pmix/pmix4x/pmix/test/pmix_test.c }else if( !(stat_buf.st_mode & S_IXUSR) ){