tag
line
file
source code
fstype
328
fs/super.c
struct file_system_type * fstype;
fstype
347
fs/super.c
if (!(fstype = get_fs_type(t)))
fstype
349
fs/super.c
t = fstype->name;
fstype
350
fs/super.c
if (fstype->requires_dev) {