Searched refs:ZFS_PROP_CANMOUNT (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_changelist.c | 247 ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_ON)))) { in changelist_postfix() 690 } else if (prop == ZFS_PROP_CANMOUNT) { in changelist_gather() 779 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) != in changelist_gather()
|
| H A D | libzfs_mount.c | 282 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_OFF) in zfs_is_mountable() 1060 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_NOAUTO) { in zfs_iter_cb()
|
| H A D | libzfs_dataset.c | 1810 if (prop != ZFS_PROP_CANMOUNT || in zfs_prop_set_list() 2229 case ZFS_PROP_CANMOUNT: in get_numeric_property()
|
| H A D | libzfs_sendrecv.c | 4166 zfs_prop_to_name(ZFS_PROP_CANMOUNT), 0)); in zfs_receive_one()
|
| H A D | libzfs.abi | 545 <enumerator name='ZFS_PROP_CANMOUNT' value='28'/>
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_prop.c | 506 zprop_register_index(ZFS_PROP_CANMOUNT, "canmount", ZFS_CANMOUNT_ON, in zfs_prop_init()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 122 ZFS_PROP_CANMOUNT, enumerator
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 760 if (zfs_prop_valid_for_type(ZFS_PROP_CANMOUNT, type, B_FALSE) && in zfs_mount_and_share() 761 zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_ON) { in zfs_mount_and_share() 6761 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one() 7435 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == in unshare_unmount()
|