GFS_PIO_CLOSE(3) | Gfarm | GFS_PIO_CLOSE(3) |
gfs_pio_close - 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
20 Jun 2019 | Gfarm |