CERN org.glite.Gfal
2.0.1
|
header for the getxattr function on the srm url type More...
Go to the source code of this file.
Functions | |
ssize_t | gfal_srm_getxattrG (plugin_handle handle, const char *path, const char *name, void *buff, size_t s_buff, GError **err) |
ssize_t | gfal_srm_status_getxattrG (plugin_handle handle, const char *path, const char *name, void *buff, size_t s_buff, GError **err) |
ssize_t | gfal_srm_listxattrG (plugin_handle handle, const char *path, char *list, size_t size, GError **err) |
header for the getxattr function on the srm url type
ssize_t gfal_srm_getxattrG | ( | plugin_handle | handle, |
const char * | path, | ||
const char * | name, | ||
void * | buff, | ||
size_t | s_buff, | ||
GError ** | err | ||
) |
implementation of the getxattr for turl resolution, pin management and spacetoken set/get
References gfal_print_verbose(), and gfal_srm_status_getxattrG().
ssize_t gfal_srm_listxattrG | ( | plugin_handle | handle, |
const char * | path, | ||
char * | list, | ||
size_t | size, | ||
GError ** | err | ||
) |
lfc getxattr implem
ssize_t gfal_srm_status_getxattrG | ( | plugin_handle | handle, |
const char * | path, | ||
const char * | name, | ||
void * | buff, | ||
size_t | s_buff, | ||
GError ** | err | ||
) |
main implementation of the srm status -> getxattr
Referenced by gfal_srm_getxattrG().