Home
last modified time | relevance | path

Searched defs:aclp (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/lib/libc/posix1e/
H A Dacl_strip.c46 _nfs4_acl_strip_np(const acl_t aclp, int canonical_six) in _nfs4_acl_strip_np()
66 _posix1e_acl_strip_np(const acl_t aclp, int recalculate_mask) in _posix1e_acl_strip_np()
134 acl_strip_np(const acl_t aclp, int recalculate_mask) in acl_strip_np()
157 acl_is_trivial_np(const acl_t aclp, int *trivialp) in acl_is_trivial_np()
H A Dacl_get.c59 acl_t aclp; in acl_get_file() local
82 acl_t aclp; in acl_get_link_np() local
114 acl_t aclp; in acl_get_fd_np() local
H A Dacl_branding.c50 acl_t aclp; in entry2acl() local
H A Dacl_from_text.c81 _posix1e_acl_entry_from_text(acl_t aclp, char *entry) in _posix1e_acl_entry_from_text()
H A Dacl_from_text_nfs4.c200 _nfs4_acl_entry_from_text(acl_t aclp, char *str) in _nfs4_acl_entry_from_text()
H A Dacl_to_text_nfs4.c229 _nfs4_acl_to_text_np(const acl_t aclp, ssize_t *len_p, int flags) in _nfs4_acl_to_text_np()
/freebsd/sys/kern/
H A Dsubr_acl_nfs4.c109 _acl_denies(const struct acl *aclp, int access_mask, struct ucred *cred, in _acl_denies()
172 struct acl *aclp, accmode_t accmode, struct ucred *cred) in vaccess_acl_nfs4()
321 _acl_append(struct acl *aclp, acl_tag_t tag, acl_perm_t perm, in _acl_append()
342 _acl_duplicate_entry(struct acl *aclp, unsigned entry_index) in _acl_duplicate_entry()
358 acl_nfs4_sync_acl_from_mode_draft(struct acl *aclp, mode_t mode, in acl_nfs4_sync_acl_from_mode_draft()
705 acl_nfs4_sync_acl_from_mode(struct acl *aclp, mode_t mode, in acl_nfs4_sync_acl_from_mode()
717 acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp) in acl_nfs4_sync_mode_from_acl()
1128 struct acl *aclp, mode_t mode, int file_owner_id, int is_directory) in acl_nfs4_compute_inherited_acl_psarc()
1207 acl_nfs4_trivial_from_mode(struct acl *aclp, mode_t mode) in acl_nfs4_trivial_from_mode()
1261 acl_nfs4_is_trivial(const struct acl *aclp, int file_owner_id) in acl_nfs4_is_trivial()
[all …]
H A Dvfs_acl.c225 const struct acl *aclp) in vacl_set_acl()
263 struct acl *aclp) in vacl_get_acl()
326 const struct acl *aclp) in vacl_aclcheck()
371 struct acl *aclp, int follow) in kern___acl_get_path()
410 acl_type_t type, const struct acl *aclp, int follow) in kern___acl_set_path()
545 struct acl *aclp, int follow) in kern___acl_aclcheck_path()
582 struct acl *aclp; in acl_alloc() local
594 acl_free(struct acl *aclp) in acl_free()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c456 zfs_acl_t *aclp; in zfs_acl_alloc() local
505 zfs_acl_free(zfs_acl_t *aclp) in zfs_acl_free()
637 zfs_acl_t *aclp = datap; in zfs_ace_walk() local
1056 zfs_acl_t *aclp; in zfs_acl_node_read() local
1143 zfs_acl_t *aclp; in zfs_acl_chown_setattr() local
1322 zfs_acl_t *aclp) in zfs_acl_chmod()
1490 zfs_acl_t *aclp = NULL; in zfs_acl_inherit() local
1778 zfs_acl_t *aclp; in zfs_getacl() local
1878 zfs_acl_t *aclp; in zfs_vsec_2_aclp() local
1940 zfs_acl_t *aclp; in zfs_setacl() local
[all …]
H A Dzfs_vnops_os.c2192 zfs_acl_t *aclp; in zfs_setattr() local
6011 struct acl *aclp; member
6043 struct acl *aclp; member
6096 struct acl *aclp; member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c454 zfs_acl_t *aclp; in zfs_acl_alloc() local
503 zfs_acl_free(zfs_acl_t *aclp) in zfs_acl_free()
635 zfs_acl_t *aclp = datap; in zfs_ace_walk() local
1074 zfs_acl_t *aclp; in zfs_acl_node_read() local
1173 zfs_acl_t *aclp; in zfs_acl_chown_setattr() local
1507 zfs_acl_t *aclp) in zfs_acl_chmod()
1673 zfs_acl_t *aclp = NULL; in zfs_acl_inherit() local
1969 zfs_acl_t *aclp; in zfs_getacl() local
2068 zfs_acl_t *aclp; in zfs_vsec_2_aclp() local
2130 zfs_acl_t *aclp; in zfs_setacl() local
[all …]
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_acl.c101 acl_from_aces(struct acl *aclp, const ace_t *aces, int nentries) in acl_from_aces()
171 aces_from_acl(ace_t *aces, int *nentries, const struct acl *aclp) in aces_from_acl()
H A Dacl_common.c234 acl_t *aclp; in acl_alloc() local
262 acl_free(acl_t *aclp) in acl_free()
648 aclent_t *aclp; in convert_aent_to_ace() local
1470 acl_translate(acl_t *aclp, int target_flavor, boolean_t isdir, uid_t owner, in acl_translate()
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c100 acl_from_aces(struct acl *aclp, const ace_t *aces, int nentries) in acl_from_aces()
170 aces_from_acl(ace_t *aces, int *nentries, const struct acl *aclp) in aces_from_acl()
/freebsd/sys/ufs/ufs/
H A Dufs_acl.c155 ufs_getacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct thread *td) in ufs_getacl_nfs4_internal()
374 ufs_setacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct thread *td) in ufs_setacl_nfs4_internal()
H A Dufs_vnops.c809 struct acl *aclp; in ufs_update_nfs4_acl_after_mode_change() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c221 void *aclp, int aclcnt,
H A Dtest_acl_platform_nfs4.c684 void *aclp, in compare_acls()
/freebsd/sys/fs/nfs/
H A Dnfs_commonacl.c394 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, __enum_uint8(vtype) type, in nfsrv_buildacl()
H A Dnfs_commonsubs.c1115 nfsrv_dissectacl(struct nfsrv_descript *nd, NFSACL_T *aclp, bool server, in nfsrv_dissectacl()
1279 struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp, in nfsv4_loadattr()
2569 NFSACL_T *aclp, *naclp = NULL; in nfsv4_fillattr() local
/freebsd/bin/cp/
H A Dutils.c443 struct acl *aclp; in preserve_dir_acls() local
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1848 NFSACL_T *aclp, nfsattrbit_t *attrbitp, struct ucred *cred, bool done_namei, in nfsvno_open()
2880 nfsattrbit_t *attrbitp, NFSACL_T *aclp, struct thread *p) in nfsrv_sattr()
2974 nfsattrbit_t *attrbitp, NFSACL_T *aclp, struct thread *p) in nfsv4_sattr()
4809 nfsrv_dssetacl(struct vnode *vp, struct acl *aclp, struct ucred *cred, in nfsrv_dssetacl()
4822 struct mbuf **mpp2, struct nfsvattr *nap, struct acl *aclp, in nfsrv_proxyds()
6130 struct vnode *vp, struct nfsmount *nmp, struct acl *aclp) in nfsrv_setacldsdorpc()
6184 struct acl *aclp; member
6204 struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt, struct acl *aclp, in nfsrv_setacldsrpc()
6576 nfsrv_setacl(struct vnode *vp, NFSACL_T *aclp, struct ucred *cred, NFSPROC_T *p) in nfsrv_setacl()
H A Dnfs_nfsdserv.c375 NFSACL_T *aclp = NULL; in nfsrvd_setattr() local
1330 NFSACL_T *aclp = NULL; in nfsrvd_mknod() local
1969 NFSACL_T *aclp, NFSPROC_T *p, struct nfsexstuff *exp, char *pathcp, in nfsrvd_symlinksub()
2100 int *diraft_retp, nfsattrbit_t *attrbitp, NFSACL_T *aclp, in nfsrvd_mkdirsub()
2832 NFSACL_T *aclp = NULL; in nfsrvd_open() local
H A Dnfs_nfsdsubs.c1641 struct nfsvattr *nvap, NFSACL_T *aclp, NFSPROC_T *p, nfsattrbit_t *attrbitp, in nfsrv_fixattr()
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2761 #define __sanitizer_syscall_pre___acl_get_link(path, type, aclp) \ argument
2764 #define __sanitizer_syscall_post___acl_get_link(res, path, type, aclp) \ argument
2767 #define __sanitizer_syscall_pre___acl_set_link(path, type, aclp) \ argument
2770 #define __sanitizer_syscall_post___acl_set_link(res, path, type, aclp) \ argument
2779 #define __sanitizer_syscall_pre___acl_aclcheck_link(path, type, aclp) \ argument
2782 #define __sanitizer_syscall_post___acl_aclcheck_link(res, path, type, aclp) \ argument
2785 #define __sanitizer_syscall_pre___acl_get_file(path, type, aclp) \ argument
2788 #define __sanitizer_syscall_post___acl_get_file(res, path, type, aclp) \ argument
2791 #define __sanitizer_syscall_pre___acl_set_file(path, type, aclp) \ argument
2794 #define __sanitizer_syscall_post___acl_set_file(res, path, type, aclp) \ argument
[all …]

12