Searched refs:doca (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | dmu_objset.c | 833 dmu_objset_create_arg_t *doca = arg; in dmu_objset_create_check() local 839 if (strchr(doca->doca_name, '@') != NULL) in dmu_objset_create_check() 842 if (strlen(doca->doca_name) >= ZFS_MAX_DATASET_NAME_LEN) in dmu_objset_create_check() 845 error = dsl_dir_hold(dp, doca->doca_name, FTAG, &pdd, &tail); in dmu_objset_create_check() 853 doca->doca_cred); in dmu_objset_create_check() 862 dmu_objset_create_arg_t *doca = arg; in dmu_objset_create_sync() local 871 VERIFY0(dsl_dir_hold(dp, doca->doca_name, FTAG, &pdd, &tail)); in dmu_objset_create_sync() 873 obj = dsl_dataset_create_sync(pdd, tail, NULL, doca->doca_flags, in dmu_objset_create_sync() 874 doca->doca_cred, tx); in dmu_objset_create_sync() 879 ds, bp, doca->doca_type, tx); in dmu_objset_create_sync() [all …]
|