H A D | ffs.c | 151 ffs_prep_opts(fsinfo_t *fsopts) in ffs_prep_opts() argument 199 fsopts->fs_specific = ffs_opts; in ffs_prep_opts() 200 fsopts->fs_options = copy_opts(ffs_options); in ffs_prep_opts() 204 ffs_cleanup_opts(fsinfo_t *fsopts) in ffs_cleanup_opts() argument 206 free(fsopts->fs_specific); in ffs_cleanup_opts() 207 free(fsopts->fs_options); in ffs_cleanup_opts() 211 ffs_parse_opts(const char *option, fsinfo_t *fsopts) in ffs_parse_opts() argument 213 ffs_opt_t *ffs_opts = fsopts->fs_specific; in ffs_parse_opts() 214 option_t *ffs_options = fsopts->fs_options; in ffs_parse_opts() 220 assert(fsopts ! in ffs_parse_opts() 252 ffs_makefs(const char * image,const char * dir,fsnode * root,fsinfo_t * fsopts) ffs_makefs() argument 321 ffs_validate(const char * dir,fsnode * root,fsinfo_t * fsopts) ffs_validate() argument 481 ffs_create_image(const char * image,fsinfo_t * fsopts) ffs_create_image() argument 593 ffs_size_dir(fsnode * root,fsinfo_t * fsopts) ffs_size_dir() argument 675 ffs_build_dinode1(struct ufs1_dinode * dinp,dirbuf_t * dbufp,fsnode * cur,fsnode * root,fsinfo_t * fsopts) ffs_build_dinode1() argument 723 ffs_build_dinode2(struct ufs2_dinode * dinp,dirbuf_t * dbufp,fsnode * cur,fsnode * root,fsinfo_t * fsopts) ffs_build_dinode2() argument 781 ffs_populate_dir(const char * dir,fsnode * root,fsinfo_t * fsopts) ffs_populate_dir() argument 904 ffs_write_file(union dinode * din,uint32_t ino,void * buf,fsinfo_t * fsopts) ffs_write_file() argument 1093 ffs_write_inode(union dinode * dp,uint32_t ino,const fsinfo_t * fsopts) ffs_write_inode() argument [all...] |