Home
last modified time | relevance | path

Searched refs:DS_FLAG_INCONSISTENT (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h52 #define DS_FLAG_INCONSISTENT (1ULL<<0) macro
54 (dsl_dataset_phys(ds)->ds_flags & DS_FLAG_INCONSISTENT)
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1448 dsl_dataset_phys(newds)->ds_flags |= DS_FLAG_INCONSISTENT; in dmu_recv_begin_sync()
1591 dsl_dataset_phys(ds)->ds_flags &= ~DS_FLAG_INCONSISTENT; in dmu_recv_resume_begin_sync()
1598 dsl_dataset_phys(ds)->ds_flags |= DS_FLAG_INCONSISTENT; in dmu_recv_resume_begin_sync()
2757 ASSERT(dsl_dataset_phys(drc->drc_ds)->ds_flags & DS_FLAG_INCONSISTENT); in dmu_recv_stream()
3021 ~DS_FLAG_INCONSISTENT; in dmu_recv_end_sync()
3025 ~DS_FLAG_INCONSISTENT; in dmu_recv_end_sync()
3044 ~DS_FLAG_INCONSISTENT; in dmu_recv_end_sync()
3047 dsl_dataset_phys(ds)->ds_flags &= ~DS_FLAG_INCONSISTENT; in dmu_recv_end_sync()
H A Ddsl_destroy.c900 dsl_dataset_phys(ds)->ds_flags |= DS_FLAG_INCONSISTENT; in dsl_destroy_head_begin_sync()
H A Ddsl_dataset.c853 (DS_FLAG_INCONSISTENT | DS_FLAG_CI_DATASET); in dsl_dataset_create_sync_dd()
1907 dsl_dataset_phys(ds)->ds_flags & DS_FLAG_INCONSISTENT; in dsl_dataset_fast_stat()