Searched defs:aclinherit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c1509 uint_t aclinherit; local
1513 aclinherit = zfsvfs->z_acl_inherit;
1514 if (aclinherit == ZFS_ACL_DISCARD || vtype == VLNK)
1529 if ((aclinherit == ZFS_ACL_NOALLOW && type == ALLOW) ||
1537 if (aclinherit == ZFS_ACL_PASSTHROUGH_X && type == ALLOW &&
1546 if (aclinherit == ZFS_ACL_RESTRICTED && type == ALLOW) {

Completed in 65 milliseconds