Home | History | Annotate | Download | only in makefs

Lines Matching defs:options

69 	struct msdos_options options;
86 .value = &msdos_opt->options._name, \
157 msdos_opt->options.create_size = MAX(msdos_opt->options.create_size,
159 msdos_opt->options.offset = fsopts->offset;
160 if (msdos_opt->options.bytes_per_sector == 0) {
163 msdos_opt->options.bytes_per_sector = fsopts->sectorsize;
165 fsopts->sectorsize = msdos_opt->options.bytes_per_sector;
166 } else if (fsopts->sectorsize != msdos_opt->options.bytes_per_sector) {
169 fsopts->sectorsize, msdos_opt->options.bytes_per_sector);
172 msdos_opt->options.timestamp_set = 1;
173 msdos_opt->options.timestamp = stampst.st_mtime;
179 if (mkfs_msdos(image, NULL, &msdos_opt->options) == -1)