Home
last modified time | relevance | path

Searched refs:cifs_fs_type (Results 1 – 4 of 4) sorted by relevance

/fs/cifs/
Dcifsfs.h54 extern struct file_system_type cifs_fs_type;
Dcifsfs.c1011 struct file_system_type cifs_fs_type = { variable
1603 rc = register_filesystem(&cifs_fs_type); in init_cifs()
1609 unregister_filesystem(&cifs_fs_type); in init_cifs()
1650 unregister_filesystem(&cifs_fs_type); in exit_cifs()
Dcifs_dfs_ref.c275 mnt = vfs_submount(mntpt, &cifs_fs_type, devname, mountdata); in cifs_dfs_do_refmount()
Dconnect.c417 iterate_supers_type(&cifs_fs_type, super_cb, &d); in get_tcp_super()