OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZFS_PROP_CANMOUNT
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_changelist.c
244
ZFS_PROP_CANMOUNT
) == ZFS_CANMOUNT_ON)))) {
612
} else if (prop ==
ZFS_PROP_CANMOUNT
) {
698
if (zfs_prop_get_int(zhp,
ZFS_PROP_CANMOUNT
) !=
libzfs_mount.c
254
if (zfs_prop_get_int(zhp,
ZFS_PROP_CANMOUNT
) == ZFS_CANMOUNT_OFF)
1074
if (zfs_prop_get_int(zhp,
ZFS_PROP_CANMOUNT
) == ZFS_CANMOUNT_NOAUTO) {
libzfs_dataset.c
1621
if (prop !=
ZFS_PROP_CANMOUNT
||
2012
case
ZFS_PROP_CANMOUNT
:
libzfs_sendrecv.c
3086
zfs_prop_to_name(
ZFS_PROP_CANMOUNT
), 0));
/src/external/cddl/osnet/dist/common/zfs/
zfs_prop.c
320
zprop_register_index(
ZFS_PROP_CANMOUNT
, "canmount", ZFS_CANMOUNT_ON,
/src/external/cddl/osnet/dist/uts/common/sys/fs/
zfs.h
120
ZFS_PROP_CANMOUNT
,
/src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c
619
if (!zfs_prop_valid_for_type(
ZFS_PROP_CANMOUNT
, zfs_get_type(zhp)))
621
return (zfs_prop_get_int(zhp,
ZFS_PROP_CANMOUNT
) == ZFS_CANMOUNT_ON);
5943
canmount = zfs_prop_get_int(zhp,
ZFS_PROP_CANMOUNT
);
6541
if (zfs_prop_get_int(zhp,
ZFS_PROP_CANMOUNT
) ==
Completed in 37 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026