Searched refs:vacl_aclcheck (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_acl.c | 78 static int vacl_aclcheck(struct thread *td, struct vnode *vp, 325 vacl_aclcheck(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_aclcheck() function 553 error = vacl_aclcheck(td, nd.ni_vp, type, aclp); in kern___acl_aclcheck_path() 574 error = vacl_aclcheck(td, fp->f_vnode, uap->type, uap->aclp); in sys___acl_aclcheck_fd()
|