Lines Matching refs:arg_required
899 int arg_required; member
1046 if (!opt->arg_required) { in reiserfs_getopt()
1056 if (opt->arg_required) { in reiserfs_getopt()
1076 if (opt->arg_required in reiserfs_getopt()
1077 && !(opt->arg_required & (1 << REISERFS_OPT_ALLOWEMPTY)) in reiserfs_getopt()
1089 return opt->arg_required & ~(1 << REISERFS_OPT_ALLOWEMPTY); in reiserfs_getopt()
1099 return opt->arg_required; in reiserfs_getopt()
1137 {"tails",.arg_required = 't',.values = tails}, in reiserfs_parse_options()
1160 {"block-allocator",.arg_required = 'a',.values = balloc}, in reiserfs_parse_options()
1161 {"data",.arg_required = 'd',.values = logging_mode}, in reiserfs_parse_options()
1162 {"barrier",.arg_required = 'b',.values = barrier_mode}, in reiserfs_parse_options()
1163 {"resize",.arg_required = 'r',.values = NULL}, in reiserfs_parse_options()
1164 {"jdev",.arg_required = 'j',.values = NULL}, in reiserfs_parse_options()
1165 {"nolargeio",.arg_required = 'w',.values = NULL}, in reiserfs_parse_options()
1166 {"commit",.arg_required = 'c',.values = NULL}, in reiserfs_parse_options()
1170 {"errors",.arg_required = 'e',.values = error_actions}, in reiserfs_parse_options()
1171 {"usrjquota",.arg_required = in reiserfs_parse_options()
1173 {"grpjquota",.arg_required = in reiserfs_parse_options()
1175 {"jqfmt",.arg_required = 'f',.values = NULL}, in reiserfs_parse_options()