Searched refs:Opt_resgid (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ext2/ |
D | super.c | 404 Opt_resgid, Opt_resuid, Opt_sb, Opt_err_cont, Opt_err_panic, enumerator 418 {Opt_resgid, "resgid=%u"}, 488 case Opt_resgid: in parse_options()
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 829 Opt_resgid, Opt_resuid, Opt_sb, Opt_err_cont, Opt_err_panic, Opt_err_ro, enumerator 850 {Opt_resgid, "resgid=%u"}, 1038 case Opt_resgid: in parse_options()
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 1130 Opt_resgid, Opt_resuid, Opt_sb, Opt_err_cont, Opt_err_panic, Opt_err_ro, enumerator 1158 {Opt_resgid, "resgid=%u"}, 1396 {Opt_resgid, 0, MOPT_GTE0}, 1547 } else if (token == Opt_resgid) { in handle_mount_opt()
|