Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfsplus/
H A Dbitmap.c17 #define PAGE_CACHE_BITS (PAGE_SIZE * 8) macro
45 offset &= ~(PAGE_CACHE_BITS - 1); in hfsplus_block_allocate()
46 if ((size ^ offset) / PAGE_CACHE_BITS) in hfsplus_block_allocate()
47 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_allocate()
78 offset += PAGE_CACHE_BITS; in hfsplus_block_allocate()
89 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_allocate()
131 offset += PAGE_CACHE_BITS; in hfsplus_block_allocate()
140 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_allocate()
184 pnr = offset / PAGE_CACHE_BITS; in hfsplus_block_free()
190 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_free()
[all …]