Searched defs:canmount (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2790 #define CANMOUNT_NAME "canmount"
2807 uint64_t canmount = -1ULL; local
2832 * canmount properties.
2857 (void) nvlist_lookup_uint64(attrs, ZPROP_VALUE, &canmount);
2871 * the effective values of the mountpoint and canmount properties.
2876 canmount != -1ULL && canmount != ZFS_CANMOUNT_OFF)) {
H A Dlibzfs_share.c4448 * If filesystem is canmount=off or mountpoint=legacy or mountpoint=none
4454 int canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); local
4457 if (canmount == ZFS_CANMOUNT_OFF)
4460 if (canmount == ZFS_CANMOUNT_NOAUTO && !mounted)

Completed in 42 milliseconds