Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h205 extern int zfs_set_version(zfsvfs_t *zfsvfs, uint64_t newvers);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h304 extern int zfs_set_version(zfsvfs_t *zfsvfs, uint64_t newvers);
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1957 zfs_set_version(zfsvfs_t *zfsvfs, uint64_t newvers) in zfs_set_version() function
2165 EXPORT_SYMBOL(zfs_set_version);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c2111 zfs_set_version(zfsvfs_t *zfsvfs, uint64_t newvers) in zfs_set_version() function
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c2502 err = zfs_set_version(zfsvfs, intval); in zfs_prop_set_special()