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

Function sys_extattr_get_link

freebsd/kern/vfs_extattr.c:449–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447};
448#endif
449int
450sys_extattr_get_link(struct thread *td, struct extattr_get_link_args *uap)
451{
452 return (kern_extattr_get_path(td, uap->path, uap->attrnamespace,
453 uap->attrname, uap->data, uap->nbytes, NOFOLLOW));
454}
455
456static int
457kern_extattr_get_path(struct thread *td, const char *path, int attrnamespace,

Callers

nothing calls this directly

Calls 1

kern_extattr_get_pathFunction · 0.85

Tested by

no test coverage detected