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

gfs_acl_equiv_mode - check for an equivalent Gfarm ACL

Input Arguments

acl
           An ACL structure type.

       mode_p
           If the pointer mode_p is not NULL, the value pointed to by mode_p is set to the value that defines
           the same owner/group/other permissions as contained in the ACL.

       is_not_equiv_p
           If the pointer is_not_equiv_p is not NULL, the value pointed to by is_not_equiv_p is set to 0 (the
           acl is an equivalent ACL) or 1 (the acl is not an equivalent ACL).

Name

       gfs_acl_equiv_mode - check for an equivalent Gfarm ACL

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_from_mode(3)

Gfarm                                              14 Feb 2011                             GFS_ACL_EQUIV_MODE(3)

Synopsis

#include<gfarm/gfarm.h>gfarm_error_tgfs_acl_equiv_mode(gfarm_acl_tacl,gfarm_mode_t*mode_p,int*is_not_equiv_p);

See Also