Searched refs:pptr (Results 1 – 2 of 2) sorted by relevance
25 __be32 *pptr, *curr, *end; in hfsplus_block_allocate() local42 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 …]
236 u64 *pptr = ioc->pdir_base; /* pdir ptr */ in sba_check_pdir() local245 u32 pde = ((u32) (((char *)pptr)[7])) << 24; in sba_check_pdir()257 pptr++; in sba_check_pdir()