| /src/lib/libc/posix1e/ |
| H A D | acl_branding.c | 58 acl_t aclp; local in function:entry2acl
|
| H A D | acl_get.c | 65 acl_t aclp; local in function:acl_get_file 88 acl_t aclp; local in function:acl_get_link_np 120 acl_t aclp; local in function:acl_get_fd_np [all...] |
| H A D | acl_strip.c | 45 _nfs4_acl_strip_np(const acl_t aclp, int canonical_six) argument 65 _posix1e_acl_strip_np(const acl_t aclp, int recalculate_mask) argument 133 acl_strip_np(const acl_t aclp, int recalculate_mask) argument 156 acl_is_trivial_np(const acl_t aclp, in argument [all...] |
| H A D | acl_from_text.c | 84 _posix1e_acl_entry_from_text(acl_t aclp, char *entry) argument
|
| H A D | acl_from_text_nfs4.c | 209 _nfs4_acl_entry_from_text(acl_t aclp, char *str) argument
|
| H A D | acl_to_text_nfs4.c | 235 _nfs4_acl_to_text_np(const acl_t aclp, ssize_t *len_p, int flags) argument
|
| /src/sys/ufs/ufs/ |
| H A D | ufs_acl.c | 162 ufs_getacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct lwp *l) argument 381 ufs_setacl_nfs4_internal(struct vnode *vp, struct acl *aclp, argument 489 ufs_setacl_posix1e(struct vnode * vp,int type,struct acl * aclp,kauth_cred_t cred,struct lwp * l) argument [all...] |
| H A D | ufs_vnops.c | 684 struct acl *aclp; local in function:ufs_update_nfs4_acl_after_mode_change
|
| /src/sys/kern/ |
| H A D | subr_acl_nfs4.c | 92 _acl_append(struct acl *aclp, acl_tag_t tag, acl_perm_t perm, argument 131 acl_nfs4_sync_acl_from_mode(struct acl * aclp,mode_t mode,int file_owner_id) argument 140 __acl_nfs4_sync_mode_from_acl(mode_t * _mode,const struct acl * aclp) argument 384 acl_nfs4_compute_inherited_acl_psarc(const struct acl * parent_aclp,struct acl * aclp,mode_t mode,int file_owner_id,int is_directory) argument 460 acl_nfs4_trivial_from_mode(struct acl * aclp,mode_t mode) argument 474 __acl_nfs4_trivial_from_mode_libc(struct acl * aclp,int mode,int canonical_six) argument 512 acl_nfs4_is_trivial(const struct acl * aclp,int file_owner_id) argument 550 acl_nfs4_check(const struct acl * aclp,int is_directory) argument [all...] |
| H A D | vfs_acl.c | 214 vacl_set_acl(struct lwp * l,struct vnode * vp,acl_type_t type,const struct acl * aclp) argument 236 vacl_get_acl(struct lwp * l,struct vnode * vp,acl_type_t type,struct acl * aclp) argument 273 vacl_aclcheck(struct lwp * l,struct vnode * vp,acl_type_t type,const struct acl * aclp) argument 320 kern___acl_get_path(struct lwp * l,const char * path,acl_type_t type,struct acl * aclp,namei_simple_flags_t flags) argument 359 kern___acl_set_path(struct lwp * l,const char * path,acl_type_t type,const struct acl * aclp,namei_simple_flags_t flags) argument 491 kern___acl_aclcheck_path(struct lwp * l,const char * path,acl_type_t type,struct acl * aclp,namei_simple_flags_t flags) argument 528 struct acl *aclp; local in function:acl_alloc 540 acl_free(struct acl * aclp) argument [all...] |
| H A D | vnode_if.c | 2001 VOP_GETACL(struct vnode * vp,acl_type_t type,struct acl * aclp,kauth_cred_t cred) argument 2037 VOP_SETACL(struct vnode * vp,acl_type_t type,struct acl * aclp,kauth_cred_t cred) argument 2075 VOP_ACLCHECK(struct vnode * vp,acl_type_t type,struct acl * aclp,kauth_cred_t cred) argument
|
| /src/sys/fs/nfs/common/ |
| H A D | nfs_commonacl.c | 394 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, enum vtype type, argument 456 nfsrv_setacl(vnode_t vp, NFSACL_T *aclp, struct ucred *cred, argument
|
| H A D | nfs_commonsubs.c | 698 nfsrv_dissectacl(struct nfsrv_descript *nd, NFSACL_T *aclp, int *aclerrp, argument 810 nfsv4_loadattr(struct nfsrv_descript * nd,vnode_t vp,struct nfsvattr * nap,struct nfsfh ** nfhpp,fhandle_t * fhp,int fhsize,struct nfsv3_pathconf * pc,struct statfs * sbp,struct nfsstatfs * sfp,struct nfsfsinfo * fsp,NFSACL_T * aclp,int compare,int * retcmpp,u_int32_t * leasep,u_int32_t * rderrp,NFSPROC_T * p,struct ucred * cred) argument 2058 NFSACL_T *aclp, *naclp = NULL; local in function:nfsv4_fillattr [all...] |
| /src/bin/cp/ |
| H A D | utils.c | 473 struct acl *aclp; local in function:preserve_dir_acls
|
| /src/sys/miscfs/genfs/ |
| H A D | genfs_vnops.c | 1029 _acl_denies(const struct acl *aclp, int access_mask, kauth_cred_t cred, argument 1095 genfs_can_access_acl_nfs4(vnode_t * vp,kauth_cred_t cred,uid_t file_uid,gid_t file_gid,mode_t file_mode,struct acl * aclp,accmode_t accmode) argument
|
| /src/sys/rump/librump/rumpvfs/ |
| H A D | rumpvnode_if.c | 699 RUMP_VOP_GETACL(struct vnode * vp,acl_type_t type,struct acl * aclp,struct kauth_cred * cred) argument 714 RUMP_VOP_SETACL(struct vnode * vp,acl_type_t type,struct acl * aclp,struct kauth_cred * cred) argument 729 RUMP_VOP_ACLCHECK(struct vnode * vp,acl_type_t type,struct acl * aclp,struct kauth_cred * cred) argument
|
| /src/sys/fs/nfs/server/ |
| H A D | nfs_nfsdsubs.c | 1591 nfsrv_fixattr(struct nfsrv_descript * nd,vnode_t vp,struct nfsvattr * nvap,NFSACL_T * aclp,NFSPROC_T * p,nfsattrbit_t * attrbitp,struct nfsexstuff * exp) argument
|
| H A D | nfs_nfsdserv.c | 315 NFSACL_T *aclp = NULL; local in function:nfsrvd_setattr 1161 NFSACL_T *aclp = NULL; local in function:nfsrvd_mknod 1796 nfsrvd_symlinksub(struct nfsrv_descript * nd,struct nameidata * ndp,struct nfsvattr * nvap,fhandle_t * fhp,vnode_t * vpp,vnode_t dirp,struct nfsvattr * dirforp,struct nfsvattr * diraftp,int * diraft_retp,nfsattrbit_t * attrbitp,NFSACL_T * aclp,NFSPROC_T * p,struct nfsexstuff * exp,char * pathcp,int pathlen) argument 1929 nfsrvd_mkdirsub(struct nfsrv_descript * nd,struct nameidata * ndp,struct nfsvattr * nvap,fhandle_t * fhp,vnode_t * vpp,vnode_t dirp,struct nfsvattr * dirforp,struct nfsvattr * diraftp,int * diraft_retp,nfsattrbit_t * attrbitp,NFSACL_T * aclp,NFSPROC_T * p,struct nfsexstuff * exp) argument 2595 NFSACL_T *aclp = NULL; local in function:nfsrvd_open [all...] |
| H A D | nfs_nfsdport.c | 1414 nfsvno_open(struct nfsrv_descript * nd,struct nameidata * ndp,nfsquad_t clientid,nfsv4stateid_t * stateidp,struct nfsstate * stp,int * exclusive_flagp,struct nfsvattr * nvap,int32_t * cverf,int create,NFSACL_T * aclp,nfsattrbit_t * attrbitp,struct ucred * cred,struct thread * p,struct nfsexstuff * exp,struct vnode ** vpp) argument 2329 nfsrv_sattr(struct nfsrv_descript * nd,vnode_t vp,struct nfsvattr * nvap,nfsattrbit_t * attrbitp,NFSACL_T * aclp,struct thread * p) argument 2423 nfsv4_sattr(struct nfsrv_descript * nd,vnode_t vp,struct nfsvattr * nvap,nfsattrbit_t * attrbitp,NFSACL_T * aclp,struct thread * p) argument
|
| /src/sys/fs/nfs/client/ |
| H A D | nfs_clrpcops.c | 1068 nfsrpc_setattr(vnode_t vp, struct vattr *vap, NFSACL_T *aclp, argument 4403 nfsrpc_getacl(vnode_t vp,struct ucred * cred,NFSPROC_T * p,struct acl * aclp,void * stuff) argument 4433 nfsrpc_setacl(vnode_t vp,struct ucred * cred,NFSPROC_T * p,struct acl * aclp,void * stuff) argument 4449 nfsrpc_setaclrpc(vnode_t vp,struct ucred * cred,NFSPROC_T * p,struct acl * aclp,nfsv4stateid_t * stateidp,void * stuff) argument
|