Searched refs:ZFS_PROP_CANMOUNT (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_changelist.c | 244 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 D | libzfs_mount.c | 254 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 D | libzfs_dataset.c | 1621 if (prop != ZFS_PROP_CANMOUNT || in zfs_prop_set_list() 2012 case ZFS_PROP_CANMOUNT: in get_numeric_property()
|
| H A D | libzfs_sendrecv.c | 3086 zfs_prop_to_name(ZFS_PROP_CANMOUNT), 0)); in zfs_receive_one()
|
| /netbsd-src/external/cddl/osnet/dist/common/zfs/ |
| H A D | zfs_prop.c | 320 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 D | zfs.h | 120 ZFS_PROP_CANMOUNT, enumerator
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
| H A D | zfs_main.c | 619 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()
|