Searched refs:doca (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu_objset.c | 864 dmu_objset_create_arg_t *doca = arg; in dmu_objset_create_check() local 870 if (strchr(doca->doca_name, '@') != NULL) in dmu_objset_create_check() 873 if (strlen(doca->doca_name) >= ZFS_MAX_DATASET_NAME_LEN) in dmu_objset_create_check() 876 error = dsl_dir_hold(dp, doca->doca_name, FTAG, &pdd, &tail); in dmu_objset_create_check() 884 doca->doca_cred); in dmu_objset_create_check() 893 dmu_objset_create_arg_t *doca = arg; in dmu_objset_create_sync() local 902 VERIFY0(dsl_dir_hold(dp, doca->doca_name, FTAG, &pdd, &tail)); in dmu_objset_create_sync() 904 obj = dsl_dataset_create_sync(pdd, tail, NULL, doca->doca_flags, in dmu_objset_create_sync() 905 doca->doca_cred, tx); in dmu_objset_create_sync() 910 ds, bp, doca->doca_type, tx); in dmu_objset_create_sync() [all …]
|