Searched refs:pgoffs (Results 1 – 2 of 2) sorted by relevance
483 unsigned int pgoffs = offset_in_page(blkoff); in ceph_fscrypt_decrypt_pages() local487 CEPH_FSCRYPT_BLOCK_SIZE, pgoffs, in ceph_fscrypt_decrypt_pages()591 unsigned int pgoffs = offset_in_page(blkoff); in ceph_fscrypt_encrypt_pages() local595 CEPH_FSCRYPT_BLOCK_SIZE, pgoffs, in ceph_fscrypt_encrypt_pages()
191 uint64_t gpage, pgoffs; in vm_gpa2hva() local202 pgoffs = gpa % guest_page_size; in vm_gpa2hva()214 TEST_ASSERT(!pgoffs, in vm_gpa2hva()220 return (uint8_t *)base + slotoffs * guest_page_size + pgoffs; in vm_gpa2hva()