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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dsuper.c670 /* Set this bit in arg_required to allow empty arguments */
677 int arg_required; /* 0 if argument is not required, not 0 otherwise */ member in struct:__anon16954
740 return -1 if unknown option is found, opt->arg_required otherwise */
805 if (!opt->arg_required) {
815 if (opt->arg_required) {
832 if (opt->arg_required
833 && !(opt->arg_required & (1 << REISERFS_OPT_ALLOWEMPTY))
845 return opt->arg_required & ~(1 << REISERFS_OPT_ALLOWEMPTY);
855 return opt->arg_required;
882 {"tails",.arg_required
[all...]

Completed in 101 milliseconds