Home
last modified time | relevance | path

Searched refs:zfs_end_fs (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h203 extern int zfs_end_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h303 extern int zfs_end_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1906 zfs_end_fs(zfsvfs_t *zfsvfs, dsl_dataset_t *ds) in zfs_end_fs() function
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c2080 zfs_end_fs(zfsvfs_t *zfsvfs, dsl_dataset_t *ds) in zfs_end_fs() function
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c4975 error = zfs_end_fs(zfsvfs, ds); in zfs_ioc_recv_impl()