nfs_fs_type       390 fs/nfs/internal.h extern struct file_system_type nfs_fs_type;
nfs_fs_type        12 fs/nfs/nfs2super.c 	.nfs_fs   = &nfs_fs_type,
nfs_fs_type        13 fs/nfs/nfs3super.c 	.nfs_fs   = &nfs_fs_type,
nfs_fs_type       299 fs/nfs/super.c struct file_system_type nfs_fs_type = {
nfs_fs_type       307 fs/nfs/super.c EXPORT_SYMBOL_GPL(nfs_fs_type);
nfs_fs_type       382 fs/nfs/super.c         ret = register_filesystem(&nfs_fs_type);
nfs_fs_type       402 fs/nfs/super.c 	unregister_filesystem(&nfs_fs_type);
nfs_fs_type       415 fs/nfs/super.c 	unregister_filesystem(&nfs_fs_type);
nfs_fs_type      2160 fs/nfs/super.c 	if (fs_type == &nfs_fs_type)