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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c119 vnodeops_t *zfsctl_ops_shares; variable
130 static struct vop_vector zfsctl_ops_shares; variable in typeref:struct:vop_vector
145 { ".zfs/shares/vnode", zfsctl_tops_shares, &zfsctl_ops_shares },
191 if (zfsctl_ops_shares)
192 vn_freevnodeops(zfsctl_ops_shares);
199 zfsctl_ops_shares = NULL;
210 vn_matchops(vp, zfsctl_ops_shares) ||
1269 &zfsctl_ops_shares, NULL, NULL, MAXNAMELEN,
1414 static struct vop_vector zfsctl_ops_shares = { variable in typeref:struct:vop_vector

Completed in 51 milliseconds