Home
last modified time | relevance | path

Searched refs:aclinherit (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh84 aclinherit discard aclinherit noallow
85 aclinherit secure aclinherit passthrough
112 aclinherit discard aclinherit noallow
113 aclinherit secure aclinherit passthrough
140 aclinherit discard aclinherit noallow
141 aclinherit secure aclinherit passthrough
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_010_pos.ksh84 aclinherit true false \
123 aclinherit true false \
155 aclinherit true false \
H A Dzfs_allow_012_neg.ksh68 aclmode aclinherit rollback clone rename promote dnodesize \
74 aclmode aclinherit rollback clone rename promote dnodesize \
H A Ddelegate_common.kshlib266 aclinherit)
1199 user_run $user zfs set aclinherit=${modes[$n]} $fs
1201 typeset newval=$(get_prop aclinherit $fs)
1204 elif [[ ${modes[$n]} != $(get_prop aclinherit $fs) ]]; then
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh53 snapdir aclinherit canmount primarycache secondarycache version \
H A Dzfs_get_008_pos.ksh56 aclinherit canmount primarycache secondarycache \
H A Dzfs_get_009_pos.ksh58 snapdir aclinherit canmount primarycache secondarycache \
H A Dzfs_get_001_pos.ksh62 snapdir aclinherit canmount primarycache secondarycache version \
H A Dzfs_get_005_neg.ksh51 aclinherit canmount primarycache secondarycache \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh117 rand_set_prop $fs aclinherit "discard" "noallow" "secure" "passthrough"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp35 props['aclinherit'] = {{'restricted','default'}, {nil, nil}}
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1493 uint_t aclinherit; in zfs_acl_inherit() local
1500 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()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1661 uint_t aclinherit; in zfs_acl_inherit() local
1668 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()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg86 aclinherit aclmode atime \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib656 log_must zfs set aclinherit=secure $fs