Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Dbitmap.c25 __be32 *pptr, *curr, *end; in hfsplus_block_allocate() local
42 pptr = kmap(page); in hfsplus_block_allocate()
43 curr = pptr + (offset & (PAGE_CACHE_BITS - 1)) / 32; in hfsplus_block_allocate()
47 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_allocate()
49 end = pptr + ((size + 31) & (PAGE_CACHE_BITS - 1)) / 32; in hfsplus_block_allocate()
87 curr = pptr = kmap(page); in hfsplus_block_allocate()
89 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_allocate()
91 end = pptr + ((size + 31) & (PAGE_CACHE_BITS - 1)) / 32; in hfsplus_block_allocate()
98 start = offset + (curr - pptr) * 32 + i; in hfsplus_block_allocate()
138 pptr = kmap(page); in hfsplus_block_allocate()
[all …]
/linux-4.19.296/drivers/parisc/
Dsba_iommu.c236 u64 *pptr = ioc->pdir_base; /* pdir ptr */ in sba_check_pdir() local
245 u32 pde = ((u32) (((char *)pptr)[7])) << 24; in sba_check_pdir()
257 pptr++; in sba_check_pdir()