MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_extattr_get_file

Function sys_extattr_get_file

freebsd/kern/vfs_extattr.c:433–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431};
432#endif
433int
434sys_extattr_get_file(struct thread *td, struct extattr_get_file_args *uap)
435{
436 return (kern_extattr_get_path(td, uap->path, uap->attrnamespace,
437 uap->attrname, uap->data, uap->nbytes, FOLLOW));
438}
439
440#ifndef _SYS_SYSPROTO_H_
441struct extattr_get_link_args {

Callers

nothing calls this directly

Calls 1

kern_extattr_get_pathFunction · 0.85

Tested by

no test coverage detected