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

/freebsd-10-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c116 ffs_mkfs(const char *fsys, const fsinfo_t *fsopts) argument
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...]
/freebsd-10-stable/usr.sbin/makefs/
H A Dffs.c151 ffs_prep_opts(fsinfo_t *fsopts) argument
174 ffs_cleanup_opts(fsinfo_t *fsopts) argument
181 ffs_parse_opts(const char *option, fsinfo_t *fsopts) argument
253 ffs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument
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.c293 cd9660_parse_opts(const char *option, fsinfo_t *fsopts) argument
444 cd9660_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument

Completed in 53 milliseconds