Home
last modified time | relevance | path

Searched refs:fsinit (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c129 static int fsinit(const struct timeval *);
663 if (fsinit(&tv) == 0) in mke2fs()
907 fsinit(const struct timeval *tv) in fsinit() function
/netbsd-src/sbin/newfs/
H A Dmkfs.c112 static int fsinit(const struct timeval *, mode_t, uid_t, gid_t);
731 if (fsinit(&tv, mfsmode, mfsuid, mfsgid) == 0 && mfs) in mkfs()
1039 fsinit(const struct timeval *tv, mode_t mfsmode, uid_t mfsuid, gid_t mfsgid) in fsinit() function