Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_acl.c70 static int kern___acl_get_path(struct thread *td, const char *path,
354 return (kern___acl_get_path(td, uap->path, uap->type, uap->aclp, in sys___acl_get_file()
365 return(kern___acl_get_path(td, uap->path, uap->type, uap->aclp, in sys___acl_get_link()
370 kern___acl_get_path(struct thread *td, const char *path, acl_type_t type, in kern___acl_get_path() function