makefs.h | 125 * option_t - contains option name, description, pointer to location to store 148 } option_t; typedef in typeref:struct:__anonc279ec630308 182 option_t *fs_options; /* File system specific options */ 191 int set_option(const option_t *, const char *, char *, size_t); 192 void print_options(FILE *, const option_t *); 193 int set_option_var(const option_t *, const char *, const char *, 198 option_t * copy_opts(const option_t *);
|