Searched refs:zsda (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | zvol.c | 1948 zvol_set_prop_int_arg_t *zsda = arg; in zvol_set_common_check() local 1953 error = dsl_dir_hold(dp, zsda->zsda_name, FTAG, &dd, NULL); in zvol_set_common_check() 1965 zvol_set_prop_int_arg_t *zsda = arg; in zvol_set_common_sync_cb() local 1970 const char *prop_name = zfs_prop_to_name(zsda->zsda_prop); in zvol_set_common_sync_cb() 1977 if (zsda->zsda_prop == ZFS_PROP_VOLMODE) { in zvol_set_common_sync_cb() 1979 } else if (zsda->zsda_prop == ZFS_PROP_SNAPDEV) { in zvol_set_common_sync_cb() 2002 zvol_set_prop_int_arg_t *zsda = arg; in zvol_set_common_sync() local 2008 VERIFY0(dsl_dir_hold(dp, zsda->zsda_name, FTAG, &dd, NULL)); in zvol_set_common_sync() 2010 error = dsl_dataset_hold(dp, zsda->zsda_name, FTAG, &ds); in zvol_set_common_sync() 2012 dsl_prop_set_sync_impl(ds, zfs_prop_to_name(zsda->zsda_prop), in zvol_set_common_sync() [all …]
|