Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c77 int zfsfstype; variable
1399 vfsp->vfs_fstype = zfsfstype; in zfs_domount()
1416 zfsfstype & 0xFF; in zfs_domount()
2567 zfsfstype = fstype; in zfs_vfsinit()
2581 (void) vfs_freevfsops_by_type(zfsfstype); in zfs_vfsinit()
H A Dzfs_znode.c426 ASSERT(zfsfstype); in zfs_remove_op_tables()
427 (void) vfs_freevfsops_by_type(zfsfstype); in zfs_remove_op_tables()
428 zfsfstype = 0; in zfs_remove_op_tables()
H A Dzfs_ioctl.c826 if (vp->v_vfsp->vfs_fstype != zfsfstype || in zfs_secpolicy_deleg_share()
5947 if (vp->v_vfsp->vfs_fstype != zfsfstype || in zfs_ioc_smb_acl()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h361 extern int zfsfstype;