Home
last modified time | relevance | path

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

/freebsd/lib/libc/posix1e/
H A Dacl_extended_file_np.c66 int retval, istrivial, acltype = ACL_TYPE_ACCESS; in _acl_extended_file() local
70 acltype = ACL_TYPE_NFS4; in _acl_extended_file()
72 acl = acl_get(path_p, acltype); in _acl_extended_file()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh75 compression lzjb acltype off
76 acltype posix acltype nfsv4
118 compression zstd-fast-$((RANDOM%9 + 1)) acltype off
119 acltype posix acltype nfsv4
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_acls.c462 int acltype, r; in DEFINE_TEST()
465 acltype = setTestAcl("f"); in DEFINE_TEST()
466 if (acltype == 0) { in DEFINE_TEST()
481 clear_inheritance_flags("acls_acls", acltype); in DEFINE_TEST()
489 clear_inheritance_flags("acls_noacls", acltype); in DEFINE_TEST()
497 clear_inheritance_flags("noacls_acls", acltype); in DEFINE_TEST()
505 clear_inheritance_flags("noacls_noacls", acltype); in DEFINE_TEST()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/
H A Dsetup.ksh41 log_must zfs set acltype=off $TESTPOOL/$TESTFS
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/posix/
H A Dsetup.ksh49 log_must zfs set acltype=posix $TESTPOOL/$TESTFS
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/posix-sa/
H A Dsetup.ksh49 log_must zfs set acltype=posix $TESTPOOL/$TESTFS
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh58 typeset zfs_props_os=(zoned acltype)
H A Dzfs_get_008_pos.ksh62 set -A props ${props[*]} zoned acltype
H A Dzfs_get_009_pos.ksh64 set -A all_props ${all_props[*]} zoned acltype
H A Dzfs_get_005_neg.ksh56 typeset v_props_os=(zoned acltype)
H A Dzfs_get_001_pos.ksh71 typeset zfs_props_os=(zoned acltype)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg34 acltype atime \
59 acltype atime \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh103 rand_set_prop $fs acltype "off" "posix" "nfsv4" "noacl" "posixacl"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp31 props['acltype'] = {{'off', 'default'}, {'off', 'default'}}
/freebsd/lib/libsysdecode/
H A Dflags.c235 return (lookup_value(acltype, type)); in sysdecode_acltype()