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

/freebsd-10.0-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
464 ffs_create_image(const char *image, fsinfo_t *fsopts) argument
560 ffs_size_dir(fsnode *root, fsinfo_t *fsopts) argument
634 ffs_build_dinode1(struct ufs1_dinode *dinp, dirbuf_t *dbufp, fsnode *cur, fsnode *root, fsinfo_t *fsopts) argument
682 ffs_build_dinode2(struct ufs2_dinode *dinp, dirbuf_t *dbufp, fsnode *cur, fsnode *root, fsinfo_t *fsopts) argument
734 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) argument
857 ffs_write_file(union dinode *din, uint32_t ino, void *buf, fsinfo_t *fsopts) argument
1051 ffs_write_inode(union dinode *dp, uint32_t ino, const fsinfo_t *fsopts) argument
1077 fsopts); local
1123 fs->fs_bsize, buf, fsopts); local
1130 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
442 * @param struct fsinfo_t *fsopts Any options
446 fsinfo_t *fsopts)
445 cd9660_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument
/freebsd-10.0-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);
508 if (fsopts->needswap)
514 initcg(cylno, start_time.tv_sec, fsopts);
534 if (fsopts->needswap)
536 ffs_write_superblock(&sblock, fsopts);
545 ffs_write_superblock(struct fs *fs, const fsinfo_t *fsopts) argument
562 sbsize, writebuf, fsopts); local
590 initcg(int cylno, time_t utime, const fsinfo_t *fsopts) argument
754 fsopts); local
768 sblock.fs_bsize, &iobuf[start], fsopts); local
777 ffs_rdfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) argument
802 ffs_wtfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) argument
[all...]

Completed in 118 milliseconds