Searched defs:fs_parameter_spec (Results 1 – 7 of 7) sorted by relevance
3577 struct fs_parameter_spec { struct3578 const char *name;3579 fs_param_type *type;3580 u8 opt;3581 short unsigned int flags;3582 const void *data;
5373 struct fs_parameter_spec { struct5374 const char *name;5375 fs_param_type *type;5376 u8 opt;5377 short unsigned int flags;5378 const void *data;
5035 struct fs_parameter_spec { struct5036 const char *name;5037 fs_param_type *type;5038 u8 opt;5039 short unsigned int flags;5040 const void *data;
31290 struct fs_parameter_spec { struct31291 const char *name;31292 u8 opt;31293 enum fs_parameter_type type: 8;31294 short unsigned int flags;