Home
last modified time | relevance | path

Searched refs:zfs_mntopts (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_impl.h92 char *zfs_mntopts; member
H A Dlibzfs_dataset.c544 if (zhp_orig->zfs_mntopts != NULL) { in zfs_handle_dup()
545 zhp->zfs_mntopts = zfs_strdup(zhp_orig->zfs_hdl, in zfs_handle_dup()
546 zhp_orig->zfs_mntopts); in zfs_handle_dup()
680 if (zhp->zfs_mntopts) in zfs_close()
681 free(zhp->zfs_mntopts); in zfs_close()
1974 zhp->zfs_mntopts = zfs_strdup(hdl, in get_numeric_property()
1976 if (zhp->zfs_mntopts == NULL) in get_numeric_property()
1983 if (zhp->zfs_mntopts == NULL) in get_numeric_property()
1986 mnt.mnt_mntopts = zhp->zfs_mntopts; in get_numeric_property()
2031 *val = (zhp->zfs_mntopts != NULL); in get_numeric_property()