Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h162 extern int zfs_set_version(zfsvfs_t *zfsvfs, uint64_t newvers);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c2627 zfs_set_version(zfsvfs_t *zfsvfs, uint64_t newvers) in zfs_set_version() function
H A Dzfs_ioctl.c2587 err = zfs_set_version(zfsvfs, intval); in zfs_prop_set_special()