Searched refs:unregister_filesystem (Results 1 - 25 of 78) sorted by relevance

1234

/linux-master/fs/autofs/
H A Dinit.c36 unregister_filesystem(&autofs_fs_type);
/linux-master/fs/gfs2/
H A Dmain.c188 unregister_filesystem(&gfs2_fs_type);
234 unregister_filesystem(&gfs2_fs_type);
235 unregister_filesystem(&gfs2meta_fs_type);
/linux-master/drivers/xen/xenfs/
H A Dsuper.c106 unregister_filesystem(&xenfs_type);
/linux-master/fs/orangefs/
H A Dorangefs-mod.c184 unregister_filesystem(&orangefs_fs_type);
/linux-master/fs/
H A Dfilesystems.c25 * During the unload module must call unregister_filesystem().
97 * unregister_filesystem - unregister a file system
108 int unregister_filesystem(struct file_system_type * fs) function
129 EXPORT_SYMBOL(unregister_filesystem); variable
/linux-master/fs/btrfs/tests/
H A Dbtrfs-tests.c86 unregister_filesystem(&test_type);
95 unregister_filesystem(&test_type);
/linux-master/fs/configfs/
H A Dmount.c166 unregister_filesystem(&configfs_fs_type);
/linux-master/fs/sysv/
H A Dsuper.c578 unregister_filesystem(&sysv_fs_type);
587 unregister_filesystem(&sysv_fs_type);
588 unregister_filesystem(&v7_fs_type);
/linux-master/fs/freevxfs/
H A Dvxfs_super.c326 unregister_filesystem(&vxfs_fs_type);
/linux-master/fs/efivarfs/
H A Dsuper.c418 unregister_filesystem(&efivarfs_type);
/linux-master/fs/jffs2/
H A Dsuper.c424 unregister_filesystem(&jffs2_fs_type);
/linux-master/fs/efs/
H A Dsuper.c148 unregister_filesystem(&efs_fs_type);
/linux-master/fs/fuse/
H A Dcontrol.c379 unregister_filesystem(&fuse_ctl_fs_type);
/linux-master/fs/nfs/
H A Dsuper.c107 unregister_filesystem(&nfs4_fs_type);
173 unregister_filesystem(&nfs_fs_type);
189 unregister_filesystem(&nfs_fs_type);
/linux-master/fs/hfs/
H A Dsuper.c492 unregister_filesystem(&hfs_fs_type);
/linux-master/drivers/base/
H A Ddevtmpfs.c475 unregister_filesystem(&dev_fs_type);
/linux-master/fs/coda/
H A Dpsdev.c425 err = unregister_filesystem(&coda_fs_type);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_fs.c546 return unregister_filesystem(&qibfs_fs_type);
/linux-master/drivers/misc/ibmasm/
H A Dibmasmfs.c203 unregister_filesystem(&ibmasmfs_type);
/linux-master/fs/pstore/
H A Dinode.c485 unregister_filesystem(&pstore_fs_type);
/linux-master/fs/qnx4/
H A Dinode.c427 unregister_filesystem(&qnx4_fs_type);
/linux-master/fs/adfs/
H A Dsuper.c488 unregister_filesystem(&adfs_fs_type);
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c611 unregister_filesystem(&dlmfs_fs_type);
/linux-master/fs/openpromfs/
H A Dinode.c463 unregister_filesystem(&openprom_fs_type);
/linux-master/fs/vboxsf/
H A Dsuper.c464 unregister_filesystem(&vboxsf_fs_type);

Completed in 239 milliseconds

1234