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

Function sys_extattr_set_link

freebsd/kern/vfs_extattr.c:283–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281};
282#endif
283int
284sys_extattr_set_link(struct thread *td, struct extattr_set_link_args *uap)
285{
286
287 return (kern_extattr_set_path(td, uap->path, uap->attrnamespace,
288 uap->attrname, uap->data, uap->nbytes, NOFOLLOW));
289}
290
291static int
292kern_extattr_set_path(struct thread *td, const char *path, int attrnamespace,

Callers

nothing calls this directly

Calls 1

kern_extattr_set_pathFunction · 0.85

Tested by

no test coverage detected