Lines Matching refs:crypt_refcnt
792 pager->crypt_info->crypt_refcnt); in apple_protect_pager_terminate_internal()
1064 crypt_info->crypt_refcnt); in apple_protect_pager_create()
1098 pager2->crypt_info->crypt_refcnt); in apple_protect_pager_create()
1124 pager->crypt_info->crypt_refcnt); in apple_protect_pager_create()
1169 crypt_info->crypt_refcnt); in apple_protect_pager_create()
1205 crypt_info->crypt_refcnt); in apple_protect_pager_setup()
1241 crypt_info->crypt_refcnt, in apple_protect_pager_setup()
1246 old_crypt_info->crypt_refcnt, in apple_protect_pager_setup()
1251 pager->crypt_info->crypt_refcnt); in apple_protect_pager_setup()
1263 assert(old_crypt_info->crypt_refcnt > 1); in apple_protect_pager_setup()
1274 old_crypt_info->crypt_refcnt); in apple_protect_pager_setup()
1278 assert(old_crypt_info->crypt_refcnt > 0); in apple_protect_pager_setup()
1302 new_crypt_info->crypt_refcnt = 1; in apple_protect_pager_setup()
1332 old_crypt_info->crypt_refcnt); in apple_protect_pager_setup()
1338 assert(new_crypt_info->crypt_refcnt == 1); in apple_protect_pager_setup()
1344 new_crypt_info->crypt_refcnt); in apple_protect_pager_setup()
1449 assert(crypt_info->crypt_refcnt != 0); in crypt_info_reference()
1454 crypt_info->crypt_refcnt, in crypt_info_reference()
1455 crypt_info->crypt_refcnt + 1); in crypt_info_reference()
1457 OSAddAtomic(+1, &crypt_info->crypt_refcnt); in crypt_info_reference()
1468 crypt_info->crypt_refcnt, in crypt_info_deallocate()
1469 crypt_info->crypt_refcnt - 1); in crypt_info_deallocate()
1471 OSAddAtomic(-1, &crypt_info->crypt_refcnt); in crypt_info_deallocate()
1472 if (crypt_info->crypt_refcnt == 0) { in crypt_info_deallocate()