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

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

Completed in 75 milliseconds