Lines Matching defs:args

1281 static int get_option_ul(substring_t args[], unsigned long *option)
1286 string = match_strdup(args);
1295 static int get_option_uid(substring_t args[], kuid_t *result)
1301 rc = get_option_ul(args, &value);
1313 static int get_option_gid(substring_t args[], kgid_t *result)
1319 rc = get_option_ul(args, &value);
1504 substring_t args[MAX_OPT_ARGS];
1511 token = match_token(data, cifs_mount_option_tokens, args);
1782 if (get_option_uid(args, &vol->backupuid)) {
1790 if (get_option_gid(args, &vol->backupgid)) {
1798 if (get_option_uid(args, &vol->linux_uid)) {
1806 if (get_option_uid(args, &vol->cred_uid)) {
1813 if (get_option_gid(args, &vol->linux_gid)) {
1821 if (get_option_ul(args, &option)) {
1829 if (get_option_ul(args, &option)) {
1837 if (get_option_ul(args, &option) ||
1846 if (get_option_ul(args, &option)) {
1853 if (get_option_ul(args, &option)) {
1873 if (get_option_ul(args, &option)) {
1881 if (get_option_ul(args, &option)) {
1889 if (get_option_ul(args, &option)) {
1901 if (get_option_ul(args, &option)) {
1913 if (get_option_ul(args, &option)) {
1921 if (get_option_ul(args, &option)) {
1929 if (get_option_ul(args, &option) || (option < 20) ||
1938 if (get_option_ul(args, &option) || option < 1 ||
1955 string = match_strdup(args);
2045 string = match_strdup(args);
2057 string = match_strdup(args);
2076 string = match_strdup(args);
2089 string = match_strdup(args);
2113 string = match_strdup(args);
2138 string = match_strdup(args);
2164 string = match_strdup(args);
2183 string = match_strdup(args);
2192 string = match_strdup(args);
2200 string = match_strdup(args);