Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h214 extern int zfs_umount(struct super_block *sb);
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1532 (void) zfs_umount(sb); in zfs_domount()
1539 (void) zfs_umount(sb); in zfs_domount()
1608 zfs_umount(struct super_block *sb) in zfs_umount() function
1897 (void) zfs_umount(zfsvfs->z_sb); in zfs_resume_fs()
1931 (void) zfs_umount(zfsvfs->z_sb); in zfs_end_fs()
2171 EXPORT_SYMBOL(zfs_umount);
H A Dzpl_super.c112 error = -zfs_umount(sb); in zpl_put_super()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c107 static int zfs_umount(vfs_t *vfsp, int fflag);
124 .vfs_unmount = zfs_umount,
1639 zfs_umount(vfs_t *vfsp, int fflag) in zfs_umount() function
2105 (void) zfs_umount(zfsvfs->z_vfs, 0); in zfs_end_fs()