Searched refs:vacl_aclcheck (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | vfs_acl.c | 66 static int vacl_aclcheck(struct thread *td, struct vnode *vp, 305 vacl_aclcheck(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_aclcheck() function 504 error = vacl_aclcheck(td, nd.ni_vp, uap->type, uap->aclp); in sys___acl_aclcheck_file() 522 error = vacl_aclcheck(td, nd.ni_vp, uap->type, uap->aclp); in sys___acl_aclcheck_link() 541 error = vacl_aclcheck(td, fp->f_vnode, uap->type, uap->aclp); in sys___acl_aclcheck_fd()
|