Searched refs:ZFS_PROP_CANMOUNT (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_changelist.c | 264 ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_ON)))) { in changelist_postfix() 710 } else if (prop == ZFS_PROP_CANMOUNT) { in changelist_gather() 799 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) != in changelist_gather()
|
H A D | libzfs_mount.c | 258 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_OFF) in zfs_is_mountable() 920 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_NOAUTO) { in zfs_iter_cb()
|
H A D | libzfs_dataset.c | 1836 if (prop != ZFS_PROP_CANMOUNT || in zfs_prop_set_list_flags() 2254 case ZFS_PROP_CANMOUNT: in get_numeric_property()
|
H A D | libzfs_sendrecv.c | 4503 zfs_prop_to_name(ZFS_PROP_CANMOUNT), 0); in zfs_receive_one()
|
H A D | libzfs.abi | 2184 <enumerator name='ZFS_PROP_CANMOUNT' value='28'/>
|
/freebsd/lib/libbe/ |
H A D | be_access.c | 79 if (zfs_prop_get_int(zfs_hdl, ZFS_PROP_CANMOUNT) == in be_mount_iter()
|
H A D | be.c | 673 case ZFS_PROP_CANMOUNT: /* Forced by libbe */ in be_deep_clone_prop()
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_prop.c | 536 zprop_register_index(ZFS_PROP_CANMOUNT, "canmount", ZFS_CANMOUNT_ON, in zfs_prop_init()
|
/freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/ |
H A D | pam_zfs_key.c | 492 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) != ZFS_CANMOUNT_ON) { in mount_dataset()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 128 ZFS_PROP_CANMOUNT, enumerator
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 797 if (zfs_prop_valid_for_type(ZFS_PROP_CANMOUNT, type, B_FALSE) && in zfs_mount_and_share() 798 zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_ON) { in zfs_mount_and_share() 7228 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one() 7977 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == in unshare_unmount()
|