Home
last modified time | relevance | path

Searched refs:ACL_TYPE_NFS4 (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/bin/setfacl/
H A Dsetfacl.c216 acl_type = ACL_TYPE_NFS4; in handle_file()
218 if (acl_type == ACL_TYPE_NFS4) in handle_file()
243 acl_type == ACL_TYPE_NFS4) in handle_file()
250 acl_type == ACL_TYPE_NFS4) in handle_file()
271 if (acl_type == ACL_TYPE_NFS4) { in handle_file()
326 } else if (acl_type != ACL_TYPE_NFS4 && need_mask && in handle_file()
/freebsd/lib/libc/posix1e/
H A Dacl_branding.c122 if (type == ACL_TYPE_NFS4) in _acl_type_not_valid_for_acl()
143 case ACL_TYPE_NFS4: in _acl_brand_from_type()
H A Dacl_extended_file_np.c70 acltype = ACL_TYPE_NFS4; in _acl_extended_file()
H A Dacl_get.c106 return (acl_get_fd_np(fd, ACL_TYPE_NFS4)); in acl_get_fd()
H A Dacl_set.c99 return (acl_set_fd_np(fd, acl, ACL_TYPE_NFS4)); in acl_set_fd()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c358 acl_type = ACL_TYPE_NFS4; in set_acl()
595 acl = acl_get_fd_np(*fd, ACL_TYPE_NFS4); in archive_read_disk_entry_setup_acls()
597 acl = acl_get_link_np(accpath, ACL_TYPE_NFS4); in archive_read_disk_entry_setup_acls()
599 acl = acl_get_file(accpath, ACL_TYPE_NFS4); in archive_read_disk_entry_setup_acls()
/freebsd/sys/fs/ext2fs/
H A Dext2_acl.c285 if (ap->a_type == ACL_TYPE_NFS4) in ext2_getacl()
482 if (ap->a_type == ACL_TYPE_NFS4) in ext2_setacl()
499 if (ap->a_type == ACL_TYPE_NFS4) in ext2_aclcheck()
/freebsd/sys/ufs/ufs/
H A Dufs_acl.c361 if (ap->a_type == ACL_TYPE_NFS4) in ufs_getacl()
605 if (ap->a_type == ACL_TYPE_NFS4) in ufs_setacl()
674 if (ap->a_type == ACL_TYPE_NFS4) in ufs_aclcheck()
H A Dufs_vnops.c424 type = ACL_TYPE_NFS4; in ufs_accessx()
429 if (type == ACL_TYPE_NFS4) in ufs_accessx()
435 if (type == ACL_TYPE_NFS4) { in ufs_accessx()
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_acls.c386 acl_a = acl_get_file(path_a, ACL_TYPE_NFS4); in compare_acls()
398 acl_b = acl_get_file(path_b, ACL_TYPE_NFS4); in compare_acls()
/freebsd/bin/cp/
H A Dutils.c399 acl_type = ACL_TYPE_NFS4; in preserve_fd_acls()
454 acl_type = ACL_TYPE_NFS4; in preserve_dir_acls()
/freebsd/bin/getfacl/
H A Dgetfacl.c110 type = ACL_TYPE_NFS4; in print_acl()
/freebsd/usr.bin/find/
H A Doption.c61 #ifdef ACL_TYPE_NFS4
H A Dfunction.c360 #ifdef ACL_TYPE_NFS4
378 acl_type = ACL_TYPE_NFS4; in f_acl()
/freebsd/contrib/pjdfstest/
H A Dconfigure.ac79 AC_CHECK_DECL([ACL_TYPE_NFS4],
H A Dpjdfstest.c1119 acl = acl_get_file(STR(0), ACL_TYPE_NFS4); in call_syscall()
1137 rval = acl_set_file(STR(0), ACL_TYPE_NFS4, acl); in call_syscall()
1140 acl = acl_get_file(STR(0), ACL_TYPE_NFS4); in call_syscall()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_nfs4.c941 acl = acl_get_file("testall", ACL_TYPE_NFS4); in DEFINE_TEST()
983 acl = acl_get_file(buff, ACL_TYPE_NFS4); in DEFINE_TEST()
1019 acl = acl_get_file("dirall", ACL_TYPE_NFS4); in DEFINE_TEST()
/freebsd/bin/mv/
H A Dmv.c451 acl_type = ACL_TYPE_NFS4; in preserve_fd_acls()
/freebsd/sys/sys/
H A Dacl.h188 #define ACL_TYPE_NFS4 0x00000004 macro
/freebsd/bin/ls/
H A Dprint.c801 type = ACL_TYPE_NFS4; in aclmode()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c794 if (ap->a_type != ACL_TYPE_NFS4) in zfsctl_common_getacl()
H A Dzfs_vnops_os.c6053 if (ap->a_type != ACL_TYPE_NFS4) in zfs_freebsd_getacl()
6087 if (ap->a_type != ACL_TYPE_NFS4) in zfs_freebsd_setacl()
/freebsd/contrib/lib9p/backend/
H A Dfs.c80 #define ACL_TYPE_NFS4 ACL_TYPE_EXTENDED macro
771 sysacl = acl_get_fd_np(fd, ACL_TYPE_NFS4); in look_for_nfsv4_acl()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c3549 if (ap->a_type != ACL_TYPE_NFS4) in nfs_getacl()
3564 if (ap->a_type != ACL_TYPE_NFS4) in nfs_setacl()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c3017 r = acl_set_file(path, ACL_TYPE_NFS4, acl); in setTestAcl()

12