Home
last modified time | relevance | path

Searched refs:pgoffs (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ceph/
H A Dcrypto.c532 unsigned int pgoffs = offset_in_page(blkoff); in ceph_fscrypt_decrypt_pages() local
536 CEPH_FSCRYPT_BLOCK_SIZE, pgoffs, in ceph_fscrypt_decrypt_pages()
640 unsigned int pgoffs = offset_in_page(blkoff); in ceph_fscrypt_encrypt_pages() local
644 CEPH_FSCRYPT_BLOCK_SIZE, pgoffs, in ceph_fscrypt_encrypt_pages()
/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c190 uint64_t gpage, pgoffs; in vm_gpa2hva() local
201 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()