Searched refs:inherit (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-current/contrib/llvm-project/lld/docs/llvm-theme/
H A Dtheme.conf2 inherit = basic
/freebsd-current/tests/sys/cddl/zfs/tests/inheritance/
H A Dinheritance_test.sh37 . $(atf_get_srcdir)/inherit.kshlib
38 . $(atf_get_srcdir)/inherit.cfg
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/atime/
H A Datime_common.kshlib90 zfs inherit atime $TESTPOOL
91 zfs inherit atime $TESTPOOL/$TESTFS
92 zfs inherit atime $TESTPOOL/$TESTCLONE
93 zfs inherit relatime $TESTPOOL
94 zfs inherit relatime $TESTPOOL/$TESTFS
95 zfs inherit relatime $TESTPOOL/$TESTCLONE
/freebsd-current/usr.bin/protect/
H A Dprotect.c75 bool descend, inherit, idset; local
80 descend = inherit = idset = false;
90 inherit = true;
111 if (inherit)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_diffprops_all.ksh77 log_must zfs inherit checksum $TESTSRCFS
78 log_must zfs inherit compress $TESTSRCFS
79 log_must zfs inherit copies $TESTSRCFS
80 log_must zfs inherit recordsize $TESTSRCFS
81 log_must zfs inherit checksum $TESTDSTFS
82 log_must zfs inherit compress $TESTDSTFS
83 log_must zfs inherit copies $TESTDSTFS
84 log_must zfs inherit recordsize $TESTDSTFS
H A Dbclone_diffprops_compress.ksh56 log_must zfs inherit compress $TESTSRCFS
57 log_must zfs inherit compress $TESTDSTFS
H A Dbclone_diffprops_checksum.ksh59 log_must zfs inherit checksum $TESTSRCFS
60 log_must zfs inherit checksum $TESTDSTFS
H A Dbclone_diffprops_copies.ksh56 log_must zfs inherit copies $TESTSRCFS
57 log_must zfs inherit copies $TESTDSTFS
H A Dbclone_diffprops_recordsize.ksh62 log_must zfs inherit recordsize $TESTSRCFS
63 log_must zfs inherit recordsize $TESTDSTFS
H A Dbclone_prop_sync.ksh63 log_must zfs inherit sync $TESTSRCFS
64 log_must zfs inherit sync $TESTDSTFS
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_inherit_001_neg.ksh38 # zfs inherit returns an error when run as a user
42 # 1. Verify that we can't inherit a property when running as a user
46 log_assert "zfs inherit returns an error when run as a user"
47 log_mustnot zfs inherit snapdir $TESTPOOL/$TESTFS/$TESTFS2
56 log_pass "zfs inherit returns an error when run as a user"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.inherit.ksh30 err = zfs.sync.inherit(fs, prop)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_inherit/
H A Dzfs_inherit_001_neg.ksh36 # 'zfs inherit' should return an error when attempting to inherit
41 # 2. For each property in the array, execute 'zfs inherit'
53 log_assert "'zfs inherit' should return an error when attempting to inherit" \
62 log_mustnot zfs inherit ${prop[i]} $obj
74 log_pass "'zfs inherit' failed as expected when attempting to inherit" \
H A Dzfs_inherit_mountpoint.ksh25 # zfs inherit should inherit mountpoint on mountpoint=none children
53 log_must zfs inherit mountpoint $TESTPOOL/inherit_test
/freebsd-current/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_003_pos.ksh94 # Define inherit flag
128 # Define the nodes which will be affected by inherit.
130 typeset inherit=$1
139 # isinherit: indicate if the current target is in the inherit list.
140 # step: indicate if the ACE be split during inherit.
185 # inherit all inheritable ACL entries without any
195 # only inherit inheritable ACE that specify "deny" permissions
198 # will not inherit any ACL entries
201 case $inherit in
249 # then clear all inherit flag
[all...]
H A Dzfs_acl_chmod_inherit_002_pos.ksh94 # Define inherit flag
127 # Define the nodes which will be affected by inherit.
129 typeset inherit=$1
138 # isinherit: indicate if the current target is in the inherit list.
139 # step: indicate if the ACE be split during inherit.
184 # inherit all inheritable ACL entries without any
194 # only inherit inheritable ACE that specify "deny" permissions
197 # will not inherit any ACL entries
200 case $inherit in
238 # then clear all inherit flag
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_inherit/
H A Dzfs_inherit_001_neg.ksh36 # 'zfs inherit' should return an error when attempting to inherit
41 # 2. For each property in the array, execute 'zfs inherit'
69 log_assert "'zfs inherit' should return an error when attempting to inherit" \
78 log_mustnot $ZFS inherit ${prop[i]} $obj
90 log_pass "'zfs inherit' failed as expected when attempting to inherit" \
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_snapdev.ksh48 log_must zfs inherit snapdev $TESTPOOL
104 log_must zfs inherit snapdev $ZVOL
114 log_must zfs inherit snapdev $SUBZVOL
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_003_pos.ksh58 log_must zfs inherit -r sharenfs ${fs[((i + 1))]}
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_014_pos.ksh58 zfs inherit compression $TESTPOOL
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_share/
H A Dzfs_share_003_pos.ksh67 log_must $ZFS inherit -r sharenfs ${fs[((i + 1))]}
/freebsd-current/usr.bin/ktrace/
H A Dktrace.c60 int append, ch, fd, inherit, ops, trpoints; local
65 append = ops = inherit = 0;
90 inherit = 1;
118 if (inherit)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_011_pos.ksh36 # Changes made by 'zfs inherit' can be properly received.
54 log_assert "Verify changes made by 'zfs inherit' can be properly received."
70 log_must zfs inherit $prop $ds
75 log_must zfs inherit $prop $POOL/$FS/vol
114 log_pass "Changes made by 'zfs inherit' can be properly received."
/freebsd-current/tests/sys/cddl/zfs/tests/rsend/
H A Drsend_011_pos.ksh36 # Changes made by 'zfs inherit' can be properly received.
64 log_assert "Verify changes made by 'zfs inherit' can be properly received."
80 $ZFS inherit $prop $ds
82 log_fail "$ZFS inherit $prop $ds"
88 $ZFS inherit $prop $POOL/$FS/vol
90 log_fail "$ZFS inherit $prop $POOL/$FS/vol"
132 log_pass "Changes made by 'zfs inherit' can be properly received."
/freebsd-current/tests/sys/cddl/zfs/tests/grow_replicas/
H A Dgrow_replicas_001_pos.ksh90 log_must $ZFS inherit compression $TESTPOOL/$TESTFS

Completed in 244 milliseconds

123