Lines Matching defs:option
407 int option;
420 if (match_int(&args[0], &option))
422 sbi->s_uid = make_kuid(current_user_ns(), option);
427 if (match_int(&args[0], &option))
429 sbi->s_gid = make_kgid(current_user_ns(), option);
434 if (match_octal(&args[0], &option))
436 sbi->s_fmask = sbi->s_dmask = option;
439 if (match_octal(&args[0], &option))
441 sbi->s_dmask = option;
444 if (match_octal(&args[0], &option))
446 sbi->s_fmask = option;