Searched refs:acltype (Results 1 – 15 of 15) sorted by relevance
/freebsd/lib/libc/posix1e/ |
H A D | acl_extended_file_np.c | 66 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 D | history_002_pos.ksh | 75 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 D | test_option_acls.c | 444 int acltype, r; in DEFINE_TEST() 447 acltype = setTestAcl("f"); in DEFINE_TEST() 448 if (acltype == 0) { in DEFINE_TEST() 463 clear_inheritance_flags("acls_acls", acltype); in DEFINE_TEST() 471 clear_inheritance_flags("acls_noacls", acltype); in DEFINE_TEST() 479 clear_inheritance_flags("noacls_acls", acltype); in DEFINE_TEST() 487 clear_inheritance_flags("noacls_noacls", acltype); in DEFINE_TEST()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/ |
H A D | setup.ksh | 41 log_must zfs set acltype=off $TESTPOOL/$TESTFS
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/posix/ |
H A D | setup.ksh | 49 log_must zfs set acltype=posix $TESTPOOL/$TESTFS
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/posix-sa/ |
H A D | setup.ksh | 49 log_must zfs set acltype=posix $TESTPOOL/$TESTFS
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | misc.cfg | 34 acltype atime \ 59 acltype atime \
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/ |
H A D | zfs_get_002_pos.ksh | 58 typeset zfs_props_os=(zoned acltype)
|
H A D | zfs_get_008_pos.ksh | 62 set -A props ${props[*]} zoned acltype
|
H A D | zfs_get_009_pos.ksh | 64 set -A all_props ${all_props[*]} zoned acltype
|
H A D | zfs_get_005_neg.ksh | 56 typeset v_props_os=(zoned acltype)
|
H A D | zfs_get_001_pos.ksh | 71 typeset zfs_props_os=(zoned acltype)
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | rsend_012_pos.ksh | 103 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 D | tst.get_index_props.zcp | 31 props['acltype'] = {{'off', 'default'}, {'off', 'default'}}
|
/freebsd/lib/libsysdecode/ |
H A D | flags.c | 235 return (lookup_value(acltype, type)); in sysdecode_acltype()
|