Searched refs:kern_extattr_set_path (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_extattr.c | 311 return (kern_extattr_set_path(td, path, attrnamespace, in user_extattr_set_path() 316 kern_extattr_set_path(struct thread *td, const char *path, int attrnamespace, in kern_extattr_set_path() function
|
/freebsd/sys/compat/linux/ |
H A D | linux_xattr.c | 403 error = kern_extattr_set_path(td, args->path, attrnamespace, in setxattr()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 161 int kern_extattr_set_path(struct thread *td, const char *path,
|