Searched refs:zfs_mntopts (Results 1 – 3 of 3) sorted by relevance
97 char *zfs_mntopts; member
574 if (zhp_orig->zfs_mntopts != NULL) { in zfs_handle_dup()575 zhp->zfs_mntopts = zfs_strdup(zhp_orig->zfs_hdl, in zfs_handle_dup()576 zhp_orig->zfs_mntopts); in zfs_handle_dup()771 if (zhp->zfs_mntopts) in zfs_close()772 free(zhp->zfs_mntopts); in zfs_close()2014 zhp->zfs_mntopts = zfs_strdup(hdl, in get_numeric_property()2016 if (zhp->zfs_mntopts == NULL) in get_numeric_property()2023 if (zhp->zfs_mntopts == NULL) in get_numeric_property()2026 mnt.mnt_mntopts = zhp->zfs_mntopts; in get_numeric_property()2071 *val = (zhp->zfs_mntopts != NULL); in get_numeric_property()
126 static mntopts_t zfs_mntopts = { variable2361 &zfs_mntopts