Searched refs:DN_ID_OLD_EXIST (Results 1 – 2 of 2) sorted by relevance
1323 if (flags & DN_ID_OLD_EXIST) { in dmu_objset_do_userquota_updates()1341 dn->dn_id_flags |= DN_ID_OLD_EXIST; in dmu_objset_do_userquota_updates()1411 if (before && (flags & (DN_ID_CHKED_BONUS|DN_ID_OLD_EXIST| in dmu_objset_userquota_get_ids()1469 if (flags & DN_ID_OLD_EXIST) { in dmu_objset_userquota_get_ids()1484 dn->dn_id_flags |= DN_ID_OLD_EXIST; in dmu_objset_userquota_get_ids()
76 #define DN_ID_OLD_EXIST 0x4 macro