Searched refs:vacl_aclcheck (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dvfs_acl.c66 static int vacl_aclcheck(struct thread *td, struct vnode *vp,
301 vacl_aclcheck(struct thread *td, struct vnode *vp, acl_type_t type, function
500 error = vacl_aclcheck(td, nd.ni_vp, uap->type, uap->aclp);
518 error = vacl_aclcheck(td, nd.ni_vp, uap->type, uap->aclp);
537 error = vacl_aclcheck(td, fp->f_vnode, uap->type, uap->aclp);

Completed in 92 milliseconds