Searched refs:pgoffs (Results 1 – 2 of 2) sorted by relevance
562 unsigned int pgoffs = offset_in_page(blkoff); in ceph_fscrypt_decrypt_pages() local566 CEPH_FSCRYPT_BLOCK_SIZE, pgoffs, in ceph_fscrypt_decrypt_pages()671 unsigned int pgoffs = offset_in_page(blkoff); in ceph_fscrypt_encrypt_pages() local675 CEPH_FSCRYPT_BLOCK_SIZE, pgoffs, in ceph_fscrypt_encrypt_pages()
190 uint64_t gpage, pgoffs; in vm_gpa2hva() local201 pgoffs = gpa % guest_page_size; in vm_gpa2hva()213 TEST_ASSERT(!pgoffs, in vm_gpa2hva()219 return (uint8_t *)base + slotoffs * guest_page_size + pgoffs; in vm_gpa2hva()