Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_extattr.c58 static int kern_extattr_delete_path(struct thread *td, const char *path,
569 return (kern_extattr_delete_path(td, uap->path, uap->attrnamespace, in sys_extattr_delete_file()
584 return (kern_extattr_delete_path(td, uap->path, uap->attrnamespace, in sys_extattr_delete_link()
589 kern_extattr_delete_path(struct thread *td, const char *path, int attrnamespace, in kern_extattr_delete_path() function