Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDvfs_acl.c73 static int kern___acl_set_path(struct thread *td, const char *path,
394 return(kern___acl_set_path(td, uap->path, uap->type, uap->aclp, in sys___acl_set_file()
405 return(kern___acl_set_path(td, uap->path, uap->type, uap->aclp, in sys___acl_set_link()
410 kern___acl_set_path(struct thread *td, const char *path, in kern___acl_set_path() function