tag
line
file
source code
fstype
362
fs/super.c
struct file_system_type * fstype;
fstype
384
fs/super.c
if (!(fstype = get_fs_type(t)))
fstype
386
fs/super.c
t = fstype->name;
fstype
387
fs/super.c
if (fstype->requires_dev) {