| /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 | 76 compression lzjb acltype off 77 acltype posix acltype nfsv4 119 compression zstd-fast-$((RANDOM%9 + 1)) acltype off 120 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 | 42 log_must zfs set acltype=off $TESTPOOL/$TESTFS
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/posix/ |
| H A D | setup.ksh | 50 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 | 50 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 | 35 acltype atime \ 60 acltype atime \
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/ |
| H A D | zfs_get_002_pos.ksh | 59 typeset zfs_props_os=(zoned acltype)
|
| H A D | zfs_get_009_pos.ksh | 65 set -A all_props ${all_props[*]} zoned acltype
|
| H A D | zfs_get_008_pos.ksh | 63 set -A props ${props[*]} zoned acltype
|
| H A D | zfs_get_005_neg.ksh | 57 typeset v_props_os=(zoned acltype)
|
| H A D | zfs_get_001_pos.ksh | 72 typeset zfs_props_os=(zoned acltype)
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | rsend_012_pos.ksh | 104 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 | 32 props['acltype'] = {{'off', 'default'}, {'off', 'default'}}
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonacl.c | 602 acl_type_t acltype) in nfsrv_buildposixacl() argument
|
| H A D | nfs_commonsubs.c | 1212 nfsrv_skipace(struct nfsrv_descript *nd, acl_type_t acltype, int *acesizep) in nfsrv_skipace() argument 1217 if (acltype == ACL_TYPE_NFS4) { in nfsrv_skipace()
|
| /freebsd/lib/libsysdecode/ |
| H A D | flags.c | 236 return (lookup_value(acltype, type)); in sysdecode_acltype()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 5415 nfsrpc_getacl(struct vnode *vp, acl_type_t acltype, struct ucred *cred, in nfsrpc_getacl() argument 5428 acltype == ACL_TYPE_NFS4) in nfsrpc_getacl() 5434 (acltype == ACL_TYPE_ACCESS || acltype == ACL_TYPE_DEFAULT)) in nfsrpc_getacl() 5438 if (acltype == ACL_TYPE_NFS4) in nfsrpc_getacl() 5440 else if (acltype == ACL_TYPE_ACCESS) in nfsrpc_getacl() 5462 nfsrpc_setacl(struct vnode *vp, acl_type_t acltype, struct ucred *cred, in nfsrpc_setacl() argument 5473 acltype == ACL_TYPE_NFS4) in nfsrpc_setacl() 5479 (acltype == ACL_TYPE_ACCESS || acltype == ACL_TYPE_DEFAULT)) in nfsrpc_setacl() 5481 error = nfsrpc_setattr(vp, NULL, aclp, acltype, cred, p, NULL, NULL); in nfsrpc_setacl()
|