Searched defs:fsopts (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dv7fs.c62 v7fs_prep_opts(fsinfo_t *fsopts) argument
69 v7fs_cleanup_opts(fsinfo_t *fsopts) argument
75 v7fs_parse_opts(const char *option, fsinfo_t *fsopts) argument
90 v7fs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument
[all...]
H A Dffs.c156 ffs_prep_opts(fsinfo_t *fsopts) argument
179 ffs_cleanup_opts(fsinfo_t *fsopts) argument
186 ffs_parse_opts(const char *option, fsinfo_t *fsopts) argument
258 ffs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument
322 ffs_validate(const char *dir, fsnode *root, fsinfo_t *fsopts) argument
469 ffs_create_image(const char *image, fsinfo_t *fsopts) argument
552 ffs_size_dir(fsnode *root, fsinfo_t *fsopts) argument
626 ffs_build_dinode1(struct ufs1_dinode *dinp, dirbuf_t *dbufp, fsnode *cur, fsnode *root, fsinfo_t *fsopts) argument
674 ffs_build_dinode2(struct ufs2_dinode *dinp, dirbuf_t *dbufp, fsnode *cur, fsnode *root, fsinfo_t *fsopts) argument
726 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) argument
846 ffs_write_file(union dinode *din, uint32_t ino, void *buf, fsinfo_t *fsopts) argument
1040 ffs_write_inode(union dinode *dp, uint32_t ino, const fsinfo_t *fsopts) argument
1066 fsopts); local
1112 fs->fs_bsize, buf, fsopts); local
1119 fsopts); local
[all...]
H A Dcd9660.c301 cd9660_parse_opts(const char *option, fsinfo_t *fsopts) argument
453 cd9660_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/v7fs/
H A Dv7fs_estimate.c192 determine_fs_size(fsinfo_t *fsopts, struct v7fs_geometry *geom) argument
252 v7fs_estimate(const char *dir, fsnode *root, fsinfo_t *fsopts) argument
[all...]
H A Dv7fs_populate.c258 v7fs_populate(const char *dir, fsnode *root, fsinfo_t *fsopts, argument
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/ffs/
H A Dmkfs.c124 ffs_mkfs(const char *fsys, const fsinfo_t *fsopts) argument
554 ffs_write_superblock(struct fs *fs, const fsinfo_t *fsopts) argument
571 sbsize, writebuf, fsopts); local
599 initcg(int cylno, time_t utime, const fsinfo_t *fsopts) argument
763 fsopts); local
777 sblock.fs_bsize, &iobuf[start], fsopts); local
786 ffs_rdfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) argument
811 ffs_wtfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) argument
[all...]

Completed in 175 milliseconds