Home
last modified time | relevance | path

Searched refs:nomount (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs.h680 boolean_t nomount; member
H A Dlibzfs_sendrecv.c2819 if (recursive && !flags->dryrun && !flags->nomount) { in zfs_receive_package()
3584 if (!flags->nomount) in zfs_receive_one()
3768 if (err == 0 && !flags->nomount && top_zfs) { in zfs_receive()
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c769 boolean_t nomount = B_FALSE; in zfs_do_create() local
819 nomount = B_TRUE; in zfs_do_create()
837 if (nomount && type != ZFS_TYPE_FILESYSTEM) { in zfs_do_create()
932 if (!nomount && should_auto_mount(zhp)) { in zfs_do_create()
4017 flags.nomount = B_TRUE; in zfs_do_receive()
4065 flags.resumable || flags.nomount) { in zfs_do_receive()