file for the internal mkdir func of the posix interface More...
#include <stdio.h>
#include <errno.h>
#include "gfal_posix_api.h"
#include <glib.h>
#include "../common/gfal_types.h"
#include "gfal_posix_internal.h"
#include "gfal_posix_local_file.h"
#include "../common/gfal_common_plugin.h"
#include "../common/gfal_constants.h"
Functions | |
int | gfal_posix_internal_mkdir (const char *path, mode_t mode) |
file for the internal mkdir func of the posix interface
int gfal_posix_internal_mkdir | ( | const char * | path, | |
mode_t | mode | |||
) |
Implementation of the mkdir function
References gfal_check_local_url(), and gfal_plugin_mkdirp().
Referenced by gfal_mkdirp().