Home
last modified time | relevance | path

Searched defs:fsopts (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/usr.sbin/makefs/
H A Dmsdos.c76 msdos_prep_opts(fsinfo_t *fsopts) in msdos_prep_opts()
105 msdos_cleanup_opts(fsinfo_t *fsopts) in msdos_cleanup_opts()
112 msdos_parse_opts(const char *option, fsinfo_t *fsopts) in msdos_parse_opts()
146 msdos_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) in msdos_makefs()
218 fsnode *parent, fsinfo_t *fsopts) in msdos_populate_dir()
H A Dffs.c155 ffs_prep_opts(fsinfo_t *fsopts) in ffs_prep_opts()
208 ffs_cleanup_opts(fsinfo_t *fsopts) in ffs_cleanup_opts()
215 ffs_parse_opts(const char *option, fsinfo_t *fsopts) in ffs_parse_opts()
256 ffs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) in ffs_makefs()
325 ffs_validate(const char *dir, fsnode *root, fsinfo_t *fsopts) in ffs_validate()
482 ffs_create_image(const char *image, fsinfo_t *fsopts) in ffs_create_image()
594 ffs_size_dir(fsnode *root, fsinfo_t *fsopts) in ffs_size_dir()
669 fsnode *root, fsinfo_t *fsopts) in ffs_build_dinode1()
717 fsnode *root, fsinfo_t *fsopts) in ffs_build_dinode2()
775 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) in ffs_populate_dir()
[all …]
H A Dcd9660.c250 cd9660_prep_opts(fsinfo_t *fsopts) in cd9660_prep_opts()
324 cd9660_cleanup_opts(fsinfo_t *fsopts) in cd9660_cleanup_opts()
362 cd9660_parse_opts(const char *option, fsinfo_t *fsopts) in cd9660_parse_opts()
475 fsinfo_t *fsopts) in cd9660_makefs()
/freebsd-13.1/usr.sbin/makefs/ffs/
H A Dmkfs.c118 ffs_mkfs(const char *fsys, const fsinfo_t *fsopts, time_t tstamp) in ffs_mkfs()
560 ffs_write_superblock(struct fs *fs, const fsinfo_t *fsopts) in ffs_write_superblock()
605 initcg(uint32_t cylno, time_t utime, const fsinfo_t *fsopts) in initcg()
792 ffs_rdfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_rdfs()
816 ffs_wtfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_wtfs()