Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h51 #define DS_FLAG_INCONSISTENT (1ULL<<0) macro
53 (dsl_dataset_phys(ds)->ds_flags & DS_FLAG_INCONSISTENT)
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1437 dsl_dataset_phys(newds)->ds_flags |= DS_FLAG_INCONSISTENT; in dmu_recv_begin_sync()
1580 dsl_dataset_phys(ds)->ds_flags &= ~DS_FLAG_INCONSISTENT; in dmu_recv_resume_begin_sync()
1587 dsl_dataset_phys(ds)->ds_flags |= DS_FLAG_INCONSISTENT; in dmu_recv_resume_begin_sync()
2695 ASSERT(dsl_dataset_phys(drc->drc_ds)->ds_flags & DS_FLAG_INCONSISTENT); in dmu_recv_stream()
2964 ~DS_FLAG_INCONSISTENT; in dmu_recv_end_sync()
2968 ~DS_FLAG_INCONSISTENT; in dmu_recv_end_sync()
2987 ~DS_FLAG_INCONSISTENT; in dmu_recv_end_sync()
2990 dsl_dataset_phys(ds)->ds_flags &= ~DS_FLAG_INCONSISTENT; in dmu_recv_end_sync()
H A Ddsl_destroy.c899 dsl_dataset_phys(ds)->ds_flags |= DS_FLAG_INCONSISTENT; in dsl_destroy_head_begin_sync()
H A Ddsl_dataset.c839 (DS_FLAG_INCONSISTENT | DS_FLAG_CI_DATASET); in dsl_dataset_create_sync_dd()
1893 dsl_dataset_phys(ds)->ds_flags & DS_FLAG_INCONSISTENT; in dsl_dataset_fast_stat()