file for the internal open function for the posix interface More...
#include <glib.h>
#include <stdlib.h>
#include <common/gfal_prototypes.h>
#include <common/gfal_types.h>
#include <common/gfal_common_plugin.h>
#include <common/gfal_common_errverbose.h>
#include <common/gfal_common_file_handle.h>
#include "gfal_posix_internal.h"
#include "gfal_posix_local_file.h"
Functions | |
int | gfal_posix_internal_open (const char *path, int flag, mode_t mode) |
file for the internal open function for the posix interface
int gfal_posix_internal_open | ( | const char * | path, | |
int | flag, | |||
mode_t | mode | |||
) |
Implementation of gfal_open
References gfal_check_local_url(), gfal_plugin_openG(), and gfal_print_verbose().
Referenced by gfal_open().