Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_acl.c70 static int kern___acl_aclcheck_path(struct thread *td, const char *path,
530 return (kern___acl_aclcheck_path(td, uap->path, uap->type, uap->aclp, in sys___acl_aclcheck_file()
540 return (kern___acl_aclcheck_path(td, uap->path, uap->type, uap->aclp, in sys___acl_aclcheck_link()
545 kern___acl_aclcheck_path(struct thread *td, const char *path, acl_type_t type, in kern___acl_aclcheck_path() function