Searched defs:fsopts (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/makefs/ |
H A D | msdos.c | 72 msdos_prep_opts(fsinfo_t *fsopts) in msdos_prep_opts() 101 msdos_cleanup_opts(fsinfo_t *fsopts) in msdos_cleanup_opts() 108 msdos_parse_opts(const char *option, fsinfo_t *fsopts) in msdos_parse_opts() 142 msdos_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) in msdos_makefs() 212 fsnode *parent, fsinfo_t *fsopts) in msdos_populate_dir()
|
H A D | ffs.c | 151 ffs_prep_opts(fsinfo_t *fsopts) in ffs_prep_opts() 204 ffs_cleanup_opts(fsinfo_t *fsopts) in ffs_cleanup_opts() 211 ffs_parse_opts(const char *option, fsinfo_t *fsopts) in ffs_parse_opts() 252 ffs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) in ffs_makefs() 321 ffs_validate(const char *dir, fsnode *root, fsinfo_t *fsopts) in ffs_validate() 484 ffs_create_image(const char *image, fsinfo_t *fsopts) in ffs_create_image() 596 ffs_size_dir(fsnode *root, fsinfo_t *fsopts) in ffs_size_dir() 678 fsnode *root, fsinfo_t *fsopts) in ffs_build_dinode1() 725 fsnode *root, fsinfo_t *fsopts) in ffs_build_dinode2() 782 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) in ffs_populate_dir() [all …]
|
H A D | zfs.c | 72 zfs_prep_opts(fsinfo_t *fsopts) in zfs_prep_opts() 108 zfs_parse_opts(const char *option, fsinfo_t *fsopts) in zfs_parse_opts() 140 zfs_size_vdev(fsinfo_t *fsopts) in zfs_size_vdev() 208 zfs_check_opts(fsinfo_t *fsopts) in zfs_check_opts() 247 zfs_cleanup_opts(fsinfo_t *fsopts) in zfs_cleanup_opts() 780 zfs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) in zfs_makefs()
|
H A D | cd9660.c | 242 cd9660_prep_opts(fsinfo_t *fsopts) in cd9660_prep_opts() 310 cd9660_cleanup_opts(fsinfo_t *fsopts) in cd9660_cleanup_opts() 349 cd9660_parse_opts(const char *option, fsinfo_t *fsopts) in cd9660_parse_opts() 462 fsinfo_t *fsopts) in cd9660_makefs()
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | mkfs.c | 132 ffs_mkfs(const char *fsys, const fsinfo_t *fsopts, time_t tstamp) in ffs_mkfs() 578 ffs_write_superblock(struct fs *fs, const fsinfo_t *fsopts) in ffs_write_superblock() 631 initcg(uint32_t cylno, time_t utime, const fsinfo_t *fsopts) in initcg() 818 ffs_rdfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_rdfs() 842 ffs_wtfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_wtfs()
|