file for the internal function of the POSIX stat/stat64 functions More...
#include <stdio.h>
#include <sys/stat.h>
#include <errno.h>
#include <glib.h>
#include <common/gfal_prototypes.h>
#include <common/gfal_types.h>
#include <common/gfal_common_plugin.h>
#include <posix/gfal_posix_local_file.h>
#include <posix/gfal_posix_internal.h>
Functions | |
int | gfal_posix_internal_stat (const char *path, struct stat *buf) |
int | gfal_posix_internal_lstat (const char *path, struct stat *buf) |
file for the internal function of the POSIX stat/stat64 functions
int gfal_posix_internal_stat | ( | const char * | path, | |
struct stat * | buf | |||
) | [inline] |
internal implementation of gfal_access
References gfal_check_local_url(), and gfal_plugin_statG().
Referenced by gfal_stat().