Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

gfs_acl_valid - validate a Gfarm ACL structure

Input Arguments

acl
           An ACL structure which is sorted.

Name

       gfs_acl_valid - validate a Gfarm ACL structure

Return Values

GFARM_ERR_NO_ERROR
           The function terminated successfully.

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

See Also

gfs_acl_check(3), gfs_acl_sort(3), gfs_acl_set_file(3)

Gfarm                                              14 Feb 2011                                  GFS_ACL_VALID(3)

Synopsis

#include<gfarm/gfarm.h>gfarm_error_tgfs_acl_valid(gfarm_acl_tacl);

See Also