Searched refs:fsopts (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/usr.sbin/makefs/
H A Dffs.c151 ffs_prep_opts(fsinfo_t *fsopts) argument
158 fsopts->fs_specific = ffs_opts;
174 ffs_cleanup_opts(fsinfo_t *fsopts) argument
176 if (fsopts->fs_specific)
177 free(fsopts->fs_specific);
181 ffs_parse_opts(const char *option, fsinfo_t *fsopts) argument
183 ffs_opt_t *ffs_opts = fsopts->fs_specific;
213 assert(fsopts != NULL);
253 ffs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument
261 assert(fsopts !
317 ffs_validate(const char *dir, fsnode *root, fsinfo_t *fsopts) argument
468 ffs_create_image(const char *image, fsinfo_t *fsopts) argument
564 ffs_size_dir(fsnode *root, fsinfo_t *fsopts) argument
638 ffs_build_dinode1(struct ufs1_dinode *dinp, dirbuf_t *dbufp, fsnode *cur, fsnode *root, fsinfo_t *fsopts) argument
686 ffs_build_dinode2(struct ufs2_dinode *dinp, dirbuf_t *dbufp, fsnode *cur, fsnode *root, fsinfo_t *fsopts) argument
738 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) argument
861 ffs_write_file(union dinode *din, uint32_t ino, void *buf, fsinfo_t *fsopts) argument
1055 ffs_write_inode(union dinode *dp, uint32_t ino, const fsinfo_t *fsopts) argument
1081 fsopts); local
1127 fs->fs_bsize, buf, fsopts); local
1134 fsopts); local
[all...]
H A Dcd9660.c250 cd9660_prep_opts(fsinfo_t *fsopts __unused)
256 cd9660_cleanup_opts(fsinfo_t *fsopts __unused)
293 cd9660_parse_opts(const char *option, fsinfo_t *fsopts) argument
441 * @param struct fsinfo_t *fsopts Any options
445 fsinfo_t *fsopts)
444 cd9660_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument
/freebsd-10.3-release/usr.sbin/makefs/ffs/
H A Dmkfs.c116 ffs_mkfs(const char *fsys, const fsinfo_t *fsopts) argument
124 ffs_opt_t *ffs_opts = fsopts->fs_specific;
127 fssize = fsopts->size / fsopts->sectorsize;
128 sectorsize = fsopts->sectorsize;
165 ffs_wtfs(fssize - 1, sectorsize, (char *)&sblock, fsopts);
505 if (fsopts->needswap)
511 initcg(cylno, start_time.tv_sec, fsopts);
531 if (fsopts->needswap)
533 ffs_write_superblock(&sblock, fsopts);
542 ffs_write_superblock(struct fs *fs, const fsinfo_t *fsopts) argument
559 sbsize, writebuf, fsopts); local
587 initcg(int cylno, time_t utime, const fsinfo_t *fsopts) argument
751 fsopts); local
765 sblock.fs_bsize, &iobuf[start], fsopts); local
774 ffs_rdfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) argument
799 ffs_wtfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) argument
[all...]

Completed in 160 milliseconds