Lines Matching refs:arg_required
854 int arg_required; member
1001 if (!opt->arg_required) { in reiserfs_getopt()
1011 if (opt->arg_required) { in reiserfs_getopt()
1031 if (opt->arg_required in reiserfs_getopt()
1032 && !(opt->arg_required & (1 << REISERFS_OPT_ALLOWEMPTY)) in reiserfs_getopt()
1044 return opt->arg_required & ~(1 << REISERFS_OPT_ALLOWEMPTY); in reiserfs_getopt()
1054 return opt->arg_required; in reiserfs_getopt()
1092 {"tails",.arg_required = 't',.values = tails}, in reiserfs_parse_options()
1115 {"block-allocator",.arg_required = 'a',.values = balloc}, in reiserfs_parse_options()
1116 {"data",.arg_required = 'd',.values = logging_mode}, in reiserfs_parse_options()
1117 {"barrier",.arg_required = 'b',.values = barrier_mode}, in reiserfs_parse_options()
1118 {"resize",.arg_required = 'r',.values = NULL}, in reiserfs_parse_options()
1119 {"jdev",.arg_required = 'j',.values = NULL}, in reiserfs_parse_options()
1120 {"nolargeio",.arg_required = 'w',.values = NULL}, in reiserfs_parse_options()
1121 {"commit",.arg_required = 'c',.values = NULL}, in reiserfs_parse_options()
1125 {"errors",.arg_required = 'e',.values = error_actions}, in reiserfs_parse_options()
1126 {"usrjquota",.arg_required = in reiserfs_parse_options()
1128 {"grpjquota",.arg_required = in reiserfs_parse_options()
1130 {"jqfmt",.arg_required = 'f',.values = NULL}, in reiserfs_parse_options()