tag | line | file | source code |
---|---|---|---|
fstype | 430 | fs/super.c | struct file_system_type * fstype; |
fstype | 455 | fs/super.c | fstype = get_fs_type((char *) page); |
fstype | 457 | fs/super.c | if (!fstype) |
fstype | 459 | fs/super.c | t = fstype->name; |
fstype | 460 | fs/super.c | if (fstype->requires_dev) { |