Home
last modified time | relevance | path

Searched refs:_ACL_ACLENT_ENABLED (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/common/fs/
H A Dfs_subr.c700 acl_styles &= (_ACL_ACLENT_ENABLED | _ACL_ACE_ENABLED); in fs_acl_nontrivial()
702 acl_styles = _ACL_ACLENT_ENABLED; in fs_acl_nontrivial()
712 if (acl_styles & _ACL_ACLENT_ENABLED) { in fs_acl_nontrivial()
713 acl_flavor = _ACL_ACLENT_ENABLED; in fs_acl_nontrivial()
735 if (acl_flavor & _ACL_ACLENT_ENABLED) { in fs_acl_nontrivial()
/titanic_44/usr/src/lib/libsec/common/
H A Daclutils.c125 ace_acl = _ACL_ACLENT_ENABLED; in cacl_get()
277 acl_flavor_target = _ACL_ACLENT_ENABLED; in cacl_set()
411 acl_flavor = _ACL_ACLENT_ENABLED; in acl_strip()
413 if (acl_flavor & _ACL_ACLENT_ENABLED) { in acl_strip()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c909 whichacl = _ACL_ACLENT_ENABLED; in rfs4_fattr4_acl()
912 if (!(whichacl & (_ACL_ACE_ENABLED | _ACL_ACLENT_ENABLED))) { in rfs4_fattr4_acl()
924 whichacl = _ACL_ACLENT_ENABLED; in rfs4_fattr4_acl()
929 else if (whichacl & _ACL_ACLENT_ENABLED) in rfs4_fattr4_acl()
1002 whichacl = _ACL_ACLENT_ENABLED; in rfs4_fattr4_acl()
1005 if (!(whichacl & (_ACL_ACLENT_ENABLED | _ACL_ACE_ENABLED))) { in rfs4_fattr4_acl()
1017 whichacl = _ACL_ACLENT_ENABLED; in rfs4_fattr4_acl()
1030 } else if (whichacl & _ACL_ACLENT_ENABLED) { in rfs4_fattr4_acl()
H A Dnfs_vnops.c4903 *valp = _ACL_ACLENT_ENABLED; in nfs_pathconf()
H A Dnfs3_vnops.c5770 *valp = _ACL_ACLENT_ENABLED; in nfs3_pathconf()
/titanic_44/usr/src/uts/common/sys/
H A Dunistd.h347 #define _ACL_ACLENT_ENABLED 0x1 macro
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1270 whichacl = _ACL_ACLENT_ENABLED; in smb_vop_acl_type()
1273 if (!(whichacl & (_ACL_ACE_ENABLED | _ACL_ACLENT_ENABLED))) { in smb_vop_acl_type()
1285 whichacl = _ACL_ACLENT_ENABLED; in smb_vop_acl_type()
1288 if (whichacl == _ACL_ACLENT_ENABLED) in smb_vop_acl_type()
H A Dsmb_fsops.c2061 target_flavor = _ACL_ACLENT_ENABLED; in smb_fsop_aclwrite()
/titanic_44/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c325 sdev_data->sdev_acl_flavor = _ACL_ACLENT_ENABLED; in sdev_mount()
H A Dsdev_vnops.c498 if ((SDEV_ACL_FLAVOR(vp) == _ACL_ACLENT_ENABLED && in sdev_getsecattr()
/titanic_44/usr/src/common/acl/
H A Dacl_common.c1515 (target_flavor == _ACL_ACLENT_ENABLED && in acl_translate()
1531 } else if (target_flavor == _ACL_ACLENT_ENABLED && in acl_translate()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c5889 *valp = _ACL_ACLENT_ENABLED; in ufs_l_pathconf()