Symbol: fsinfo_t
usr.sbin/makefs/cd9660.c
262
cd9660_prep_opts(fsinfo_t *fsopts)
usr.sbin/makefs/cd9660.c
336
cd9660_cleanup_opts(fsinfo_t *fsopts)
usr.sbin/makefs/cd9660.c
375
cd9660_parse_opts(const char *option, fsinfo_t *fsopts)
usr.sbin/makefs/cd9660.c
489
fsinfo_t *fsopts)
usr.sbin/makefs/chfs.c
140
chfs_validate(const char* dir, fsnode *root, fsinfo_t *fsopts)
usr.sbin/makefs/chfs.c
161
chfs_create_image(const char *image, fsinfo_t *fsopts)
usr.sbin/makefs/chfs.c
176
fsinfo_t *fsopts)
usr.sbin/makefs/chfs.c
51
static void chfs_validate(const char *, fsnode *, fsinfo_t *);
usr.sbin/makefs/chfs.c
52
static int chfs_create_image(const char *, fsinfo_t *);
usr.sbin/makefs/chfs.c
53
static int chfs_populate_dir(const char *, fsnode *, fsnode *, fsinfo_t *);
usr.sbin/makefs/chfs.c
57
chfs_prep_opts(fsinfo_t *fsopts)
usr.sbin/makefs/chfs.c
81
chfs_cleanup_opts(fsinfo_t *fsopts)
usr.sbin/makefs/chfs.c
88
chfs_parse_opts(const char *option, fsinfo_t *fsopts)
usr.sbin/makefs/chfs.c
98
chfs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts)
usr.sbin/makefs/chfs/chfs_mkfs.c
107
pad_block_if_less_than(fsinfo_t *fsopts, int req)
usr.sbin/makefs/chfs/chfs_mkfs.c
118
write_eb_header(fsinfo_t *fsopts)
usr.sbin/makefs/chfs/chfs_mkfs.c
165
write_vnode(fsinfo_t *fsopts, fsnode *node)
usr.sbin/makefs/chfs/chfs_mkfs.c
193
write_dirent(fsinfo_t *fsopts, fsnode *node)
usr.sbin/makefs/chfs/chfs_mkfs.c
229
write_file(fsinfo_t *fsopts, fsnode *node, const char *dir)
usr.sbin/makefs/chfs/chfs_mkfs.c
281
write_data(fsinfo_t *fsopts, fsnode *node, unsigned char *buf, size_t len,
usr.sbin/makefs/chfs/chfs_mkfs.c
70
buf_write(fsinfo_t *fsopts, const void *buf, size_t len)
usr.sbin/makefs/chfs/chfs_mkfs.c
89
padblock(fsinfo_t *fsopts)
usr.sbin/makefs/chfs/chfs_mkfs.c
99
padword(fsinfo_t *fsopts)
usr.sbin/makefs/chfs/chfs_mkfs.h
37
void padblock(fsinfo_t *);
usr.sbin/makefs/chfs/chfs_mkfs.h
38
void write_eb_header(fsinfo_t *);
usr.sbin/makefs/chfs/chfs_mkfs.h
39
void write_vnode(fsinfo_t *, fsnode *);
usr.sbin/makefs/chfs/chfs_mkfs.h
40
void write_dirent(fsinfo_t *, fsnode *);
usr.sbin/makefs/chfs/chfs_mkfs.h
41
void write_file(fsinfo_t *, fsnode *, const char *);
usr.sbin/makefs/chfs/chfs_mkfs.h
42
void write_data(fsinfo_t *, fsnode *, unsigned char *, size_t, uint32_t);
usr.sbin/makefs/ffs.c
1028
const fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
1093
ffs_write_inode(union dinode *dp, uint32_t ino, const fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
143
static int ffs_create_image(const char *, fsinfo_t *);
usr.sbin/makefs/ffs.c
144
static void ffs_dump_fsinfo(fsinfo_t *);
usr.sbin/makefs/ffs.c
145
static void ffs_dump_dirbuf(dirbuf_t *, const char *, const fsinfo_t *);
usr.sbin/makefs/ffs.c
147
const fsinfo_t *);
usr.sbin/makefs/ffs.c
148
static int ffs_populate_dir(const char *, fsnode *, fsinfo_t *);
usr.sbin/makefs/ffs.c
149
static void ffs_size_dir(fsnode *, fsinfo_t *);
usr.sbin/makefs/ffs.c
150
static void ffs_validate(const char *, fsnode *, fsinfo_t *);
usr.sbin/makefs/ffs.c
151
static void ffs_write_file(union dinode *, uint32_t, void *, fsinfo_t *);
usr.sbin/makefs/ffs.c
152
static void ffs_write_inode(union dinode *, uint32_t, const fsinfo_t *);
usr.sbin/makefs/ffs.c
154
fsnode *, fsinfo_t *);
usr.sbin/makefs/ffs.c
156
fsnode *, fsinfo_t *);
usr.sbin/makefs/ffs.c
162
ffs_prep_opts(fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
214
ffs_cleanup_opts(fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
221
ffs_parse_opts(const char *option, fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
262
ffs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
326
ffs_validate(const char *dir, fsnode *root, fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
442
ffs_dump_fsinfo(fsinfo_t *f)
usr.sbin/makefs/ffs.c
472
ffs_create_image(const char *image, fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
582
ffs_size_dir(fsnode *root, fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
659
fsnode *root, fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
709
fsnode *root, fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
760
ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
880
ffs_write_file(union dinode *din, uint32_t ino, void *buf, fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
994
ffs_dump_dirbuf(dirbuf_t *dbuf, const char *dir, const fsinfo_t *fsopts)
usr.sbin/makefs/ffs/buf.c
153
fsinfo_t *fs = bp->b_fs;
usr.sbin/makefs/ffs/buf.c
68
fsinfo_t *fs = vp->fs;
usr.sbin/makefs/ffs/mkfs.c
130
ffs_sb_copy(struct fs *o, const struct fs *i, size_t l, const fsinfo_t *fsopts)
usr.sbin/makefs/ffs/mkfs.c
141
ffs_mkfs(const char *fsys, const fsinfo_t *fsopts, time_t tstamp)
usr.sbin/makefs/ffs/mkfs.c
566
ffs_write_superblock(struct fs *fs, const fsinfo_t *fsopts)
usr.sbin/makefs/ffs/mkfs.c
609
initcg(uint32_t cylno, time_t utime, const fsinfo_t *fsopts)
usr.sbin/makefs/ffs/mkfs.c
78
static void initcg(uint32_t, time_t, const fsinfo_t *);
usr.sbin/makefs/ffs/mkfs.c
832
ffs_rdfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts)
usr.sbin/makefs/ffs/mkfs.c
855
ffs_wtfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts)
usr.sbin/makefs/ffs/newfs_extern.h
31
struct fs *ffs_mkfs(const char *, const fsinfo_t *, time_t);
usr.sbin/makefs/ffs/newfs_extern.h
32
void ffs_write_superblock(struct fs *, const fsinfo_t *);
usr.sbin/makefs/ffs/newfs_extern.h
33
void ffs_rdfs(daddr_t, int, void *, const fsinfo_t *);
usr.sbin/makefs/ffs/newfs_extern.h
34
void ffs_wtfs(daddr_t, int, void *, const fsinfo_t *);
usr.sbin/makefs/makefs.c
102
fsinfo_t fsoptions;
usr.sbin/makefs/makefs.c
512
usage(fstype_t *fstype, fsinfo_t *fsoptions)
usr.sbin/makefs/makefs.c
67
void (*prepare_options)(fsinfo_t *);
usr.sbin/makefs/makefs.c
68
int (*parse_options)(const char *, fsinfo_t *);
usr.sbin/makefs/makefs.c
69
void (*cleanup_options)(fsinfo_t *);
usr.sbin/makefs/makefs.c
71
fsinfo_t *);
usr.sbin/makefs/makefs.c
94
static void usage(fstype_t *, fsinfo_t *) __dead;
usr.sbin/makefs/makefs.h
201
void fs ## _prep_opts(fsinfo_t *); \
usr.sbin/makefs/makefs.h
202
int fs ## _parse_opts(const char *, fsinfo_t *); \
usr.sbin/makefs/makefs.h
203
void fs ## _cleanup_opts(fsinfo_t *); \
usr.sbin/makefs/makefs.h
204
void fs ## _makefs(const char *, const char *, fsnode *, fsinfo_t *)
usr.sbin/makefs/msdos.c
105
msdos_cleanup_opts(fsinfo_t *fsopts)
usr.sbin/makefs/msdos.c
112
msdos_parse_opts(const char *option, fsinfo_t *fsopts)
usr.sbin/makefs/msdos.c
143
msdos_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts)
usr.sbin/makefs/msdos.c
219
fsnode *parent, fsinfo_t *fsopts)
usr.sbin/makefs/msdos.c
66
fsnode *, fsinfo_t *);
usr.sbin/makefs/msdos.c
74
msdos_prep_opts(fsinfo_t *fsopts)
usr.sbin/makefs/udf.c
1036
udf_populate(const char *dir, fsnode *root, fsinfo_t *fsopts,
usr.sbin/makefs/udf.c
1051
udf_enumerate_and_estimate(const char *dir, fsnode *root, fsinfo_t *fsopts,
usr.sbin/makefs/udf.c
115
udf_prep_opts(fsinfo_t *fsopts)
usr.sbin/makefs/udf.c
1171
udf_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts)
usr.sbin/makefs/udf.c
178
udf_cleanup_opts(fsinfo_t *fsopts)
usr.sbin/makefs/udf.c
194
udf_parse_opts(const char *option, fsinfo_t *fsopts)
usr.sbin/makefs/udf.c
688
udf_estimate_walk(fsinfo_t *fsopts,
usr.sbin/makefs/udf.c
877
udf_populate_walk(fsinfo_t *fsopts, fsnode *root, char *dir,
usr.sbin/makefs/v7fs.c
65
v7fs_prep_opts(fsinfo_t *fsopts)
usr.sbin/makefs/v7fs.c
81
v7fs_cleanup_opts(fsinfo_t *fsopts)
usr.sbin/makefs/v7fs.c
88
v7fs_parse_opts(const char *option, fsinfo_t *fsopts)
usr.sbin/makefs/v7fs.c
95
v7fs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts)
usr.sbin/makefs/v7fs/v7fs_estimate.c
192
determine_fs_size(fsinfo_t *fsopts, struct v7fs_geometry *geom)
usr.sbin/makefs/v7fs/v7fs_estimate.c
251
v7fs_estimate(const char *dir, fsnode *root, fsinfo_t *fsopts)
usr.sbin/makefs/v7fs/v7fs_populate.c
258
v7fs_populate(const char *dir, fsnode *root, fsinfo_t *fsopts,
usr.sbin/makefs/v7fs_makefs.h
42
void v7fs_estimate(const char *, fsnode *, fsinfo_t *);
usr.sbin/makefs/v7fs_makefs.h
43
int v7fs_populate(const char *, fsnode *, fsinfo_t *,