Home
last modified time | relevance | path

Searched refs:kern_unmount (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/kernel/
H A Dusermode_driver.c31 kern_unmount(mnt); in blob_to_mnt()
41 kern_unmount(mnt); in blob_to_mnt()
89 kern_unmount(info->wd.mnt); in umd_unload_blob()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gemfs.c59 kern_unmount(i915->mm.gemfs); in i915_gemfs_fini()
/openbmc/linux/include/linux/
H A Dmount.h115 extern void kern_unmount(struct vfsmount *mnt);
/openbmc/linux/fs/btrfs/tests/
H A Dbtrfs-tests.c93 kern_unmount(test_mnt); in btrfs_destroy_test_fs()
/openbmc/linux/drivers/dax/
H A Dsuper.c557 kern_unmount(dax_mnt); in dax_fs_exit()
/openbmc/linux/fs/erofs/
H A Dfscache.c339 kern_unmount(erofs_pseudo_mnt); in erofs_fscache_domain_put()
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c1731 kern_unmount(dma_buf_mnt); in dma_buf_deinit()
/openbmc/linux/fs/proc/
H A Dproc_sysctl.c1713 kern_unmount(proc_mnt); in do_sysctl_args()
/openbmc/linux/fs/
H A Dnamespace.c4789 void kern_unmount(struct vfsmount *mnt) in kern_unmount() function
4798 EXPORT_SYMBOL(kern_unmount);
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst870 its result is kern_unmount() or kern_unmount_array().