Searched refs:sharesmb (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
| H A D | canmount_004_pos.ksh | 61 shsmb=$(get_prop sharesmb $CS_FS) 82 log_must zfs set sharesmb="$s" $CS_FS
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unshare/ |
| H A D | zfs_unshare_006_pos.ksh | 69 log_must zfs set sharesmb=on $TESTPOOL/$TESTFS/shared2 70 log_must zfs set sharesmb=on $TESTPOOL/$TESTFS/shared3
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_changelist.c | 205 boolean_t sharesmb; in changelist_postfix() local 234 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB, in changelist_postfix() 245 ((sharenfs || sharesmb || clp->cl_waslegacy) && in changelist_postfix() 267 if (sharesmb && mounted) { in changelist_postfix()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.get_string_props.zcp | 29 props['sharesmb'] = {{'off', 'default'}, {nil, nil}, {'off', 'default'}}
|
| /f-stack/freebsd/contrib/openzfs/etc/default/ |
| H A D | zfs.in | 19 # nb: The shareiscsi, sharenfs, and sharesmb dataset properties.
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 7306 char sharesmb[ZFS_MAXPROPLEN]; in unshare_unmount() local 7532 sharesmb, sizeof (sharesmb), NULL, NULL, in unshare_unmount() 7536 strcmp(sharesmb, "off") == 0) { in unshare_unmount()
|