Home
last modified time | relevance | path

Searched refs:CHECK_ACL_ALLOWED (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_acl.h168 #define CHECK_ACL_ALLOWED(MODE) (((MODE) == IFDIR) || ((MODE) == IFREG) || \ macro
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c114 if (!CHECK_ACL_ALLOWED(ip->i_mode & IFMT)) in ufs_si_store()
443 if (!CHECK_ACL_ALLOWED(ip->i_mode & IFMT)) in ufs_si_load()
785 if (!CHECK_ACL_ALLOWED(ip->i_mode & IFMT)) in ufs_acl_set()
1327 if (!CHECK_ACL_ALLOWED(ip->i_mode & IFMT)) in ufs_si_inherit()
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c111 if (CHECK_ACL_ALLOWED(dp->di_mode & IFMT)) in acltypeok()