Searched refs:kern_extattr_delete_path (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_extattr.c | 650 return (kern_extattr_delete_path(td, path, attrnamespace, in user_extattr_delete_path() 655 kern_extattr_delete_path(struct thread *td, const char *path, int attrnamespace, in kern_extattr_delete_path() function
|
/freebsd/sys/compat/linux/ |
H A D | linux_xattr.c | 262 error = kern_extattr_delete_path(td, args->path, attrnamespace, in removexattr()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 147 int kern_extattr_delete_path(struct thread *td, const char *path,
|