Home
last modified time | relevance | path

Searched refs:acltype (Results 1 – 18 of 18) 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.ksh76 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 Dtest_option_acls.c444 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 Dsetup.ksh42 log_must zfs set acltype=off $TESTPOOL/$TESTFS
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/posix/
H A Dsetup.ksh50 log_must zfs set acltype=posix $TESTPOOL/$TESTFS
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/posix-sa/
H A Dsetup.ksh50 log_must zfs set acltype=posix $TESTPOOL/$TESTFS
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg35 acltype atime \
60 acltype atime \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh59 typeset zfs_props_os=(zoned acltype)
H A Dzfs_get_009_pos.ksh65 set -A all_props ${all_props[*]} zoned acltype
H A Dzfs_get_008_pos.ksh63 set -A props ${props[*]} zoned acltype
H A Dzfs_get_005_neg.ksh57 typeset v_props_os=(zoned acltype)
H A Dzfs_get_001_pos.ksh72 typeset zfs_props_os=(zoned acltype)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh104 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.zcp32 props['acltype'] = {{'off', 'default'}, {'off', 'default'}}
/freebsd/sys/fs/nfs/
H A Dnfs_commonacl.c602 acl_type_t acltype) in nfsrv_buildposixacl() argument
H A Dnfs_commonsubs.c1212 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 Dflags.c236 return (lookup_value(acltype, type)); in sysdecode_acltype()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5415 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()