Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_prop.c332 if (version < SPA_VERSION_RECVD_PROPS) { in dsl_prop_predict()
590 if (version < SPA_VERSION_RECVD_PROPS) { in dsl_prop_set_sync_impl()
630 if (version >= SPA_VERSION_RECVD_PROPS && in dsl_prop_set_sync_impl()
1066 if (version >= SPA_VERSION_RECVD_PROPS) in dsl_prop_set_hasrecvd_impl()
H A Ddsl_dir.c1504 if (spa_version(dp->dp_spa) >= SPA_VERSION_RECVD_PROPS) { in dsl_dir_set_quota_sync()
1626 if (spa_version(dp->dp_spa) >= SPA_VERSION_RECVD_PROPS) { in dsl_dir_set_reservation_sync()
H A Dzfs_ioctl.c4201 SPA_VERSION_RECVD_PROPS && in zfs_ioc_recv()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h441 #define SPA_VERSION_RECVD_PROPS SPA_VERSION_22 macro