Searched defs:fsopts (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.sbin/makefs/ |
H A D | ffs.c | 132 ffs_prep_opts(fsinfo_t *fsopts) in ffs_prep_opts() 172 ffs_cleanup_opts(fsinfo_t *fsopts) in ffs_cleanup_opts() 179 ffs_parse_opts(const char *option, fsinfo_t *fsopts) in ffs_parse_opts() 221 ffs_makerdroot(const fsinfo_t *fsopts) in ffs_makerdroot() 344 ffs_validate(const char *dir, fsnode *root, fsinfo_t *fsopts) in ffs_validate() 473 ffs_create_image(const char *image, fsinfo_t *fsopts) in ffs_create_image() 540 ffs_size_dir(fsnode *root, fsinfo_t *fsopts) in ffs_size_dir() 597 fsnode *root, fsinfo_t *fsopts) in ffs_build_dinode1() 639 fsnode *root, fsinfo_t *fsopts) in ffs_build_dinode2() 680 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) in ffs_populate_dir() [all …]
|
H A D | msdos.c | 51 msdos_prep_opts(fsinfo_t *fsopts) in msdos_prep_opts() 78 msdos_cleanup_opts(fsinfo_t *fsopts) in msdos_cleanup_opts() 85 msdos_parse_opts(const char *option, fsinfo_t *fsopts) in msdos_parse_opts() 111 msdos_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) in msdos_makefs() 167 fsnode *parent, fsinfo_t *fsopts) in msdos_populate_dir()
|
H A D | cd9660.c | 237 cd9660_prep_opts(fsinfo_t *fsopts) in cd9660_prep_opts() 282 cd9660_cleanup_opts(fsinfo_t *fsopts) in cd9660_cleanup_opts() 321 cd9660_parse_opts(const char *option, fsinfo_t *fsopts) in cd9660_parse_opts() 402 fsinfo_t *fsopts) in cd9660_makefs()
|
/openbsd/usr.sbin/makefs/ffs/ |
H A D | mkfs.c | 110 ffs_mkfs(const char *fsys, const fsinfo_t *fsopts, time_t tstamp) in ffs_mkfs() 522 ffs_write_superblock(struct fs *fs, const fsinfo_t *fsopts) in ffs_write_superblock() 562 initcg(int cylno, time_t utime, const fsinfo_t *fsopts) in initcg() 749 ffs_rdfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_rdfs() 772 ffs_wtfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_wtfs()
|