Searched refs:zfs_mntopts (Results 1 – 3 of 3) sorted by relevance
83 char *zfs_mntopts; member
602 if (zhp_orig->zfs_mntopts != NULL) { in zfs_handle_dup()603 zhp->zfs_mntopts = zfs_strdup(zhp_orig->zfs_hdl, in zfs_handle_dup()604 zhp_orig->zfs_mntopts); in zfs_handle_dup()801 if (zhp->zfs_mntopts) in zfs_close()802 free(zhp->zfs_mntopts); in zfs_close()2013 zhp->zfs_mntopts = zfs_strdup(hdl, in get_numeric_property()2019 if (zhp->zfs_mntopts == NULL) in get_numeric_property()2022 mnt.mnt_mntopts = zhp->zfs_mntopts; in get_numeric_property()2070 *val = (zhp->zfs_mntopts != NULL); in get_numeric_property()
2644 <var-decl name='zfs_mntopts' type-id='26a90f95' visibility='default'/>