Provided by: libgfarm-dev_2.6.15+dfsg-1build1_amd64
NAME
gfs_acl_from_mode - create a Gfarm ACL from file permission bits
SYNOPSIS
#include <gfarm/gfarm.h> gfarm_error_t gfs_acl_from_mode(gfarm_mode_t mode, gfarm_acl_t *acl_p);
INPUT ARGUMENTS
mode Permission bits. acl_p A pointer of an ACL structure type.
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), gfs_acl_from_text(3)