Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDvfs_acl.c69 static int kern___acl_delete_path(struct thread *td, const char *path,
473 return (kern___acl_delete_path(td, uap->path, uap->type, FOLLOW)); in sys___acl_delete_file()
483 return (kern___acl_delete_path(td, uap->path, uap->type, NOFOLLOW)); in sys___acl_delete_link()
487 kern___acl_delete_path(struct thread *td, const char *path, in kern___acl_delete_path() function