logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

gfs_stat() return information about the specified file pointed to by gfarm_url, and fills in the buffer
       pointed to by status. Since status includes a pointer to dynamically allocated memory space, it is
       necessary to free the memory space by gfs_stat_free(3).

Name

       gfs_stat - get file status

Return Values

GFARM_ERR_NO_ERROR
           The function terminated successfully.

       GFARM_ERR_NO_MEMORY
           Insufficient memory was available.

       GFARM_ERR_AUTHENTICATION
           User authentication failed when connecting to gfmd(8).

       GFARM_ERR_PERMISSION_DENIEDgfarm_url points outside your accessible address space.

       GFARM_ERR_NO_SUCH_OBJECTgfarm_url does not exist.

       GFARM_ERR_NOT_A_DIRECTORY
           A component of the path prefix is not a directory.

       Others
           An error except the above occurred. The reason is shown by gfarm_error_string(3).

See Also

gfs_stat_free(3)

Gfarm                                              24 Jun 2019                                       GFS_STAT(3)

Synopsis

#include<gfarm/gfarm.h>gfarm_error_tgfs_stat(constchar*gfarm_url,structgfs_stat*status);

See Also