Searched refs:zfsctl_ops_shares_dir (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c120 vnodeops_t *zfsctl_ops_shares_dir; variable
136 { ".zfs/shares", zfsctl_tops_shares, &zfsctl_ops_shares_dir },
181 if (zfsctl_ops_shares_dir)
182 vn_freevnodeops(zfsctl_ops_shares_dir);
188 zfsctl_ops_shares_dir = NULL;
198 vn_matchops(vp, zfsctl_ops_shares_dir));

Completed in 59 milliseconds