Searched refs:vfs_unmount (Results 1 – 7 of 7) sorted by relevance
235 .vfs_unmount = mockfs_unmount,
506 .vfs_unmount = devfs_unmount,
544 .vfs_unmount = bindfs_unmount,
574 .vfs_unmount = nullfs_unmount,
480 .vfs_unmount = routefs_unmount,
619 int (*vfs_unmount)(struct mount *mp, int mntflags, vfs_context_t context); member
235 if ((mp == dead_mountp) || (mp->mnt_op->vfs_unmount == 0)) { in VFS_UNMOUNT()239 error = (*mp->mnt_op->vfs_unmount)(mp, flags, ctx); in VFS_UNMOUNT()