Home
last modified time | relevance | path

Searched refs:sharesmb (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dcanmount_004_pos.ksh57 shsmb=$(get_prop sharesmb $CS_FS)
78 log_must $ZFS set sharesmb="$s" $CS_FS
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c196 boolean_t sharesmb; in changelist_postfix() local
224 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB, in changelist_postfix()
231 ((sharenfs || sharesmb || clp->cl_waslegacy) && in changelist_postfix()
250 if (sharesmb && mounted) in changelist_postfix()
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c6340 char sharesmb[ZFS_MAXPROPLEN]; in unshare_unmount() local
6538 sharesmb, sizeof (sharesmb), NULL, NULL, in unshare_unmount()
6542 strcmp(sharesmb, "off") == 0) { in unshare_unmount()