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

Function sys_mkdir

freebsd/kern/vfs_syscalls.c:3727–3733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3725};
3726#endif
3727int
3728sys_mkdir(struct thread *td, struct mkdir_args *uap)
3729{
3730
3731 return (kern_mkdirat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
3732 uap->mode));
3733}
3734
3735#ifndef _SYS_SYSPROTO_H_
3736struct mkdirat_args {

Callers

nothing calls this directly

Calls 1

kern_mkdiratFunction · 0.85

Tested by

no test coverage detected