Home
last modified time | relevance | path

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

/freebsd-src/sys/compat/linux/
H A Dlinux_xattr.c319 error = kern_extattr_get_path(td, args->path, attrnamespace, in getxattr()
387 error = kern_extattr_get_path(td, args->path, in setxattr()
/freebsd-src/sys/kern/
H A Dvfs_extattr.c497 return (kern_extattr_get_path(td, path, attrnamespace, in user_extattr_get_path()
502 kern_extattr_get_path(struct thread *td, const char *path, int attrnamespace, in kern_extattr_get_path() function
/freebsd-src/sys/sys/
H A Dsyscallsubr.h151 int kern_extattr_get_path(struct thread *td, const char *path,