SetFilePointer 19 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_fcntl.c fcntl_struct->fsize = SetFilePointer(fd->fd_sys, 0, 0, FILE_END); SetFilePointer 23 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_fcntl.c if (SetFilePointer(fd->fd_sys, DWORDLOW(fd->fp_sys_posn), &dwTemp, FILE_BEGIN) == INVALID_SET_FILE_POINTER) SetFilePointer 71 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_open.c fd->fp_ind = fd->fp_sys_posn = SetFilePointer(fd->fd_sys, 0, NULL, FILE_END); SetFilePointer 58 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c if (SetFilePointer(fd->fd_sys, DWORDLOW(offset), &dwTemp, FILE_BEGIN) == INVALID_SET_FILE_POINTER) SetFilePointer 151 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c if (SetFilePointer(fd->fd_sys, DWORDLOW(fd->fp_ind), &dwTemp, FILE_BEGIN) == INVALID_SET_FILE_POINTER) SetFilePointer 18 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_resize.c err = SetFilePointer(fd->fd_sys, DWORDLOW(size), &dwTemp, FILE_BEGIN); SetFilePointer 57 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c if (SetFilePointer(fd->fd_sys, DWORDLOW(offset), &dwTemp, FILE_BEGIN) == INVALID_SET_FILE_POINTER) SetFilePointer 132 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c if (SetFilePointer(fd->fd_sys, DWORDLOW(fd->fp_ind), &dwTemp, FILE_BEGIN) == INVALID_SET_FILE_POINTER)