Searched refs:fstype (Results 1 – 1 of 1) sorted by relevance
1807 static struct vfsmount *fs_set_subtype(struct vfsmount *mnt, const char *fstype) in fs_set_subtype() argument1810 const char *subtype = strchr(fstype, '.'); in fs_set_subtype()1875 static int do_new_mount(struct path *path, const char *fstype, int flags, in do_new_mount() argument1883 if (!fstype) in do_new_mount()1891 type = get_fs_type(fstype); in do_new_mount()1912 mnt = fs_set_subtype(mnt, fstype); in do_new_mount()