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

Function sys_extattr_set_file

freebsd/kern/vfs_extattr.c:266–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264};
265#endif
266int
267sys_extattr_set_file(struct thread *td, struct extattr_set_file_args *uap)
268{
269
270 return (kern_extattr_set_path(td, uap->path, uap->attrnamespace,
271 uap->attrname, uap->data, uap->nbytes, FOLLOW));
272}
273
274#ifndef _SYS_SYSPROTO_H_
275struct extattr_set_link_args {

Callers

nothing calls this directly

Calls 1

kern_extattr_set_pathFunction · 0.85

Tested by

no test coverage detected