Searched refs:ZFS_PROP_CANMOUNT (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_changelist.c | 263 ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_ON)))) { in changelist_postfix() 702 } else if (prop == ZFS_PROP_CANMOUNT) { in changelist_gather() 786 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 | 1858 if (prop != ZFS_PROP_CANMOUNT || in zfs_prop_set_list_flags() 2276 case ZFS_PROP_CANMOUNT: in get_numeric_property()
|
| H A D | libzfs_sendrecv.c | 4484 zfs_prop_to_name(ZFS_PROP_CANMOUNT), 0); in zfs_receive_one()
|
| H A D | libzfs.abi | 1802 <enumerator name='ZFS_PROP_CANMOUNT' value='28'/>
|
| /freebsd-14.2/lib/libbe/ |
| H A D | be_access.c | 98 if (zfs_prop_get_int(zfs_hdl, ZFS_PROP_CANMOUNT) == in be_mount_iter()
|
| H A D | be.c | 673 if (prop == ZFS_PROP_CANMOUNT) in be_deep_clone_prop()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_prop.c | 522 zprop_register_index(ZFS_PROP_CANMOUNT, "canmount", ZFS_CANMOUNT_ON, in zfs_prop_init()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 126 ZFS_PROP_CANMOUNT, enumerator
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 779 if (zfs_prop_valid_for_type(ZFS_PROP_CANMOUNT, type, B_FALSE) && in zfs_mount_and_share() 780 zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_ON) { in zfs_mount_and_share() 6956 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one() 7647 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == in unshare_unmount()
|