Home
last modified time | relevance | path

Searched refs:v7fs_newfs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sbin/newfs_v7fs/
H A Dnewfs_v7fs.h45 int v7fs_newfs(const struct v7fs_mount_device *, int32_t);
H A Dnewfs_v7fs.c194 if (v7fs_newfs(&(struct v7fs_mount_device) in main()
H A Dmain.c271 v7fs_newfs(const struct v7fs_mount_device *mount, int32_t maxfile) in v7fs_newfs() function
/netbsd-src/usr.sbin/makefs/
H A Dv7fs.c147 if (v7fs_newfs(&v7fs_mount, fsopts->inodes) != 0) { in v7fs_makefs()