taglinefilesource code
this_char178fs/ext2/super.cchar * this_char;
this_char183fs/ext2/super.cfor (this_char = strtok (options, ",");
this_char184fs/ext2/super.cthis_char != NULL;
this_char185fs/ext2/super.cthis_char = strtok (NULL, ",")) {
this_char186fs/ext2/super.cif ((value = strchr (this_char, '=')) != NULL)
this_char188fs/ext2/super.cif (!strcmp (this_char, "check")) {
this_char207fs/ext2/super.celse if (!strcmp (this_char, "debug"))
this_char209fs/ext2/super.celse if (!strcmp (this_char, "errors")) {
this_char236fs/ext2/super.celse if (!strcmp (this_char, "grpid") ||
this_char237fs/ext2/super.c!strcmp (this_char, "bsdgroups"))
this_char239fs/ext2/super.celse if (!strcmp (this_char, "nocheck")) {
this_char243fs/ext2/super.celse if (!strcmp (this_char, "nogrpid") ||
this_char244fs/ext2/super.c!strcmp (this_char, "sysvgroups"))
this_char246fs/ext2/super.celse if (!strcmp (this_char, "sb")) {
this_char260fs/ext2/super.cprintk ("EXT2-fs: Unrecognized mount option %s\n", this_char);
this_char70fs/isofs/inode.cchar *this_char,*value;
this_char78fs/isofs/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
this_char79fs/isofs/inode.cif (strncmp(this_char,"norock",6) == 0) {
this_char83fs/isofs/inode.cif (strncmp(this_char,"cruft",5) == 0) {
this_char87fs/isofs/inode.cif ((value = strchr(this_char,'=')) != NULL)
this_char89fs/isofs/inode.cif (!strcmp(this_char,"map") && value) {
this_char96fs/isofs/inode.celse if (!strcmp(this_char,"conv") && value) {
this_char105fs/isofs/inode.celse if (!strcmp(this_char,"block") && value) {
this_char72fs/msdos/inode.cchar *this_char,*value;
this_char81fs/msdos/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
this_char82fs/msdos/inode.cif ((value = strchr(this_char,'=')) != NULL)
this_char84fs/msdos/inode.cif (!strcmp(this_char,"check") && value) {
this_char92fs/msdos/inode.celse if (!strcmp(this_char,"conv") && value) {
this_char100fs/msdos/inode.celse if (!strcmp(this_char,"uid")) {
this_char107fs/msdos/inode.celse if (!strcmp(this_char,"gid")) {
this_char114fs/msdos/inode.celse if (!strcmp(this_char,"umask")) {
this_char121fs/msdos/inode.celse if (!strcmp(this_char,"debug")) {
this_char125fs/msdos/inode.celse if (!strcmp(this_char,"fat")) {
this_char132fs/msdos/inode.celse if (!strcmp(this_char,"quiet")) {