Lines Matching refs:crypt_refcnt
790 pager->crypt_info->crypt_refcnt); in apple_protect_pager_terminate_internal()
1062 crypt_info->crypt_refcnt); in apple_protect_pager_create()
1096 pager2->crypt_info->crypt_refcnt); in apple_protect_pager_create()
1122 pager->crypt_info->crypt_refcnt); in apple_protect_pager_create()
1167 crypt_info->crypt_refcnt); in apple_protect_pager_create()
1203 crypt_info->crypt_refcnt); in apple_protect_pager_setup()
1239 crypt_info->crypt_refcnt, in apple_protect_pager_setup()
1244 old_crypt_info->crypt_refcnt, in apple_protect_pager_setup()
1249 pager->crypt_info->crypt_refcnt); in apple_protect_pager_setup()
1261 assert(old_crypt_info->crypt_refcnt > 1); in apple_protect_pager_setup()
1272 old_crypt_info->crypt_refcnt); in apple_protect_pager_setup()
1276 assert(old_crypt_info->crypt_refcnt > 0); in apple_protect_pager_setup()
1300 new_crypt_info->crypt_refcnt = 1; in apple_protect_pager_setup()
1330 old_crypt_info->crypt_refcnt); in apple_protect_pager_setup()
1336 assert(new_crypt_info->crypt_refcnt == 1); in apple_protect_pager_setup()
1342 new_crypt_info->crypt_refcnt); in apple_protect_pager_setup()
1447 assert(crypt_info->crypt_refcnt != 0); in crypt_info_reference()
1452 crypt_info->crypt_refcnt, in crypt_info_reference()
1453 crypt_info->crypt_refcnt + 1); in crypt_info_reference()
1455 OSAddAtomic(+1, &crypt_info->crypt_refcnt); in crypt_info_reference()
1466 crypt_info->crypt_refcnt, in crypt_info_deallocate()
1467 crypt_info->crypt_refcnt - 1); in crypt_info_deallocate()
1469 OSAddAtomic(-1, &crypt_info->crypt_refcnt); in crypt_info_deallocate()
1470 if (crypt_info->crypt_refcnt == 0) { in crypt_info_deallocate()