gfs_acl_get_entry - get a Gfarm ACL entry
Contents
Input Arguments
acl
An ACL structure type.
entry_id
GFARM_ACL_FIRST_ENTRY (to get first ACL entry) or GFARM_ACL_NEXT_ENTRY (to get next ACL entry).
entry_p
Pointer to get the ACL entry.
Name
gfs_acl_get_entry - get a Gfarm ACL entry
Return Values
GFARM_ERR_NO_ERROR
The function terminated successfully.
GFARM_ERR_NO_SUCH_OBJECT
The ACL does not have ACL entries anymore. (End of ACL)
Others
An error except the above occurred. The reason is shown by gfarm_error_string(3).
See Also
gfs_acl_calc_mask(3), gfs_acl_create_entry(3), gfs_acl_delete_entry(3), gfs_acl_get_file(3) Gfarm 14 Feb 2011 GFS_ACL_GET_ENTRY(3)
Synopsis
#include<gfarm/gfarm.h>gfarm_error_tgfs_acl_get_entry(gfarm_acl_tacl,intentry_id,gfarm_acl_entry_t*entry_p);
