Home
last modified time | relevance | path

Searched refs:acl_type (Results 1 – 21 of 21) sorted by relevance

/titanic_50/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_002_pos.ksh106 typeset acl_type=$3
113 if [[ $acl_type == "allow" ]]; then
115 elif [[ $acl_type == "deny" ]]; then
139 typeset acl_type=$5
146 u_bits=$(cal_bits $u_bits $acl_access $acl_type)
149 g_bits=$(cal_bits $g_bits $acl_access $acl_type)
152 o_bits=$(cal_bits $o_bits $acl_access $acl_type)
170 typeset init_mask acl_flag acl_access acl_type
184 acl_type=$(form_random_str a_type)
186 typeset acl_spec=${acl_flag}@:${acl_access}:${acl_type}
[all …]
H A Dzfs_acl_chmod_compact_001_pos.ksh112 typeset acl_type=$5
140 tmp_ace=${tmp_ace}---:${acl_type}
155 typeset acl_type=$6
158 "$acl_inherit_object" "$acl_inherit_strategy" "$acl_type")
172 acl_type
184 acl_type=$(form_random_str a_type 1)
195 acl_spec=${acl_spec}:${acl_type}
212 "$acl_inherit_object" "$acl_inherit_strategy" "$acl_type"
/titanic_50/usr/src/lib/libsec/common/
H A Daclutils.c194 switch (acl_info->acl_type) { in cacl_get()
288 (aclp->acl_type == ACE_T) ? ACE_SETACL : SETACL, in cacl_set()
292 (aclp->acl_type == ACE_T) ? ACE_SETACL : SETACL, in cacl_set()
326 acl_type(acl_t *aclp) in acl_type() function
328 return (aclp->acl_type); in acl_type()
336 newaclp = acl_alloc(aclp->acl_type); in acl_dup()
369 acl_to_aclp(enum acl_type type, void *acl, int count) in acl_to_aclp()
495 if (acl->acl_type != removeacl->acl_type) in acl_removeentries()
498 if (acl->acl_type == ACLENT_T) in acl_removeentries()
568 if (acl1->acl_type != newentries->acl_type) in acl_modifyentries()
[all …]
H A Daclutils.h133 extern int acl_type(acl_t *);
142 extern acl_t *acl_to_aclp(enum acl_type, void *, int);
H A Dacl.y92 if ($$->acl_type == ACLENT_T) {
127 if ($$->acl_type == ACE_T) {
H A Dmapfile-vers89 acl_type;
H A Dacltext.c55 extern acl_t *acl_alloc(enum acl_type);
976 switch (aclp->acl_type) { in acl_totext()
1117 switch (aclp->acl_type) { in acl_printacl()
H A Daclcheck.c367 switch (aclp->acl_type) { in acl_check()
/titanic_50/usr/src/uts/common/sys/
H A Dacl_impl.h44 typedef enum acl_type { enum
50 acl_type_t acl_type; /* style of acl */ member
/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dacl_api.c63 acl_t *acl_alloc(enum acl_type);
282 if (acl && acl->acl_type != ACE_T) in smbfs_acl_set()
/titanic_50/usr/src/common/acl/
H A Dacl_common.c266 acl_alloc(enum acl_type type) in acl_alloc()
278 aclp->acl_type = ACE_T; in acl_alloc()
282 aclp->acl_type = ACLENT_T; in acl_alloc()
1514 if ((target_flavor == _ACL_ACE_ENABLED && aclp->acl_type == ACE_T) || in acl_translate()
1516 aclp->acl_type == ACLENT_T)) in acl_translate()
1525 aclp->acl_type == ACLENT_T) { in acl_translate()
1532 aclp->acl_type == ACE_T) { in acl_translate()
1549 aclp->acl_type = ACE_T; in acl_translate()
1552 aclp->acl_type = ACLENT_T; in acl_translate()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c851 smb_fsacl_from_vsa(vsecattr_t *vsecattr, acl_type_t acl_type) in smb_fsacl_from_vsa() argument
860 acl_info = acl_alloc(acl_type); in smb_fsacl_from_vsa()
866 switch (acl_type) { in smb_fsacl_from_vsa()
935 switch (acl_info->acl_type) { in smb_fsacl_to_vsa()
H A Dsmb_vops.c1195 smb_vop_acl_read(vnode_t *vp, acl_t **aclp, int flags, acl_type_t acl_type, in smb_vop_acl_read() argument
1207 switch (acl_type) { in smb_vop_acl_read()
1224 *aclp = smb_fsacl_from_vsa(&vsecattr, acl_type); in smb_vop_acl_read()
/titanic_50/usr/src/cmd/fs.d/smbclnt/chacl/
H A Dchacl.c132 if (acl->acl_type != ACE_T) { in main()
/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_acl.c49 acl_t *acl_alloc(enum acl_type);
/titanic_50/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c912 if (acl_info->acl_type != ACE_T || in smbfs_acl_sd2zfs()
1464 if (acl_info->acl_type != ACE_T || in smbfs_acl_zfs2sd()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1886 if (aclp && (acl_type(aclp) != ACLENT_T) && (acl_aclflag == 0)) { in sendacl()
1895 acltype = (acl_type(aclp) != ACLENT_T) ? 'Z' : 'A'; in sendacl()
/titanic_50/usr/src/cmd/ls/
H A Dls.c2030 if (acl_type(rep->aclp) == ACLENT_T) { in gstat()
2082 } else if (acl_type(rep->aclp) == ACE_T) { in gstat()
/titanic_50/usr/src/cmd/find/
H A Dfind.c1107 if (acl->acl_type == ACLENT_T) {
/titanic_50/usr/src/cmd/cpio/
H A Dcpio.c8045 switch (acl_type(aclp)) { in append_secattr()
8061 attr->attr_type = (acl_type(aclp) == ACLENT_T) ? in append_secattr()
/titanic_50/usr/src/cmd/tar/
H A Dtar.c8146 ACL_SID_FMT), (acl_type(aclp) == ACLENT_T) ? in put_extra_attributes()