Home
last modified time | relevance | path

Searched refs:zfsfstype (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c70 int zfsfstype; variable
1185 vfsp->vfs_fstype = zfsfstype; in zfs_domount()
1202 zfsfstype & 0xFF; in zfs_domount()
2188 zfsfstype = fstype; in zfs_vfsinit()
2202 (void) vfs_freevfsops_by_type(zfsfstype); in zfs_vfsinit()
H A Dzfs_znode.c394 ASSERT(zfsfstype); in zfs_remove_op_tables()
395 (void) vfs_freevfsops_by_type(zfsfstype); in zfs_remove_op_tables()
396 zfsfstype = 0; in zfs_remove_op_tables()
H A Dzfs_ioctl.c741 if (vp->v_vfsp->vfs_fstype != zfsfstype || in zfs_secpolicy_deleg_share()
5054 if (vp->v_vfsp->vfs_fstype != zfsfstype || in zfs_ioc_smb_acl()
/titanic_44/usr/src/uts/common/fs/getgen/
H A Dgetgen.c56 if (fp->f_vnode->v_vfsp->vfs_fstype != zfsfstype) { in gg_ioc_get_gen()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h339 extern int zfsfstype;
/titanic_44/usr/src/uts/common/fs/zev/
H A Dzev_checksums.c731 if (fp->f_vnode->v_vfsp->vfs_fstype != zfsfstype) { in zev_ioc_get_signatures()