Searched refs:kern___acl_delete_path (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_acl.c | 68 static int kern___acl_delete_path(struct thread *td, const char *path, 472 return (kern___acl_delete_path(td, uap->path, uap->type, FOLLOW)); in sys___acl_delete_file() 482 return (kern___acl_delete_path(td, uap->path, uap->type, NOFOLLOW)); in sys___acl_delete_link() 486 kern___acl_delete_path(struct thread *td, const char *path, in kern___acl_delete_path() function
|