Searched refs:cifs_fs_type (Results 1 – 3 of 3) sorted by relevance
54 extern struct file_system_type cifs_fs_type;
928 struct file_system_type cifs_fs_type = { variable1484 rc = register_filesystem(&cifs_fs_type); in init_cifs()1490 unregister_filesystem(&cifs_fs_type); in init_cifs()1525 unregister_filesystem(&cifs_fs_type); in exit_cifs()
263 mnt = vfs_submount(mntpt, &cifs_fs_type, devname, mountdata); in cifs_dfs_do_refmount()