Home
last modified time | relevance | path

Searched refs:arg_required (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dsuper.c889 /* Set this bit in arg_required to allow empty arguments */
900 int arg_required; member
977 * return -1 if unknown option is found, opt->arg_required otherwise
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 in reiserfs_parse_options()
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dsuper.c889 /* Set this bit in arg_required to allow empty arguments */
900 int arg_required; member
977 * return -1 if unknown option is found, opt->arg_required otherwise
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 in reiserfs_parse_options()
[all...]

Completed in 5 milliseconds