gfs_acl_equiv_mode - check for an equivalent Gfarm ACL
Contents
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);
