Home
last modified time | relevance | path

Searched refs:ZFS_PROP_CANMOUNT (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_changelist.c244 ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_ON)))) { in changelist_postfix()
612 } else if (prop == ZFS_PROP_CANMOUNT) { in changelist_gather()
698 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) != in changelist_gather()
H A Dlibzfs_mount.c254 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_OFF) in zfs_is_mountable()
1074 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_NOAUTO) { in mount_cb()
H A Dlibzfs_dataset.c1621 if (prop != ZFS_PROP_CANMOUNT || in zfs_prop_set_list()
2012 case ZFS_PROP_CANMOUNT: in get_numeric_property()
H A Dlibzfs_sendrecv.c3086 zfs_prop_to_name(ZFS_PROP_CANMOUNT), 0)); in zfs_receive_one()
/netbsd-src/external/cddl/osnet/dist/common/zfs/
H A Dzfs_prop.c320 zprop_register_index(ZFS_PROP_CANMOUNT, "canmount", ZFS_CANMOUNT_ON, in zfs_prop_init()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/fs/
H A Dzfs.h120 ZFS_PROP_CANMOUNT, enumerator
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c619 if (!zfs_prop_valid_for_type(ZFS_PROP_CANMOUNT, zfs_get_type(zhp))) in should_auto_mount()
621 return (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_ON); in should_auto_mount()
5943 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one()
6541 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == in unshare_unmount()