Searched refs:sharezp (Results 1 – 1 of 1) sorted by relevance
510 znode_t *sharezp; in zfs_create_share_dir() local521 sharezp = kmem_cache_alloc(znode_cache, KM_SLEEP); in zfs_create_share_dir()522 ASSERT(!POINTER_IS_VALID(sharezp->z_zfsvfs)); in zfs_create_share_dir()523 sharezp->z_moved = 0; in zfs_create_share_dir()524 sharezp->z_unlinked = 0; in zfs_create_share_dir()525 sharezp->z_atime_dirty = 0; in zfs_create_share_dir()526 sharezp->z_zfsvfs = zfsvfs; in zfs_create_share_dir()527 sharezp->z_is_sa = zfsvfs->z_use_sa; in zfs_create_share_dir()528 sharezp->z_pflags = 0; in zfs_create_share_dir()530 vp = ZTOV(sharezp); in zfs_create_share_dir()[all …]