Lines Matching refs:arg_required
905 int arg_required; member
1052 if (!opt->arg_required) { in reiserfs_getopt()
1062 if (opt->arg_required) { in reiserfs_getopt()
1082 if (opt->arg_required in reiserfs_getopt()
1083 && !(opt->arg_required & (1 << REISERFS_OPT_ALLOWEMPTY)) in reiserfs_getopt()
1095 return opt->arg_required & ~(1 << REISERFS_OPT_ALLOWEMPTY); in reiserfs_getopt()
1105 return opt->arg_required; in reiserfs_getopt()
1143 {"tails",.arg_required = 't',.values = tails}, in reiserfs_parse_options()
1166 {"block-allocator",.arg_required = 'a',.values = balloc}, in reiserfs_parse_options()
1167 {"data",.arg_required = 'd',.values = logging_mode}, in reiserfs_parse_options()
1168 {"barrier",.arg_required = 'b',.values = barrier_mode}, in reiserfs_parse_options()
1169 {"resize",.arg_required = 'r',.values = NULL}, in reiserfs_parse_options()
1170 {"jdev",.arg_required = 'j',.values = NULL}, in reiserfs_parse_options()
1171 {"nolargeio",.arg_required = 'w',.values = NULL}, in reiserfs_parse_options()
1172 {"commit",.arg_required = 'c',.values = NULL}, in reiserfs_parse_options()
1176 {"errors",.arg_required = 'e',.values = error_actions}, in reiserfs_parse_options()
1177 {"usrjquota",.arg_required = in reiserfs_parse_options()
1179 {"grpjquota",.arg_required = in reiserfs_parse_options()
1181 {"jqfmt",.arg_required = 'f',.values = NULL}, in reiserfs_parse_options()