Searched refs:acl_type (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dacl_impl.h44 typedef enum acl_type { enum
50 zfs_acl_type_t acl_type; /* style of acl */ member in struct:acl_info
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dacl_impl.h42 typedef enum acl_type { enum
48 zfs_acl_type_t acl_type; /* style of acl */ member in struct:acl_info
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dacl_impl.h42 typedef enum acl_type { enum
48 acl_type_t acl_type; /* style of acl */ member in struct:acl_info
/freebsd-current/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_002_pos.ksh115 function cal_bits #bits acl_access acl_type
119 typeset acl_type=$3
126 if [[ $acl_type == "allow" ]]; then
128 elif [[ $acl_type == "deny" ]]; then
152 typeset acl_type=$5
159 u_bits=$(cal_bits $u_bits $acl_access $acl_type)
162 g_bits=$(cal_bits $g_bits $acl_access $acl_type)
165 o_bits=$(cal_bits $o_bits $acl_access $acl_type)
183 typeset init_mask acl_flag acl_access acl_type
197 acl_type
[all...]
H A Dzfs_acl_chmod_compact_001_pos.ksh125 # acl_inherit_object acl_inherit_strategy acl_type
131 typeset acl_type=$5
160 tmp_ace=${tmp_ace}---:${acl_type}
162 tmp_ace=${tmp_ace}--:${acl_type}
172 # acl_inherit_object acl_inherit_strategy acl_type
179 typeset acl_type=$6
182 "$acl_inherit_object" "$acl_inherit_strategy" "$acl_type")
195 typeset acl_flag acl_access acl_inherit_object acl_inherit_strategy acl_type
207 acl_type=$(form_random_str a_type 1)
218 acl_spec=${acl_spec}:${acl_type}
[all...]
/freebsd-current/bin/setfacl/
H A Dsetfacl.c68 static acl_type_t acl_type = ACL_TYPE_ACCESS; variable
197 if (acl_type == ACL_TYPE_DEFAULT && file->fts_info != FTS_D) {
211 if (acl_type == ACL_TYPE_DEFAULT) {
216 acl_type = ACL_TYPE_NFS4;
218 if (acl_type == ACL_TYPE_NFS4)
219 acl_type = ACL_TYPE_ACCESS;
226 acl = acl_get_file(file->fts_accpath, acl_type);
228 acl = acl_get_link_np(file->fts_accpath, acl_type);
243 acl_type == ACL_TYPE_NFS4)
250 acl_type
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c112 acl_entry_type_t acl_type; local
219 // XXX acl_type maps to allow/deny/audit/YYYY bits
227 if (acl_get_entry_type_np(acl_entry, &acl_type) != 0) {
232 switch (acl_type) {
325 int acl_type = 0; local
351 acl_type = ACL_TYPE_ACCESS;
354 acl_type = ACL_TYPE_DEFAULT;
358 acl_type = ACL_TYPE_NFS4;
367 if (acl_type == ACL_TYPE_DEFAULT && !S_ISDIR(mode)) {
535 if (acl_set_fd_np(fd, acl, acl_type)
[all...]
H A Darchive_read_support_format_tar.c963 int err, acl_type; local
1008 acl_type = ARCHIVE_ENTRY_ACL_TYPE_ACCESS;
1012 acl_type = ARCHIVE_ENTRY_ACL_TYPE_NFS4;
1043 tar->localname.s, acl_type, tar->sconv_acl);
/freebsd-current/bin/cp/
H A Dutils.c393 acl_type_t acl_type; local
399 acl_type = ACL_TYPE_NFS4;
408 acl_type = ACL_TYPE_ACCESS;
418 acl = acl_get_fd_np(source_fd, acl_type);
432 if (acl_set_fd_np(dest_fd, acl, acl_type) < 0) {
448 acl_type_t acl_type; local
454 acl_type = ACL_TYPE_NFS4;
463 acl_type = ACL_TYPE_ACCESS;
483 if (acl_type == ACL_TYPE_ACCESS) {
505 acl = aclgetf(source_dir, acl_type);
[all...]
/freebsd-current/bin/mv/
H A Dmv.c445 acl_type_t acl_type; local
451 acl_type = ACL_TYPE_NFS4;
461 acl_type = ACL_TYPE_ACCESS;
471 acl = acl_get_fd_np(source_fd, acl_type);
485 if (acl_set_fd_np(dest_fd, acl, acl_type) < 0) {
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c232 acl_alloc(enum acl_type type)
244 aclp->acl_type = ACE_T;
248 aclp->acl_type = ACLENT_T;
1480 if ((target_flavor == _ACL_ACE_ENABLED && aclp->acl_type == ACE_T) ||
1482 aclp->acl_type == ACLENT_T))
1491 aclp->acl_type == ACLENT_T) {
1498 aclp->acl_type == ACE_T) {
1515 aclp->acl_type = ACE_T;
1518 aclp->acl_type = ACLENT_T;
/freebsd-current/usr.bin/find/
H A Dfunction.c370 acl_type_t acl_type; local
378 acl_type = ACL_TYPE_NFS4;
387 acl_type = ACL_TYPE_ACCESS;
396 facl = acl_get_file(entry->fts_accpath, acl_type);

Completed in 177 milliseconds