Searched refs:fstype (Results 1 – 1 of 1) sorted by relevance
527 static bool __init fs_is_nodev(char *fstype) in fs_is_nodev() argument529 struct file_system_type *fs = get_fs_type(fstype); in fs_is_nodev()542 char *fs_names, *fstype; in mount_nodev_root() local551 for (i = 0, fstype = fs_names; i < num_fs; in mount_nodev_root()552 i++, fstype += strlen(fstype) + 1) { in mount_nodev_root()553 if (!*fstype) in mount_nodev_root()555 if (!fs_is_nodev(fstype)) in mount_nodev_root()557 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root()