taglinefilesource code
this_char141fs/ext2/super.cchar * this_char;
this_char146fs/ext2/super.cfor (this_char = strtok (options, ",");
this_char147fs/ext2/super.cthis_char != NULL;
this_char148fs/ext2/super.cthis_char = strtok (NULL, ",")) {
this_char149fs/ext2/super.cif ((value = strchr (this_char, '=')) != NULL)
this_char151fs/ext2/super.cif (!strcmp (this_char, "bsddf"))
this_char153fs/ext2/super.celse if (!strcmp (this_char, "check")) {
this_char172fs/ext2/super.celse if (!strcmp (this_char, "debug"))
this_char174fs/ext2/super.celse if (!strcmp (this_char, "errors")) {
this_char201fs/ext2/super.celse if (!strcmp (this_char, "grpid") ||
this_char202fs/ext2/super.c!strcmp (this_char, "bsdgroups"))
this_char204fs/ext2/super.celse if (!strcmp (this_char, "minixdf"))
this_char206fs/ext2/super.celse if (!strcmp (this_char, "nocheck")) {
this_char210fs/ext2/super.celse if (!strcmp (this_char, "nogrpid") ||
this_char211fs/ext2/super.c!strcmp (this_char, "sysvgroups"))
this_char213fs/ext2/super.celse if (!strcmp (this_char, "resgid")) {
this_char226fs/ext2/super.celse if (!strcmp (this_char, "resuid")) {
this_char239fs/ext2/super.celse if (!strcmp (this_char, "sb")) {
this_char253fs/ext2/super.celse if (!strcmp (this_char, "grpquota")
this_char254fs/ext2/super.c|| !strcmp (this_char, "noquota")
this_char255fs/ext2/super.c|| !strcmp (this_char, "quota")
this_char256fs/ext2/super.c|| !strcmp (this_char, "usrquota"))
this_char259fs/ext2/super.cprintk ("EXT2-fs: Unrecognized mount option %s\n", this_char);
this_char73fs/fat/inode.cchar *this_char,*value;
this_char83fs/fat/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
this_char84fs/fat/inode.cif ((value = strchr(this_char,'=')) != NULL)
this_char86fs/fat/inode.cif (!strcmp(this_char,"check") && value) {
this_char94fs/fat/inode.celse if (!strcmp(this_char,"conv") && value) {
this_char102fs/fat/inode.celse if (!strcmp(this_char,"dots")) {
this_char105fs/fat/inode.celse if (!strcmp(this_char,"nodots")) {
this_char108fs/fat/inode.celse if (!strcmp(this_char,"dotsOK") && value) {
this_char113fs/fat/inode.celse if (!strcmp(this_char,"uid")) {
this_char120fs/fat/inode.celse if (!strcmp(this_char,"gid")) {
this_char127fs/fat/inode.celse if (!strcmp(this_char,"umask")) {
this_char134fs/fat/inode.celse if (!strcmp(this_char,"debug")) {
this_char138fs/fat/inode.celse if (!strcmp(this_char,"fat")) {
this_char145fs/fat/inode.celse if (!strcmp(this_char,"quiet")) {
this_char149fs/fat/inode.celse if (!strcmp(this_char,"blocksize")) {
this_char157fs/fat/inode.celse if (!strcmp(this_char,"sys_immutable")) {
this_char73fs/isofs/inode.cchar *this_char,*value;
this_char86fs/isofs/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
this_char87fs/isofs/inode.cif (strncmp(this_char,"norock",6) == 0) {
this_char91fs/isofs/inode.cif (strncmp(this_char,"unhide",6) == 0) {
this_char95fs/isofs/inode.cif (strncmp(this_char,"cruft",5) == 0) {
this_char99fs/isofs/inode.cif ((value = strchr(this_char,'=')) != NULL)
this_char101fs/isofs/inode.cif (!strcmp(this_char,"map") && value) {
this_char108fs/isofs/inode.celse if (!strcmp(this_char,"check") && value) {
this_char115fs/isofs/inode.celse if (!strcmp(this_char,"conv") && value) {
this_char125fs/isofs/inode.c(!strcmp(this_char,"block") ||
this_char126fs/isofs/inode.c!strcmp(this_char,"mode") ||
this_char127fs/isofs/inode.c!strcmp(this_char,"uid") ||
this_char128fs/isofs/inode.c!strcmp(this_char,"gid"))) {
this_char138fs/isofs/inode.cswitch(*this_char) {
this_char47fs/proc/inode.cchar *this_char,*value;
this_char52fs/proc/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
this_char53fs/proc/inode.cif ((value = strchr(this_char,'=')) != NULL)
this_char55fs/proc/inode.cif (!strcmp(this_char,"uid")) {
this_char62fs/proc/inode.celse if (!strcmp(this_char,"gid")) {