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 gfp);
gfs_pio_close() closes a file gfp, 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
27 Jun 2010 | Gfarm |