Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h110 char *zfs_mntopts; member
H A Dlibzfs_dataset.c569 if (zhp_orig->zfs_mntopts != NULL) { in zfs_handle_dup()
570 zhp->zfs_mntopts = zfs_strdup(zhp_orig->zfs_hdl, in zfs_handle_dup()
571 zhp_orig->zfs_mntopts); in zfs_handle_dup()
766 if (zhp->zfs_mntopts) in zfs_close()
767 free(zhp->zfs_mntopts); in zfs_close()
2239 zhp->zfs_mntopts = zfs_strdup(hdl, in get_numeric_property()
2241 if (zhp->zfs_mntopts == NULL) in get_numeric_property()
2248 if (zhp->zfs_mntopts == NULL) in get_numeric_property()
2251 mnt.mnt_mntopts = zhp->zfs_mntopts; in get_numeric_property()
2296 *val = (zhp->zfs_mntopts != NULL); in get_numeric_property()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c128 static mntopts_t zfs_mntopts = { variable
2805 &zfs_mntopts