Home
last modified time | relevance | path

Searched refs:kern___acl_aclcheck_path (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_acl.c66 static int kern___acl_aclcheck_path(struct thread *td, const char *path,
529 return (kern___acl_aclcheck_path(td, uap->path, uap->type, uap->aclp, in sys___acl_aclcheck_file()
539 return (kern___acl_aclcheck_path(td, uap->path, uap->type, uap->aclp, in sys___acl_aclcheck_link()
544 kern___acl_aclcheck_path(struct thread *td, const char *path, acl_type_t type, in kern___acl_aclcheck_path() function