Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_changelist.c247 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()
HDlibzfs_mount.c282 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_OFF) in zfs_is_mountable()
1102 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_NOAUTO) { in zfs_iter_cb()
HDlibzfs_dataset.c1821 if (prop != ZFS_PROP_CANMOUNT || in zfs_prop_set_list()
2240 case ZFS_PROP_CANMOUNT: in get_numeric_property()
HDlibzfs_sendrecv.c4252 zfs_prop_to_name(ZFS_PROP_CANMOUNT), 0); in zfs_receive_one()
HDlibzfs.abi1619 <enumerator name='ZFS_PROP_CANMOUNT' value='28'/>
/freebsd-13-stable/lib/libbe/
HDbe_access.c98 if (zfs_prop_get_int(zfs_hdl, ZFS_PROP_CANMOUNT) == in be_mount_iter()
HDbe.c673 if (prop == ZFS_PROP_CANMOUNT) in be_deep_clone_prop()
/freebsd-13-stable/sys/contrib/openzfs/module/zcommon/
HDzfs_prop.c509 zprop_register_index(ZFS_PROP_CANMOUNT, "canmount", ZFS_CANMOUNT_ON, in zfs_prop_init()
/freebsd-13-stable/sys/contrib/openzfs/include/sys/fs/
HDzfs.h123 ZFS_PROP_CANMOUNT, enumerator
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
HDzfs_main.c784 if (zfs_prop_valid_for_type(ZFS_PROP_CANMOUNT, type, B_FALSE) && in zfs_mount_and_share()
785 zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_ON) { in zfs_mount_and_share()
6851 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one()
7522 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == in unshare_unmount()