Home
last modified time | relevance | path

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

/linux-5.19.10/fs/hfs/
Dbnode.c21 int pagenum; in hfs_bnode_read() local
27 pagenum = off >> PAGE_SHIFT; in hfs_bnode_read()
31 if (pagenum >= node->tree->pages_per_bnode) in hfs_bnode_read()
33 page = node->page[pagenum]; in hfs_bnode_read()
40 pagenum++; in hfs_bnode_read()
/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_64_mmu_radix.c1087 struct kvm_memory_slot *memslot, int pagenum) in kvm_radix_test_clear_dirty() argument
1089 unsigned long gfn = memslot->base_gfn + pagenum; in kvm_radix_test_clear_dirty()