Lines Matching refs:arg_required
900 int arg_required; member
1047 if (!opt->arg_required) { in reiserfs_getopt()
1057 if (opt->arg_required) { in reiserfs_getopt()
1077 if (opt->arg_required in reiserfs_getopt()
1078 && !(opt->arg_required & (1 << REISERFS_OPT_ALLOWEMPTY)) in reiserfs_getopt()
1090 return opt->arg_required & ~(1 << REISERFS_OPT_ALLOWEMPTY); in reiserfs_getopt()
1100 return opt->arg_required; in reiserfs_getopt()
1138 {"tails",.arg_required = 't',.values = tails}, in reiserfs_parse_options()
1161 {"block-allocator",.arg_required = 'a',.values = balloc}, in reiserfs_parse_options()
1162 {"data",.arg_required = 'd',.values = logging_mode}, in reiserfs_parse_options()
1163 {"barrier",.arg_required = 'b',.values = barrier_mode}, in reiserfs_parse_options()
1164 {"resize",.arg_required = 'r',.values = NULL}, in reiserfs_parse_options()
1165 {"jdev",.arg_required = 'j',.values = NULL}, in reiserfs_parse_options()
1166 {"nolargeio",.arg_required = 'w',.values = NULL}, in reiserfs_parse_options()
1167 {"commit",.arg_required = 'c',.values = NULL}, in reiserfs_parse_options()
1171 {"errors",.arg_required = 'e',.values = error_actions}, in reiserfs_parse_options()
1172 {"usrjquota",.arg_required = in reiserfs_parse_options()
1174 {"grpjquota",.arg_required = in reiserfs_parse_options()
1176 {"jqfmt",.arg_required = 'f',.values = NULL}, in reiserfs_parse_options()