Home
last modified time | relevance | path

Searched refs:v7fs_populate (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.sbin/makefs/
Dv7fs_makefs.h43 int v7fs_populate(const char *, fsnode *, fsinfo_t *,
DMakefile39 COPTS.v7fs_populate.c+= ${CC_WNO_STRINGOP_TRUNCATION} ${CC_WNO_FORMAT_TRUNCATION}
Dv7fs.c151 if (v7fs_populate(dir, root, fsopts, &v7fs_mount) != 0) { in v7fs_makefs()
/netbsd/src/usr.sbin/makefs/v7fs/
DMakefile.inc20 SRCS += v7fs_estimate.c v7fs_populate.c
Dv7fs_populate.c258 v7fs_populate(const char *dir, fsnode *root, fsinfo_t *fsopts, in v7fs_populate() function