HomeSort by: relevance | last modified time | path
    Searched defs:canmount (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c 5852 uint64_t zoned, canmount; local
5935 * canmount explicit outcome
5943 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT);
5944 if (canmount == ZFS_CANMOUNT_OFF) {
5949 "'canmount' property is set to 'off'\n"), cmdname,
5952 } else if (canmount == ZFS_CANMOUNT_NOAUTO && !explicit) {
6540 /* Ignore canmount=noauto mounts */

Completed in 27 milliseconds