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

Function otruncate

freebsd/kern/vfs_syscalls.c:3436–3441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3434};
3435#endif
3436int
3437otruncate(struct thread *td, struct otruncate_args *uap)
3438{
3439
3440 return (kern_truncate(td, uap->path, UIO_USERSPACE, uap->length));
3441}
3442#endif /* COMPAT_43 */
3443
3444#if defined(COMPAT_FREEBSD6)

Callers

nothing calls this directly

Calls 1

kern_truncateFunction · 0.85

Tested by

no test coverage detected