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

Function sys_mkdirat

freebsd/kern/vfs_syscalls.c:3742–3747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3740};
3741#endif
3742int
3743sys_mkdirat(struct thread *td, struct mkdirat_args *uap)
3744{
3745
3746 return (kern_mkdirat(td, uap->fd, uap->path, UIO_USERSPACE, uap->mode));
3747}
3748
3749int
3750kern_mkdirat(struct thread *td, int fd, const char *path, enum uio_seg segflg,

Callers

nothing calls this directly

Calls 1

kern_mkdiratFunction · 0.85

Tested by

no test coverage detected