gfs_pio_close
close a file in the Gfarm file system
- Provided by: libgfarm-dev (Version: 2.7.20+dfsg-1.3)
- Source: gfarm
- Report a bug
close a file in the Gfarm file system
#include <gfarm/gfarm.h>
gfarm_error_t gfs_pio_close(GFS_File gf);
gfs_pio_close() closes a file gf, so that it no longer refers to any file and may be reused.
GFARM_ERR_NO_ERROR
GFARM_ERR_BAD_FILE_DESCRIPTOR
GFARM_ERR_NO_MEMORY
Others