Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_prop.c392 if (version < SPA_VERSION_RECVD_PROPS) { in dsl_prop_predict()
686 if (version < SPA_VERSION_RECVD_PROPS) { in dsl_prop_set_sync_impl()
726 if (version >= SPA_VERSION_RECVD_PROPS && in dsl_prop_set_sync_impl()
1177 if (version >= SPA_VERSION_RECVD_PROPS) in dsl_prop_set_hasrecvd_impl()
H A Ddsl_dir.c1654 if (spa_version(dp->dp_spa) >= SPA_VERSION_RECVD_PROPS) { in dsl_dir_set_quota_sync()
1777 if (spa_version(dp->dp_spa) >= SPA_VERSION_RECVD_PROPS) { in dsl_dir_set_reservation_sync()
H A Dzfs_ioctl.c4855 SPA_VERSION_RECVD_PROPS && in zfs_ioc_recv_impl()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h540 #define SPA_VERSION_RECVD_PROPS SPA_VERSION_22 macro