Searched refs:aclinherit (Results 1 – 15 of 15) sorted by relevance
84 aclinherit discard aclinherit noallow85 aclinherit secure aclinherit passthrough112 aclinherit discard aclinherit noallow113 aclinherit secure aclinherit passthrough140 aclinherit discard aclinherit noallow141 aclinherit secure aclinherit passthrough
84 aclinherit true false \123 aclinherit true false \155 aclinherit true false \
68 aclmode aclinherit rollback clone rename promote dnodesize \74 aclmode aclinherit rollback clone rename promote dnodesize \
266 aclinherit)1199 user_run $user zfs set aclinherit=${modes[$n]} $fs1201 typeset newval=$(get_prop aclinherit $fs)1204 elif [[ ${modes[$n]} != $(get_prop aclinherit $fs) ]]; then
53 snapdir aclinherit canmount primarycache secondarycache version \
56 aclinherit canmount primarycache secondarycache \
58 snapdir aclinherit canmount primarycache secondarycache \
62 snapdir aclinherit canmount primarycache secondarycache version \
51 aclinherit canmount primarycache secondarycache \
117 rand_set_prop $fs aclinherit "discard" "noallow" "secure" "passthrough"
35 props['aclinherit'] = {{'restricted','default'}, {nil, nil}}
1493 uint_t aclinherit; in zfs_acl_inherit() local1500 aclinherit = zfsvfs->z_acl_inherit; in zfs_acl_inherit()1501 if (aclinherit == ZFS_ACL_DISCARD || vtype == VLNK) in zfs_acl_inherit()1516 if ((aclinherit == ZFS_ACL_NOALLOW && type == ALLOW) || in zfs_acl_inherit()1524 if ((aclinherit == ZFS_ACL_PASSTHROUGH || in zfs_acl_inherit()1525 aclinherit == ZFS_ACL_PASSTHROUGH_X) && in zfs_acl_inherit()1535 if (aclinherit == ZFS_ACL_PASSTHROUGH_X && type == ALLOW && in zfs_acl_inherit()1544 if (aclinherit == ZFS_ACL_RESTRICTED && type == ALLOW) { in zfs_acl_inherit()
1661 uint_t aclinherit; in zfs_acl_inherit() local1668 aclinherit = zfsvfs->z_acl_inherit; in zfs_acl_inherit()1669 if (aclinherit == ZFS_ACL_DISCARD || S_ISLNK(va_mode)) in zfs_acl_inherit()1684 if ((aclinherit == ZFS_ACL_NOALLOW && type == ALLOW) || in zfs_acl_inherit()1692 if ((aclinherit == ZFS_ACL_PASSTHROUGH || in zfs_acl_inherit()1693 aclinherit == ZFS_ACL_PASSTHROUGH_X) && in zfs_acl_inherit()1703 if (aclinherit == ZFS_ACL_PASSTHROUGH_X && type == ALLOW && in zfs_acl_inherit()1712 if (aclinherit == ZFS_ACL_RESTRICTED && type == ALLOW) { in zfs_acl_inherit()
86 aclinherit aclmode atime \
656 log_must zfs set aclinherit=secure $fs