Lines Matching defs:option
406 int option;
419 if (match_int(&args[0], &option))
421 sbi->s_uid = make_kuid(current_user_ns(), option);
426 if (match_int(&args[0], &option))
428 sbi->s_gid = make_kgid(current_user_ns(), option);
433 if (match_octal(&args[0], &option))
435 sbi->s_fmask = sbi->s_dmask = option;
438 if (match_octal(&args[0], &option))
440 sbi->s_dmask = option;
443 if (match_octal(&args[0], &option))
445 sbi->s_fmask = option;